Releases: 0xPolygon/polygon-cli
Releases · 0xPolygon/polygon-cli
v0.1.41
bumping
v0.1.40
[DVT-1266][DVT-1213] Fix sensor network memory leak and add prom metr…
v0.1.39
[DVT-1207][DVT-1208] Fix forkid peering (#186) * fix peering * update docs * go mod tidy * upgrade go-ethereum * update fork id * fix ttl * update logging levels * fix protocol length * add block header and body requests to rlpx * update default fork id * update docs * use string again
v0.1.38
[DVT-1097] Sensor peers are maxing out (#164) * fix eth 68 txs * undo changes * add read status * go mod tidy * fix fund logging
v0.1.37
feature: bulk fund crypto wallets (#159) * feature: bulk fund crypto wallets * gofmt * fix: errant print statements * fix: add gen docs * fix: unnecessary pause * fix: pr feedback * fix: lint issues * fix verbosity flag and default gas value * fix docs * fix: auto detect chain id --------- Co-authored-by: dan moore <[email protected]>
v0.1.36
[DVT-1060] Fix status message protocol version (#146)
v0.1.35: fix(loadtest): panic when cut off brutally with `ctrl+c` (#139)
* fix: loadtest panic when cut off brutally with `ctrl+c` * chore: nit * chore: remove log msg * chore: early return
v0.1.34: [DVT-911] Add database id (#118)
* add database id * update docs
v0.1.33: [DVT-920] add nodelist cmd (#115)
* add nodelist cmd * update desc * update docs * move around commands * update docs * export entity kinds * fix mark flag required * fix logging * move files around again * update docs * remove extra docs
v0.1.32: [DVT-819][DVT-903] Use p2p.Server and refactor (#93)
* add key file flag * fix shadowed error * fix database nil * add ip and port flags * add server * fetch latest block * update message codes * update params * add nat * remove ip flag * fix ci * move logic to protocol.go * use any nat * behold! * remove port for p2p.Listen * fix lint and docs * fix lint * update nodeset * fix lint * make gen-doc * remove truncNow * address comments * keep track of head block and improve logging * update docs * update when the nodes file gets written * update docs * fix protocol msg codes * add quick start flag * update docs * add trusted peers flag * update docs * set head block differently