Releases: cirocosta/go-monero
v0.0.5
Changelog
aefba5e add container image
c0cee1b cmd/get-info: add missing fields
0094b04 pmg/rpc: make freespace and height u64
42f30dc cmd/get-peer-list: allow filtering out lists
c23662a cmd/sync-info: sort and humanize
e926c48 cmd: pretty printing
e84b32b cmd/get-block: display subsidy
4ee9f9d get-transaction: -t, --transaction
flags
07bb172 get-block: total fees; reuse blockheader printer
ad498be cmd: minor unit and flag improvements
dcbefca readme: wording
v0.0.4
See INSTALL.md for installation guides.
PGP:
Changelog
ac58bd1 add zmq support
2eb47cf cmd: add --last
to block-headers-range
17ffb4a cmd: remove unwanted println
680c4ce add get-accounts; add addr shortener
44b1bdf cmd: set-bans: allow banning from fpath
bc7c648 wallet: get-address
7874559 wallet: refresh,auto-refresh,get-height
8058e3d cmd: make monero addr configurable via env var
26588fa wallet: add create-add
da578ae wallet: improve wallet balance output
2b2bf3e cmd: fix get-txn when fetching from txn pool
dd30289 add dependabot
02dd7d5 cmd: get-blk-headers-range and mining-status
4539099 add install guide
06e6d6d remove unused asset
v0.0.3
See INSTALL.md for installation guides.
PGP:
Changelog
45b42a1 source formatting
87083cf remove unecessary status code println
ec284c5 readme: rephrase tor support
75198b6 readme: shorten outputs; add tor instructions
564d426 source formatting
2136abc fix non-verbose auth-based requests
7012486 source formatting
9536d94 pkg/http: remove non-monero auth details
e78b200 add support for rpc auth
096ad75 source formatting
e94f6ae address lint cases
dc49738 source formatting
2f4faf8 cmd: add support for tls
bebe219 cmd: remove debug address
c7f82fb remove viper
099386b fix small lint issues
v0.0.2
Changelog
28184b2 readme: add example
249ec31 pretty print + readme update
58a7fd0 cmd: add set-bans
3df38e8 cmd: sort get-bans
18b935e cmd: extra whitespace for outputs section
e05d673 cmd: fix ring members retrieval; fill age column
2bb2257 cmd: retrieve block header by height
4a56e5e cmd: display ring members in get-transaction
964cca2 cmd: add get-outs
85a7aaa cmd/get-txn: rename fee per-kb field
bcdb8fb cmd: standardize use of fee/per_kb
9cf4665 cmd: improve pretty-printing, add get-version
425893d pkg/rpc: use uint64 for height
27d2228 readme: re-order, mention releases page
v0.0.1
Changelog
2688c54 prepare for release
edb7e1b improve documentation
c61587a cmd/p2p: mark node-address required
e6bc54f use cobra for cmds; refactor rpc to support wallet
a67bbd5 readme: fix quotation
56dcb6b pkg/rpc: docs
e385660 make: add lint target
6ce3a68 add linting, update github actions
207bd1f readme: update command help
eb365cb cmd: get-public-nodes
f3e71d5 cmd: get-block-header-by-hash
1d4fff5 cmd: allow passing hash to get-block
56034d5 add pkg/pointer package
412e77f cmd: present get-bans time left as duration
d846d5c cmd: prettify get-bans
fa4589c cmd: pretty get-alternate-chains
d3605ec pkg/rpc: sort consts
98e24e2 pkg/http: document client constructor
bef12c7 readme: contact info
c7f0a16 readme: add link to pkg.go.dev; minor updates
2935fed source formatting: golint
ce6332c pkg: source formatting
3442bea pkg: fix typo
e7d627d pkg/rpc: fix nil err in unmarshal of getblock
14014cd pkg/rpc: separate methods vs endpoints
42d84b9 pkg: unexport methods; cmd: common factory
87e9058 pkg/rpc: document dump transport
abdd05f remove crawler; add donate
6d98b46 move crawl parsing to hack dir
0d7d31e daemonrpc -> rpc
df55444 remove unrelated utilities
495dda6 add relaytx
1806285 add rpc access tracking
7aafaaf cmd: add get-height
146d431 cmd: get-net-stats
b2df3fb pkg: get-height
470cb7b pkg: fix nil pointer in get-txns
f3f7495 readme: update list of cmds
3e26e8c cmd: get-block
4dd1b58 cmd: add get-transactions
c273f95 cmd: peerlist
a2b5d36 cmd: add hard-fork-info
9895ffc cmd: get_bans/get_alternate_chains
2ba3875 methods: fix blockheader
fd03dfd cmd: get-last-block-header
da41542 cmd: add get-tx-pool-stats
70e716d crawl: add country lookup
321f0e0 cmd: add geoip
1895799 daemonrpc: add context to all calls
edae598 readme: remove TODO
1ab846b readme: add comments to levin's example
6d95777 readme: go get
9a112b2 readme: update help copy
13594f8 readme: kickstart a proper readme
5e09fd4 pkg/levin: local_peerlist_new -> node
8fdd71f cmd/crawl: add socks5 support
22f6cdf add parsing of both node_data and payload_data
0ffd1c5 add socks5 support to levin client
ee0247e crawl: write visited addresses to file
4ba9336 crawl: implement first pass
4b39703 cmd: remove p2pping
07252dc cmd/monero: p2p-handshake --> p2p-peer-list
9113a20 make: debug
67c0d9e readme: update last items worked on
45f3c91 test: capture node p2p ips from deserial' struct
b02e1a1 hex-vis: add bits vis
606018a levin: add array parsing
2ba1d2b cmd/test: read portable storage from file
0075d63 readme: update levin status
ba66d11 levin: improve byte reading
f47c68f make: add test-debug
4e97c5e hex-vis: handle bytes
f406fd6 pkg/levin: add test for payload "header"
6a9d610 hex-vis: add hex to decimal
77dde24 pkg: remove unused file
c640e1b remove unused test
ee0f990 portable_storage: fix misconstructed test
a455aad add spew (for hex-vis)
6e9b3bd gitignore: ignore binary msgs saved for debuging
fefcb2f cmd: add hex-vis
598a420 fix serialization + boost codes
79029ea p2p: attempt to perform handshake
a8dcbfb levin: add portablestorage serialization
4e0e4c6 readme: add levin status
2cbc228 readme: thanks
5c85efa levin: remove check for exp response in response
c6bac23 levin: add header packet parsing
2d046f2 levin: manually encode
07e9119 start implementing levin
bb99349 ci: setup gh actions
3cc5cf5 remove unused main.go
067473c readme: add description
6449ca0 add get-transaction-pool
2250ecd add sync-info
387f15b get-fee-estimate: add result type
071f2db add get-fee-estimate
ede6b0f add get-coinbase-tx-sum
643d4ec reamde: sort todo
b61379f add get-info
761bb73 get-connections: mention that it's restricted
a4fa8fc add get_connections
e679267 add readme
b86560a add get-block-template
086d7f9 add on_get_block_hash
dbd6e16 bootstrap jsonrpc + get_block_count
f74c131 init