Releases: 0xPolygon/polygon-cli
Releases · 0xPolygon/polygon-cli
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
v0.1.31
bug fix
v0.1.30
minor fix
v0.1.29
Creating release tag
v0.1.28
Adding rpc fuzz latest
v0.1.27
remove duplicate pretty log setting (#81)
v0.1.26: [DVT-802] Standardize logging (#79)
* clean up logging * update flag messages * fix forge shorthand flag
v0.1.26-alpha
write blocks using datastore transactions