Skip to content

Releases: maticnetwork/polygon-cli

v0.1.25

09 Jun 17:56
881a90b
Compare
Choose a tag to compare
write total difficulty (#76)

v0.1.24: [DVT-789] Fetch missing parent blocks (#74)

07 Jun 15:26
19c9659
Compare
Choose a tag to compare
* add fetch missing parent blocks

* add error handling

* fix missing headers

v0.1.23: fix: remove replace directive in `go.mod` (#71)

01 Jun 10:17
c40a2ce
Compare
Choose a tag to compare
* 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

17 May 20:21
v0.1.22
3916f98
Compare
Choose a tag to compare
Adding parseeth commands

v0.1.21: [DVT-672] Write to datastore (#68)

16 May 17:17
0496ba0
Compare
Choose a tag to compare
* 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

04 Apr 21:18
v0.1.20
903cdf5
Compare
Choose a tag to compare
Adding tag with adaptive rate limit

v0.1.19

30 Mar 12:19
v0.1.19
2ded6dd
Compare
Choose a tag to compare
19!

v0.1.18

15 Mar 00:13
v0.1.18
82df044
Compare
Choose a tag to compare
Tagging for 1.19 build

v0.1.16

16 Feb 13:25
v0.1.16
c399bcf
Compare
Choose a tag to compare
Tagging with latest fixes to the monitor

v0.1.15: DVT-359 DVT-360 Monitor command should support scrolling through bloc…

15 Dec 20:01
1d0b717
Compare
Choose a tag to compare
…ks (#22)

* feat: add block time colume with placeholder value

* fix: change value to raw block time

* fix: show correct block time

* feat: pageup and pagedown moves block cursor

* feat: use list instead of table

* fix: add table like view

* fix: column resize smulation

* rm codecovg

* fix: logs conditions

* fix: string replacement

* fix: remove selected block index and use builtin

* lint fix

* fix: loop through block fetch instead of batch call

* fix: pause update when in scroll mode

* review fixes

* fix: add verbosity

* fix: fix the selected row span

* exponential backoff

* fix: load blocks as reach end of list

* fix: lint