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

A Swiss Army knife of blockchain tools

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

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.11 to 1.13.13. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Alsages (v1.13.13) This is a minor release with fixes for several issues related to the upcoming Cancun mainnet...

dependencies
go

# Description Adding a flag to add an authorization bearer to http requests. # Tests Ensure polycli monitor is working: ``` ./out/polycli monitor -H "X-goog-api-key: $apikey" --rpc-url https://json-rpc.do9ic5iuox53t826lv7lqek2p.blockchainnodeengine.com ``` Ensure...

test cmd against gcp bor mainnet node: `./polycli loadtest --verbosity 700 --chain-id 137 --requests 4000 --rpc-load-test http://34.159.251.26:8545`

# Description Creating a basic test harness based on the idea from Release It / Michae Nygard. The goal is to use this while testing our JSON proxies and various...