polygon-cli icon indicating copy to clipboard operation
polygon-cli copied to clipboard

A Swiss Army knife of blockchain tools

Results 20 polygon-cli issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.38.0. Commits aae6e61 go.mod: update golang.org/x dependencies 9c1aa6a ssh/test: reset the random source before capturing a recording 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms 3f311e4...

dependencies
go

# Description This is a simple utility for parsing batchl2data

``` {"level":"debug","cachedBlockNumber":68854518,"cachedgasPrice":25000000015,"cachedGasTipCap":25000000000,"time":"2025-03-13T11:45:06Z","message":"Updating gas prices"} {"level":"debug","cachedBlockNumber":68854519,"cachedgasPrice":25000000015,"cachedGasTipCap":25000000000,"time":"2025-03-13T11:45:07Z","message":"Updating gas prices"} {"level":"debug","cachedBlockNumber":68854519,"cachedgasPrice":25000000015,"cachedGasTipCap":25000000000,"time":"2025-03-13T11:45:07Z","message":"Updating gas prices"} {"level":"debug","cachedBlockNumber":68854520,"cachedgasPrice":25000000015,"cachedGasTipCap":25000000000,"time":"2025-03-13T11:45:09Z","message":"Updating gas prices"} ``` While testing on one of the PoS nodes, I used `polycli loadtest` for spamming transactions. However,...

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.11 to 1.16.5. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Coolant Cells (v1.16.5) This is a maintenance release. We are issuing this release mostly to add a conversion...

dependencies
go

# Description replace HasPrefix+TrimPrefix with CutPrefix ## Jira / Linear Tickets - [DVT-000]() # Testing - [ ] Test A - [ ] Test B

- adds a logic to deploy the multicall3 deterministically(if possible), making it to have the default address - changes the account pool to deploy multicall3 only if account funding is...

closes https://github.com/0xPolygon/devtools/issues/444 This PR adds a Gas Manager to the loadtest command and introduces a new tx-gas-chart visualization tool. Gas Manager features: - Gas Vault: Budget-based throttling that controls transaction...

# Description ## Jira / Linear Tickets - closes #705 - closes https://github.com/0xPolygon/polygon-cli/issues/731 # Testing ``` go run . p2p sensor amoy-nodes.json \ --bootnodes "enode://0ef8758cafc0063405f3f31fe22f2a3b566aa871bd7cd405e35954ec8aa7237c21e1ccc1f65f1b6099ab36db029362bc2fecf001a771b3d9803bbf1968508cef@35.197.249.21:30303,enode://c9c8c18cde48b41d46ced0c564496aef721a9b58f8724025a0b1f3f26f1b826f31786f890f8f8781e18b16dbb3c7bff805c7304d1273ac11630ed25a3f0dc41c@34.89.39.114:30303" \ --network-id 80002 \ --sensor-id...

- add something like `--broadcast` flag that will instead of just logging that the sensor received a block or tx hash, actually resend it to all of the peers

# Description - Remove `flag_loader` package to the root directory - Combine some logic to improve flag parsing ## Jira / Linear Tickets - [DVT-000]() # Testing - [ ]...