cronos
cronos copied to clipboard
Cronos is the first Ethereum-compatible blockchain network built on Cosmos SDK technology. Cronos aims to massively scale the DeFi, GameFi, and overall Web3 user community by providing builders with t...
**Describe the bug** I notice sometimes my node is left behind but it shows it catches up still. **To Reproduce** ``` # curl -s https://rpc.cronos.org/commit | jq "{height: .result.signed_header.header.height}" {...
Hello, At the moment I have been trying to deploy the contracts I have been working on to mainnet. I have lost probably around 2,000 USD trying to get somewhere...
### Describe the bug With `cronosd` configured with `--log-level info` writing to the systemd journal, I get ~2GB of (compressed!) journals produced per day. That's an order of magnitude greater...
This is an older block at the time of query (119510) ``` [root@bprod-cronos-1 ~]# curl localhost:8545 -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params": ["0x1D2D6", true],"id":1}' -s | jq { "jsonrpc":...
When I use a tls certificate for ``` # Address defines the EVM RPC HTTP server address to bind to. address = "0.0.0.0:8545" ``` it doesn't work and gives the...
### TL;DR Send multiple batch requests that contains thousands of eth_estimateGas calls to RPC server. RPC server will be desynced. ### Impact RPC server will be desynced (not catching up...
**Describe the bug** Now in the integration test, the fixture uses fixed network ports. If some ports are used, the integration test will lead to fail, which should be avoided,...
There's a way to reset base fee right now with following procedure: - disable feemarket using gov proposal - reenable it using gov proposal at least one block later -...
https://github.com/crypto-org-chain/cronos/runs/5212658013?check_suite_focus=true the integration tests fail in CI, but I can run successfully locally.
in gravity bridge testnet, this transaction status is a failure in receipt: ``` curl https://evm-cronos-gt1.crypto.org \ --header 'Content-Type: application/json' \ -d '{ "jsonrpc":"2.0", "method":"eth_getTransactionReceipt", "params":[ "0x1a22e18e13a2160edba057e5388dceaec32a41e174e8b808d5015af7efc0049d" ], "id":1 }' |...