Releases: 0xPolygon/polygon-cli
Releases · 0xPolygon/polygon-cli
v0.1.25
write total difficulty (#76)
v0.1.24: [DVT-789] Fetch missing parent blocks (#74)
* add fetch missing parent blocks * add error handling * fix missing headers
v0.1.23: fix: remove replace directive in `go.mod` (#71)
* fix: remove replace directive in `go.mod` * chore: bump version to `go 1.19` * fix: unknown field 'AppID' issue * fix: makefile `loadtest` cmd * chore: remove aval's `AppID` * chore: add `avail-loadtest` cmd to `Makefile` * chore: remove typo * chore: use custom fork instead of `centrifuge` * chore: move `--data-avail` flag at the end of the cmd * chore: merge with main branch * chore: increase the sleep interval between funding the acount and starting the load test to avoid issues * Revert "chore: use custom fork instead of `centrifuge`" This reverts commit b7c5a1cc229444820db15a8b0eeceb53ab063868.
v0.1.22
Adding parseeth commands
v0.1.21: [DVT-672] Write to datastore (#68)
* write blocks and txs to gcp datastore * fix ping * write new blocks * improve requests, use async db calls * update logging * reduce memory usage * allow no datastore connection * write events in batch, add pprof, use enode as sensor id * disable writing transactions * use one goroutine for writing to datastore, sensor id param, peer count * remove duplicate peers * split client and crawl functionality * update logging * refactor to reduce complexity * refactor and fix memory leaks * fix lint * reduce request size and add limit to goroutines * update docs * remove extra goroutines * error on failed write eth request * add more flags and use linked list requests * fix ping * address comments * address more comments
v0.1.20
Adding tag with adaptive rate limit
v0.1.19
19!
v0.1.18
Tagging for 1.19 build
v0.1.16
Tagging with latest fixes to the monitor
v0.1.15
DVT-359 DVT-360 Monitor command should support scrolling through bloc…