Skip to content

v0.0.1

Compare
Choose a tag to compare
@cirocosta cirocosta released this 11 Jul 02:37
· 75 commits to master since this release

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