Skip to content

Releases: 0xPolygon/polygon-cli

v0.1.41

07 Mar 22:39
v0.1.41
0a12ebf
Compare
Choose a tag to compare
bumping

v0.1.40

12 Feb 20:41
cc8bc6c
Compare
Choose a tag to compare
[DVT-1266][DVT-1213] Fix sensor network memory leak and add prom metr…

v0.1.39

11 Jan 15:14
96494b5
Compare
Choose a tag to compare
[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

22 Nov 15:56
a3adf1f
Compare
Choose a tag to compare
[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

20 Nov 17:01
48044b8
Compare
Choose a tag to compare
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

03 Nov 15:16
aed352b
Compare
Choose a tag to compare
[DVT-1060] Fix status message protocol version (#146)

v0.1.35: fix(loadtest): panic when cut off brutally with `ctrl+c` (#139)

03 Nov 14:28
f5f7798
Compare
Choose a tag to compare
* 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)

01 Sep 14:42
f1075df
Compare
Choose a tag to compare
* add database id

* update docs

v0.1.33: [DVT-920] add nodelist cmd (#115)

21 Aug 14:13
195dcf4
Compare
Choose a tag to compare
* 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)

16 Aug 17:21
cdf7659
Compare
Choose a tag to compare
* 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