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

@mmsqe found that the reason for the [mempool test failure](https://github.com/crypto-org-chain/cronos/issues/649) is due to internal ws connection reconnect occasionally, when that happens, the API lose messages.

blocked

Closes: #704 Solution: - Integration version store and streaming service. 👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.0 to 3.20.2. Release notes Sourced from protobuf's releases. Protocol Buffers v3.20.2 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies
python

**Describe the bug** Validator does not arrange transactions based on gas prices. This has been occurring many times from my observation **To Reproduce** Send a transaction with different gas prices...

Solution: - backport the feature to older version of cosmos-sdk - integration the basic file streamer, further processing can be done based on that 👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR...

sub-issue of https://github.com/crypto-org-chain/cronos/issues/725 - support sync file streamer files through both local file system and http static file server - parse the files and feed to local versiondb. ### Open...

Solution: - backport the feature to older version of cosmos-sdk - integration the basic file streamer, further processing can be done based on that 👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR...

Currently to provide distributed public json-rpc service, one need to run multiple full nodes, each node sync the chain directly. With the help of recent new features, it's possible to...

Solution: added a CI static analysis for resource leaks

Closes #706 Adding a new flag `maxopenfiles` for setting up the backend DB `max open files`. The current rocksdb (in tm-db v0.6.7) is using `4096` as the default value, it...

draft