cronos icon indicating copy to clipboard operation
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...

Results 180 cronos issues
Sort by recently updated
recently updated
newest added

One possible solution is build with nix somehow.

**Describe the bug** Cronos chain disallows to replace transaction **To Reproduce** Steps to reproduce the behavior: 1. Send transaction with low gas price (simulate stuck) 2. Try to send a...

enhancement
dependencies

for example: https://github.com/crypto-org-chain/cronos/issues/471 but I assume there may be more SDK-related tx commands that don't work? perhaps good to remove them?

- Fix the simulation issues in cosmos-sdk to support ethermint account types - [x] https://github.com/cosmos/cosmos-sdk/issues/10495 - [ ] https://github.com/cosmos/cosmos-sdk/issues/10087 - Generate random ethermint transactions. - [x] Simple transfer transactions. -...

tests

I see that chain-md has a cli functionality for NFTs Is there any way to do that on cronos chain instead of crypto.com mainnet Thanks a lot in advance

Linked to https://github.com/PeggyJV/gravity-bridge/issues/371 While addresses in Ethereum should be not case sensitive, both gravity bridge and cronos treats addresses in a case sensitive way. It would be better for user...

gravity bridge

https://github.com/loredanacirstea/ethermint/blob/precompiles-ibc7/x/evm/vm/precompiles.go#L39 ### Advantages - Directly called by contract, can return execution result to caller, more convenient. ### Pitfalls - when precompiled contracts executed, the evm state modifications are not persisted...

**Describe the bug** Whilst starting a new node with statesync and applying snapshot chunks, multiple chunks will fail with the following errors: ``` 6:05AM INF Applied snapshot chunk to ABCI...

Hey team, The JSON-RPC method newPendingTransactions is always returning batch of confirmed transactions while it should return unconfirmed transactions. **To Reproduce** 1) Add the txpool api in the JSON RPC...

**Is your feature request related to a problem? Please describe.** Making multiple RPC calls to read contract storage data can be slow as the call need to go trough the...