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...
which causes a serious issue in token mapping, if the mapped contract lacks the `mint_by_cronos_module` method, then when converting tokens, the native tokens will disappear, and there are no equivalent...
Two options: - config reproducible build with goreleaser: https://goreleaser.com/customization/build/#reproducible-builds - use rbuilder (https://github.com/tendermint/images/tree/master/rbuilder)
gorc is the successor of orchestrator cli, which also includes other utilities, it'll be good to use in the gravity bridge integration test.
It would make it easier for operations
Currently, the orchestrator relays all messages blindly, vulnerable to spamming, since the gas fee on the ethereum mainnet is so high. With the current design of the gravity bridge, users...
https://github.com/FrancoCRO/eth-gravity/blob/feature/erc721-to-gravity/test/Gravity.test.js#L19 Franco did the test that one can call `sendToCosmos` with an erc721 token, because erc721 and erc20 using the same method signatures, but gravity bridge will treat it as...
Context: https://github.com/crypto-org-chain/cronos/pull/45#discussion_r704481008 We need to settle down on the terminologies used for different types of tokens: - ERC20 tokens on ethereum - ERC20 token - CRC20 tokens on Cronos -...
Update dependency after upstream PR merged: https://github.com/PeggyJV/gravity-bridge/pull/150
Currently, the gravity bridge contracts in integration tests are copied from the gravity bridge repo directly for simplicity. It could get out of sync with upstream, it would be better...
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻 close #632 According to the recent [Cosmos-SDK...