Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: no efficient batch query for encryption keys #1415

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

yihuang
Copy link
Collaborator

@yihuang yihuang commented Apr 30, 2024

👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻

PR Checklist:

  • Have you read the CONTRIBUTING.md?
  • Does your PR follow the C4 patch requirements?
  • Have you rebased your work on top of the latest master?
  • Have you checked your code compiles? (make)
  • Have you included tests for any non-trivial functionality?
  • Have you checked your code passes the unit tests? (make test)
  • Have you checked your code formatting is correct? (go fmt)
  • Have you checked your basic code style is fine? (golangci-lint run)
  • If you added any dependencies, have you checked they do not contain any known vulnerabilities? (go list -json -m all | nancy sleuth)
  • If your changes affect the client infrastructure, have you run the integration test?
  • If your changes affect public APIs, does your PR follow the C4 evolution of public contracts?
  • If your code changes public APIs, have you incremented the crate version numbers and documented your changes in the CHANGELOG.md?
  • If you are contributing for the first time, please read the agreement in CONTRIBUTING.md now and add a comment to this pull request stating that your PR is in accordance with the Developer's Certificate of Origin.

Thank you for your code, it's appreciated! :)

Summary by CodeRabbit

  • New Features

    • Added custom keyring implementation and batch keys query functionality to enhance encryption processes.
    • Introduced a new method to query multiple encryption keys based on addresses, improving efficiency in key retrieval.
    • Implemented new RPC methods and message types to support batch queries for encryption keys.
    • Enhanced command-line interface to allow batch querying of encryption keys.
  • Enhancements

    • Modified the encryption key retrieval process to fetch keys in bulk, optimizing encryption operations.
  • Documentation

    • Updated CHANGELOG.md to reflect new features and enhancements related to encryption key management.

@yihuang yihuang requested a review from a team as a code owner April 30, 2024 01:54
@yihuang yihuang requested review from mmsqe and leejw51crypto and removed request for a team April 30, 2024 01:54
Copy link
Contributor

coderabbitai bot commented Apr 30, 2024

Walkthrough

The update enhances the e2ee module in the crypto-org-chain/cronos project by introducing a custom keyring implementation and batch keys query functionality. These changes aim to improve efficiency and scalability across various components like CLI tools, integration tests, and protocol buffers.

Changes

Files Change Summary
CHANGELOG.md Added custom keyring implementation and batch keys query for e2ee module in crypto-org-chain/cronos.
client/docs/swagger-ui/swagger.yaml Introduced a new endpoint /e2ee/v1/keys for querying encryption keys with request and response schemas.
integration_tests/cosmoscli.py Added query_e2ee_keys method to query multiple e2ee keys based on addresses in CosmosCLI class.
integration_tests/test_e2ee.py Modified test_encrypt_decrypt to include batch query for E2EE keys for multiple addresses.
proto/e2ee/query.proto Added RPC method Keys to the Query service for batch queries, with new message types KeysRequest and KeysResponse.
x/e2ee/autocli.go Added keys command to query a batch of encryption keys by addresses in AutoCLIOptions function of AppModule.
x/e2ee/client/cli/encrypt.go Updated encryption key retrieval process in EncryptCommand function to retrieve keys in bulk.
x/e2ee/keeper/keeper.go Added Keys function to the Keeper struct to retrieve keys for multiple addresses.

Poem

🐇🌟
In the realm of code, where algorithms play,
A rabbit weaves magic in its own way.
Batched keys and custom rings, a symphony so sweet,
Efficiency and scalability meet, a feat!
Celebrate the dance of bits and bytes,
As the code evolves, reaching new heights!
🚀🔐


Recent Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 87efbec and 64cd21e.
Files ignored due to path filters (2)
  • x/e2ee/types/query.pb.go is excluded by !**/*.pb.go
  • x/e2ee/types/query.pb.gw.go is excluded by !**/*.pb.gw.go
Files selected for processing (8)
  • CHANGELOG.md (1 hunks)
  • client/docs/swagger-ui/swagger.yaml (3 hunks)
  • integration_tests/cosmoscli.py (1 hunks)
  • integration_tests/test_e2ee.py (1 hunks)
  • proto/e2ee/query.proto (2 hunks)
  • x/e2ee/autocli.go (1 hunks)
  • x/e2ee/client/cli/encrypt.go (1 hunks)
  • x/e2ee/keeper/keeper.go (1 hunks)
Files not reviewed due to errors (1)
  • client/docs/swagger-ui/swagger.yaml (Error: unable to parse review)
Files skipped from review as they are similar to previous changes (6)
  • integration_tests/cosmoscli.py
  • integration_tests/test_e2ee.py
  • proto/e2ee/query.proto
  • x/e2ee/autocli.go
  • x/e2ee/client/cli/encrypt.go
  • x/e2ee/keeper/keeper.go
Additional Context Used
LanguageTool (769)
CHANGELOG.md (769)

Near line 7: Unpaired symbol: ‘[’ seems to be missing
Context: ...ED ### State Machine Breaking * [#1377](https://github.com/crypto-org-chain/cro...


Near line 7: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/1377) Upgrade sdk to 0.50, and integrate block-stm parall...


Near line 7: Possible spelling mistake found.
Context: ...377) Upgrade sdk to 0.50, and integrate block-stm parallel tx execution. * [#1394](https:...


Near line 7: Possible spelling mistake found.
Context: ... 0.50, and integrate block-stm parallel tx execution. * [#1394](https://github.com...


Near line 8: Unpaired symbol: ‘[’ seems to be missing
Context: ...lock-stm parallel tx execution. * [#1394](https://github.com/crypto-org-chain/cro...


Near line 8: Possible spelling mistake found.
Context: ...//pull/1394) Add icahost wirings but disable in parameters. * [#...


Near line 8: Possible spelling mistake found.
Context: ...org-chain/cronos/pull/1394) Add icahost wirings but disable in parameters. * [#1407](ht...


Near line 9: Unpaired symbol: ‘[’ seems to be missing
Context: ...ings but disable in parameters. * [#1407](https://github.com/crypto-org-chain/cro...


Near line 13: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/1380) Upgrade cosmovisor to 1.5.0 in integration test. * (versio...


Near line 14: Possible spelling mistake found.
Context: ...ovisor to 1.5.0 in integration test. * (versiondb) [#1379](https://github.com/crypto-org-...


Near line 14: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/1379) Flush versiondb when graceful shutdown, make rocksdb up...


Near line 14: Possible spelling mistake found.
Context: ... versiondb when graceful shutdown, make rocksdb upgrade smooth. * (store) [#1378](https...


Near line 15: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/1378) Upgrade rocksdb to v8.11.3. * (versiondb) [#1387](htt...


Near line 16: Possible spelling mistake found.
Context: .../1378) Upgrade rocksdb to v8.11.3. * (versiondb) [#1387](https://github.com/crypto-org-...


Near line 16: Possible spelling mistake found.
Context: .../1387) Add dedicated config section for versiondb, prepare for sdk 0.50 integration. * (e...


Near line 16: Possible spelling mistake found.
Context: ...nfig section for versiondb, prepare for sdk 0.50 integration. * (e2ee)[#1413](https...


Near line 17: Possible typo detected.
Context: ...b, prepare for sdk 0.50 integration. * (e2ee)[#1413](https://github.com/crypto-org-c...


Near line 17: Possible spelling mistake found.
Context: ...-org-chain/cronos/pull/1413) Add custom keyring implementation for e2ee module. * (e2ee...


Near line 17: Possible typo detected.
Context: ...) Add custom keyring implementation for e2ee module. * (e2ee)[#1415](https://github....


Near line 18: Possible typo detected.
Context: ...ring implementation for e2ee module. * (e2ee)[#1415](https://github.com/crypto-org-c...


Near line 18: Possible typo detected.
Context: ...nos/pull/1415) Add batch keys query for e2ee module. ### Bug Fixes * (rpc) [#1397]...


Near line 22: Possible spelling mistake found.
Context: ...ery for e2ee module. ### Bug Fixes * (rpc) [#1397](https://github.com/crypto-org-...


Near line 26: Unpaired symbol: ‘[’ seems to be missing
Context: ...city_multiplier. ### Features * [#1406](https://github.com/crypto-org-chain/cro...


Near line 27: Unpaired symbol: ‘[’ seems to be missing
Context: ...tion-key for encryption module. * [#1411](https://github.com/crypto-org-chain/cro...


Near line 27: Possible spelling mistake found.
Context: ...onos/pull/1411) Add encrypt and decrypt cmds for message. April 8, 2024 ## v1.2....


Near line 35: Possible spelling mistake found.
Context: ...2024* ## v1.2.0-rc1 ### Bug Fixes * (rpc) [#1371](https://github.com/crypto-org-...


Near line 35: Possible spelling mistake found.
Context: ...//pull/1371) Add param keytable in evm for old upgrade. *Apri...


Near line 35: Possible spelling mistake found.
Context: ...o-org-chain/cronos/pull/1371) Add param keytable in evm for old upgrade. *April 2, 2024...


Near line 35: Possible spelling mistake found.
Context: ...cronos/pull/1371) Add param keytable in evm for old upgrade. April 2, 2024 ## v...


Near line 43: Unpaired symbol: ‘[’ seems to be missing
Context: ... ## v1.2.0-rc0 ### Bug Fixes - [#1363](https://github.com/crypto-org-chain/cro...


Near line 43: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1363) Update ethermint to fix a panic on overflow and patch ga...


Near line 43: Possible spelling mistake found.
Context: ...nt to fix a panic on overflow and patch gasUsed in the RPC API. ### State Machine Brea...


Near line 47: Unpaired symbol: ‘[’ seems to be missing
Context: ...I. ### State Machine Breaking * [#1366](https://github.com/crypto-org-chain/eth...


Near line 55: Unpaired symbol: ‘[’ seems to be missing
Context: ...* ## v1.1.1 ### Improvements - [#1362](https://github.com/crypto-org-chain/cro...


Near line 63: Unpaired symbol: ‘[’ seems to be missing
Context: ...024* ## v1.1.0 ### Bug Fixes - [#1336](https://github.com/crypto-org-chain/cro...


Near line 63: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1336) Update ethermint to develop to fix feeHistory rpc api. ...


Near line 63: Possible spelling mistake found.
Context: ...336) Update ethermint to develop to fix feeHistory rpc api. February 28, 2024 ## v1.1....


Near line 63: Possible spelling mistake found.
Context: ... ethermint to develop to fix feeHistory rpc api. February 28, 2024 ## v1.1.0-rc...


Near line 63: Possible spelling mistake found.
Context: ...ermint to develop to fix feeHistory rpc api. February 28, 2024 ## v1.1.0-rc5 #...


Near line 71: Unpaired symbol: ‘[’ seems to be missing
Context: ... ## v1.1.0-rc5 ### Bug Fixes - [#1329](https://github.com/crypto-org-chain/cro...


Near line 71: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1329) Update cosmos-sdk to v0.47.10. February 19, 2024 ##...


Near line 79: Unpaired symbol: ‘[’ seems to be missing
Context: ...c4 ### State Machine Breaking - [#1318](https://github.com/crypto-org-chain/cro...


Near line 79: Possible spelling mistake found.
Context: ...pull/1318) Add packet_sequence index in relayer event. - [#1318](https://github.com/cry...


Near line 80: Unpaired symbol: ‘[’ seems to be missing
Context: ...equence index in relayer event. - [#1318](https://github.com/crypto-org-chain/cro...


Near line 80: Possible spelling mistake found.
Context: ...n/cronos/pull/1318) Fix filter rule for eth_getLogs. - [#1322](https://github.com/c...


Near line 80: Possible spelling mistake found.
Context: ...onos/pull/1318) Fix filter rule for eth_getLogs. - [#1322](https://github.com/crypto-or...


Near line 81: Unpaired symbol: ‘[’ seems to be missing
Context: ...ix filter rule for eth_getLogs. - [#1322](https://github.com/crypto-org-chain/cro...


Near line 81: Possible spelling mistake found.
Context: ...Add v1.1.0-testnet-1 upgrade plan for testnet. ### Improvements - [#1324](https://g...


Near line 85: Unpaired symbol: ‘[’ seems to be missing
Context: ...for testnet. ### Improvements - [#1324](https://github.com/crypto-org-chain/cro...


Near line 85: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1324) Update cosmos-sdk to v0.47.9. February 5, 2024 ## v...


Near line 93: Unpaired symbol: ‘[’ seems to be missing
Context: ... ## v1.1.0-rc3 ### Bug Fixes - [#1292](https://github.com/crypto-org-chain/cro...


Near line 93: Possible spelling mistake found.
Context: ....com//pull/1292) memiavl cancel background snapshot rewriting wh...


Near line 94: Unpaired symbol: ‘[’ seems to be missing
Context: ...writing when graceful shutdown. - [#1294](https://github.com/crypto-org-chain/cro...


Near line 94: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1294) Update ethermint to fix and improve of debug_traceCall a...


Near line 94: Possible spelling mistake found.
Context: ...e ethermint to fix and improve of debug_traceCall and eth_feeHistory. - [#1302](https://g...


Near line 94: Possible spelling mistake found.
Context: ... fix and improve of debug_traceCall and eth_feeHistory. - [#1302](https://github.co...


Near line 94: Possible spelling mistake found.
Context: ... and improve of debug_traceCall and eth_feeHistory. - [#1302](https://github.com/crypto-or...


Near line 95: Unpaired symbol: ‘[’ seems to be missing
Context: ...g_traceCall and eth_feeHistory. - [#1302](https://github.com/crypto-org-chain/cro...


Near line 95: Possible spelling mistake found.
Context: ...pull/1302) Fix concurrent map access in rootmulti store. - [#1304](https://github.com/cry...


Near line 96: Unpaired symbol: ‘[’ seems to be missing
Context: ... map access in rootmulti store. - [#1304](https://github.com/crypto-org-chain/cro...


Near line 96: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/1304) Write versiondb with fsync, and relax the version requi...


Near line 96: Possible spelling mistake found.
Context: .../cronos/pull/1304) Write versiondb with fsync, and relax the version requirement on s...


Near line 97: Unpaired symbol: ‘[’ seems to be missing
Context: ...version requirement on startup. - [#1308](https://github.com/crypto-org-chain/cro...


Near line 97: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1308) Update ethermint to fix duplicate cache events emitted f...


Near line 97: Possible spelling mistake found.
Context: ...fix duplicate cache events emitted from evm hooks and wrong priority tx. - [#1311](...


Near line 97: Possible spelling mistake found.
Context: ...itted from evm hooks and wrong priority tx. - [#1311](https://github.com/crypto-or...


Near line 98: Unpaired symbol: ‘[’ seems to be missing
Context: ...vm hooks and wrong priority tx. - [#1311](https://github.com/crypto-org-chain/cro...


Near line 98: Possible spelling mistake found.
Context: ...ronos/pull/1311) Add missing version in memiavl log. ### Improvements - [#1291](https...


Near line 102: Unpaired symbol: ‘[’ seems to be missing
Context: ...memiavl log. ### Improvements - [#1291](https://github.com/crypto-org-chain/cro...


Near line 102: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1291) Update ibc-go to v7.3.2. - [#1309](https://github.com...


Near line 103: Unpaired symbol: ‘[’ seems to be missing
Context: .../1291) Update ibc-go to v7.3.2. - [#1309](https://github.com/crypto-org-chain/cro...


Near line 109: Unpaired symbol: ‘[’ seems to be missing
Context: ...anuary 5, 2024* ## v1.1.0-rc2 - [#1258](https://github.com/crypto-org-chain/cro...


Near line 110: Unpaired symbol: ‘[’ seems to be missing
Context: ...pport hard-fork style upgrades. - [#1272](https://github.com/crypto-org-chain/cro...


Near line 110: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1272) Update ethermint to develop, cosmos-sdk to v0.47.7. - ...


Near line 110: Possible spelling mistake found.
Context: ...pull/1272) Update ethermint to develop, cosmos-sdk to v0.47.7. - [#1273](https://github....


Near line 111: Unpaired symbol: ‘[’ seems to be missing
Context: ...velop, cosmos-sdk to v0.47.7. - [#1273](https://github.com/crypto-org-chain/cro...


Near line 112: Unpaired symbol: ‘[’ seems to be missing
Context: ...sh0 opcode in integration test. - [#1274](https://github.com/crypto-org-chain/cro...


Near line 112: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1274) Remove authz module. - [#1287](https://github.com/cr...


Near line 113: Unpaired symbol: ‘[’ seems to be missing
Context: ...pull/1274) Remove authz module. - [#1287](https://github.com/crypto-org-chain/cro...


Near line 113: Possible spelling mistake found.
Context: ...g-chain/cronos/pull/1287) Support debug_traceCall. ### Bug Fixes - [#1215](https://gith...


Near line 117: Unpaired symbol: ‘[’ seems to be missing
Context: ...ebug_traceCall. ### Bug Fixes - [#1215](https://github.com/crypto-org-chain/cro...


Near line 117: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1215) Update ethermint to fix of concurrent write in fee histo...


Near line 118: Unpaired symbol: ‘[’ seems to be missing
Context: ...oncurrent write in fee history. - [#1217](https://github.com/crypto-org-chain/cro...


Near line 118: Possible spelling mistake found.
Context: ...nos/pull/1217) Use the default chain-id behavour in sdk. - [#1216](https://github.com/cr...


Near line 118: Possible spelling mistake found.
Context: ...7) Use the default chain-id behavour in sdk. - [#1216](https://github.com/crypto-or...


Near line 119: Unpaired symbol: ‘[’ seems to be missing
Context: ...fault chain-id behavour in sdk. - [#1216](https://github.com/crypto-org-chain/cro...


Near line 119: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1216) Update ethermint to fix of avoid redundant parse chainID...


Near line 119: Did you mean “or”? ‘Of’ refers to parts of a whole, while ‘or’ refers to alternatives.
Context: ...onos/pull/1216) Update ethermint to fix of avoid redundant parse chainID from gens...


Near line 119: Possible spelling mistake found.
Context: ...hermint to fix of avoid redundant parse chainID from gensis when start server. - [#1230...


Near line 119: Possible spelling mistake found.
Context: ...x of avoid redundant parse chainID from gensis when start server. - [#1230](https://gi...


Near line 120: Unpaired symbol: ‘[’ seems to be missing
Context: ... from gensis when start server. - [#1230](https://github.com/crypto-org-chain/cro...


Near line 120: Possible spelling mistake found.
Context: ...//pull/1230) Fix mem store in versiondb multistore. - [#1233...


Near line 120: Possible spelling mistake found.
Context: ...hain/cronos/pull/1230) Fix mem store in versiondb multistore. - [#1233](https://github.co...


Near line 120: Possible spelling mistake found.
Context: ...s/pull/1230) Fix mem store in versiondb multistore. - [#1233](https://github.com/crypto-or...


Near line 121: Unpaired symbol: ‘[’ seems to be missing
Context: ... store in versiondb multistore. - [#1233](https://github.com/crypto-org-chain/cro...


Near line 122: Unpaired symbol: ‘[’ seems to be missing
Context: ...emit logs in callback contract. - [#1256](https://github.com/crypto-org-chain/cro...


Near line 122: Possible spelling mistake found.
Context: ...in/cronos/pull/1256) Improve permission checkings for some messages. ### State Machine B...


Near line 126: Unpaired symbol: ‘[’ seems to be missing
Context: ...s. ### State Machine Breaking - [#1232](https://github.com/crypto-org-chain/cro...


Near line 126: Possible spelling mistake found.
Context: ...cronos/pull/1232) Adjust require gas in relayer precompile to be closed with actual con...


Near line 127: Unpaired symbol: ‘[’ seems to be missing
Context: ...be closed with actual consumed. - [#1209](https://github.com/crypto-org-chain/cro...


Near line 127: Possible spelling mistake found.
Context: .../1209) Support accurate estimate gas in evm tx from relayer. - [#1247](https://gith...


Near line 127: Possible spelling mistake found.
Context: ...9) Support accurate estimate gas in evm tx from relayer. - [#1247](https://github....


Near line 127: Possible spelling mistake found.
Context: ...rt accurate estimate gas in evm tx from relayer. - [#1247](https://github.com/crypto-or...


Near line 128: Unpaired symbol: ‘[’ seems to be missing
Context: ...ate gas in evm tx from relayer. - [#1247](https://github.com/crypto-org-chain/cro...


Near line 128: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1247) Update ethermint to develop, go-ethereum to v1.11.2. -...


Near line 128: Possible spelling mistake found.
Context: ...pull/1247) Update ethermint to develop, go-ethereum to v1.11.2. - [#1235](https://github....


Near line 129: Unpaired symbol: ‘[’ seems to be missing
Context: ...elop, go-ethereum to v1.11.2. - [#1235](https://github.com/crypto-org-chain/cro...


Near line 129: Possible spelling mistake found.
Context: ...cronos/pull/1235) Add channel detail in ica packet callback. - [#1251](https://gith...


Near line 130: Unpaired symbol: ‘[’ seems to be missing
Context: ... detail in ica packet callback. - [#1251](https://github.com/crypto-org-chain/cro...


Near line 130: Possible spelling mistake found.
Context: ...ronos/pull/1251) Adjust require gas for submitMsgs in ica precompile. - [#1252](https://gi...


Near line 130: Possible spelling mistake found.
Context: ...1) Adjust require gas for submitMsgs in ica precompile. - [#1252](https://github.co...


Near line 131: Unpaired symbol: ‘[’ seems to be missing
Context: ...r submitMsgs in ica precompile. - [#1252](https://github.com/crypto-org-chain/cro...


Near line 131: Possible spelling mistake found.
Context: ...net` to update default max_callback_gas param. ### Improvements - [#1239](https://g...


Near line 135: Unpaired symbol: ‘[’ seems to be missing
Context: ...k_gas param. ### Improvements - [#1239](https://github.com/crypto-org-chain/cro...


Near line 135: Possible spelling mistake found.
Context: ...to-org-chain/cronos/pull/1239) Refactor websocket/subscription system to improve performa...


Near line 136: Unpaired symbol: ‘[’ seems to be missing
Context: ...rove performance and stability. - [#1241](https://github.com/crypto-org-chain/cro...


Near line 136: Possible spelling mistake found.
Context: ...s/pull/1241) Improve parallelization of memiavl restoration. - (deps) [#1253](https://g...


Near line 145: Unpaired symbol: ‘[’ seems to be missing
Context: ... ## v1.1.0-rc1 ### Bug Fixes - [#1206](https://github.com/crypto-org-chain/cro...


Near line 145: Possible spelling mistake found.
Context: ...org-chain/cronos/pull/1206) Add missing keypair of SendEnabled to restore legacy param ...


Near line 145: Possible spelling mistake found.
Context: ...ronos/pull/1206) Add missing keypair of SendEnabled to restore legacy param set before migr...


Near line 145: Possible spelling mistake found.
Context: ...eypair of SendEnabled to restore legacy param set before migration. - [#1205](https:/...


Near line 146: Unpaired symbol: ‘[’ seems to be missing
Context: ...acy param set before migration. - [#1205](https://github.com/crypto-org-chain/cro...


Near line 146: Possible spelling mistake found.
Context: ...//pull/1205) Fix versiondb and memiavl upgrade issues, add integra...


Near line 146: Possible spelling mistake found.
Context: ...ain/cronos/pull/1205) Fix versiondb and memiavl upgrade issues, add integration test. ...


Near line 150: Unpaired symbol: ‘[’ seems to be missing
Context: ...ration test. ### Improvements - [#1197](https://github.com/crypto-org-chain/cro...


Near line 150: Possible spelling mistake found.
Context: .../pull/1197) tune rocksdb options to control memory consumption. ...


Near line 158: This sentence does not start with an uppercase letter.
Context: ...1.0-rc0 ### State Machine Breaking - [cronos#695](https://github.com/crypto-org-chai...


Near line 158: Unpaired symbol: ‘[’ seems to be missing
Context: ...## State Machine Breaking - [cronos#695](https://github.com/crypto-org-chain/cro...


Near line 158: Possible spelling mistake found.
Context: ...007, generic events format with indexed params. - [cronos#728](https://github.com/cryp...


Near line 159: This sentence does not start with an uppercase letter.
Context: ...c events format with indexed params. - [cronos#728](https://github.com/crypto-org-chai...


Near line 159: Unpaired symbol: ‘[’ seems to be missing
Context: ...ormat with indexed params. - [cronos#728](https://github.com/crypto-org-chain/cro...


Near line 159: Possible spelling mistake found.
Context: ...pull/728) Upgrade gravity bridge latest bugfix, including multi attestation processing...


Near line 160: This sentence does not start with an uppercase letter.
Context: ...n processing and double spend check. - [cronos#742](https://github.com/crypto-org-chai...


Near line 160: Unpaired symbol: ‘[’ seems to be missing
Context: ...ng and double spend check. - [cronos#742](https://github.com/crypto-org-chain/cro...


Near line 161: This sentence does not start with an uppercase letter.
Context: ...e handler for v0.8.0-gravity-alpha2. - [cronos#750](https://github.com/crypto-org-chai...


Near line 161: Unpaired symbol: ‘[’ seems to be missing
Context: ...for v0.8.0-gravity-alpha2. - [cronos#750](https://github.com/crypto-org-chain/cro...


Near line 162: This sentence does not start with an uppercase letter.
Context: ...e handler for v0.8.0-gravity-alpha3. - [cronos#769](https://github.com/crypto-org-chai...


Near line 162: Unpaired symbol: ‘[’ seems to be missing
Context: ...for v0.8.0-gravity-alpha3. - [cronos#769](https://github.com/crypto-org-chain/cro...


Near line 163: This sentence does not start with an uppercase letter.
Context: ...cope of the contract that manage it. - [cronos#775](https://github.com/crypto-org-chai...


Near line 163: Unpaired symbol: ‘[’ seems to be missing
Context: ...e contract that manage it. - [cronos#775](https://github.com/crypto-org-chain/cro...


Near line 163: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/775) Support turnbridge transaction. - [cronos#781](https://git...


Near line 164: This sentence does not start with an uppercase letter.
Context: ...775) Support turnbridge transaction. - [cronos#781](https://github.com/crypto-org-chai...


Near line 164: Unpaired symbol: ‘[’ seems to be missing
Context: ...rt turnbridge transaction. - [cronos#781](https://github.com/crypto-org-chain/cro...


Near line 165: This sentence does not start with an uppercase letter.
Context: .../cronos/pull/781) Add prune command. - [cronos#830](https://github.com/crypto-org-chai...


Near line 165: Unpaired symbol: ‘[’ seems to be missing
Context: ...ll/781) Add prune command. - [cronos#830](https://github.com/crypto-org-chain/cro...


Near line 165: Possible spelling mistake found.
Context: .../830) Upgrade gravity bridge for latest bugfixes, patching two important DOS vulnerabili...


Near line 166: Possible spelling mistake found.
Context: ...ng two important DOS vulnerabilities - [cronos#834](https://github.com/crypto-org-chai...


Near line 166: Unpaired symbol: ‘[’ seems to be missing
Context: ...ortant DOS vulnerabilities - [cronos#834](https://github.com/crypto-org-chain/cro...


Near line 167: This sentence does not start with an uppercase letter.
Context: ...34) Remove unsafe experimental flag. - [cronos#842](https://github.com/crypto-org-chai...


Near line 167: Unpaired symbol: ‘[’ seems to be missing
Context: ... unsafe experimental flag. - [cronos#842](https://github.com/crypto-org-chain/cro...


Near line 168: This sentence does not start with an uppercase letter.
Context: ...upgrade handler for v2.0.0-testnet3. - [cronos#795](https://github.com/crypto-org-chai...


Near line 168: Unpaired symbol: ‘[’ seems to be missing
Context: ...ndler for v2.0.0-testnet3. - [cronos#795](https://github.com/crypto-org-chain/cro...


Near line 168: Possible spelling mistake found.
Context: ...cronos/pull/795) Support permissions in cronos. - [cronos#997](https://github.com/cryp...


Near line 169: This sentence does not start with an uppercase letter.
Context: .../795) Support permissions in cronos. - [cronos#997](https://github.com/crypto-org-chai...


Near line 169: Unpaired symbol: ‘[’ seems to be missing
Context: ...ort permissions in cronos. - [cronos#997](https://github.com/crypto-org-chain/cro...


Near line 169: Possible spelling mistake found.
Context: ...Fix logic to support proxy contract for cronos originated crc20. - [cronos#1005](https...


Near line 170: This sentence does not start with an uppercase letter.
Context: ...ontract for cronos originated crc20. - [cronos#1005](https://github.com/crypto-org-cha...


Near line 170: Unpaired symbol: ‘[’ seems to be missing
Context: ... cronos originated crc20. - [cronos#1005](https://github.com/crypto-org-chain/cro...


Near line 170: This abbreviation for “identification” is spelled all-uppercase.
Context: ...onos/pull/1005) Support specify channel id for send-to-ibc event in case of source...


Near line 170: Possible spelling mistake found.
Context: ...ll/1005) Support specify channel id for send-to-ibc event in case of source token. - [crono...


Near line 171: This sentence does not start with an uppercase letter.
Context: ...o-ibc event in case of source token. - [cronos#1069](https://github.com/crypto-org-cha...


Near line 171: Unpaired symbol: ‘[’ seems to be missing
Context: ... in case of source token. - [cronos#1069](https://github.com/crypto-org-chain/cro...


Near line 171: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1069) Update ethermint to develop, go-ethereum to v1.10.26 a...


Near line 171: Possible spelling mistake found.
Context: ...pull/1069) Update ethermint to develop, go-ethereum to v1.10.26 and ibc-go to v6.2.0. -...


Near line 171: Possible spelling mistake found.
Context: ... develop, go-ethereum to v1.10.26 and ibc-go to v6.2.0. - [cronos#1147](https://gi...


Near line 172: This sentence does not start with an uppercase letter.
Context: ...o v1.10.26 and ibc-go to v6.2.0. - [cronos#1147](https://github.com/crypto-org-cha...


Near line 172: Unpaired symbol: ‘[’ seems to be missing
Context: ...and ibc-go tov6.2.0`. - [cronos#1147](https://github.com/crypto-org-chain/cro...


Near line 172: Possible spelling mistake found.
Context: ...o-org-chain/cronos/pull/1147) Integrate ica module. - (deps) [#1121](https://github...


Near line 173: Possible spelling mistake found.
Context: ...ll/1121) Bump Cosmos-SDK to v0.47.5 and ibc-go to v7.2.0. - [cronos#1014](https://gith...


Near line 174: This sentence does not start with an uppercase letter.
Context: ...SDK to v0.47.5 and ibc-go to v7.2.0. - [cronos#1014](https://github.com/crypto-org-cha...


Near line 174: Unpaired symbol: ‘[’ seems to be missing
Context: ...7.5 and ibc-go to v7.2.0. - [cronos#1014](https://github.com/crypto-org-chain/cro...


Near line 174: Possible spelling mistake found.
Context: ...pport stateful precompiled contract for relayer. - [cronos#1165](https://github.com/cry...


Near line 175: This sentence does not start with an uppercase letter.
Context: ...ul precompiled contract for relayer. - [cronos#1165](https://github.com/crypto-org-cha...


Near line 175: Unpaired symbol: ‘[’ seems to be missing
Context: ...led contract for relayer. - [cronos#1165](https://github.com/crypto-org-chain/cro...


Near line 175: Possible spelling mistake found.
Context: ....com//pull/1165) Icaauth module is not adjusted correctly in ibc...


Near line 175: Possible spelling mistake found.
Context: ...uth module is not adjusted correctly in ibc-go v7.2.0. - [cronos#1163](https://github....


Near line 176: This sentence does not start with an uppercase letter.
Context: ...adjusted correctly in ibc-go v7.2.0. - [cronos#1163](https://github.com/crypto-org-cha...


Near line 176: Unpaired symbol: ‘[’ seems to be missing
Context: ...rrectly in ibc-go v7.2.0. - [cronos#1163](https://github.com/crypto-org-chain/cro...


Near line 176: Possible spelling mistake found.
Context: ...pport stateful precompiled contract for ica. - [cronos#837](https://github.com/cryp...


Near line 177: This sentence does not start with an uppercase letter.
Context: ...ateful precompiled contract for ica. - [cronos#837](https://github.com/crypto-org-chai...


Near line 177: Unpaired symbol: ‘[’ seems to be missing
Context: ...compiled contract for ica. - [cronos#837](https://github.com/crypto-org-chain/cro...


Near line 178: This sentence does not start with an uppercase letter.
Context: ...teful precompiled contract for bank. - [cronos#1184](https://github.com/crypto-org-cha...


Near line 178: Unpaired symbol: ‘[’ seems to be missing
Context: ...mpiled contract for bank. - [cronos#1184](https://github.com/crypto-org-chain/cro...


Near line 178: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1184) Update ibc-go to v7.3.1. - [cronos#1186](https://gi...


Near line 179: This sentence does not start with an uppercase letter.
Context: ...ull/1184) Update ibc-go to v7.3.1. - [cronos#1186](https://github.com/crypto-org-cha...


Near line 179: Unpaired symbol: ‘[’ seems to be missing
Context: ...pdate ibc-go to v7.3.1. - [cronos#1186](https://github.com/crypto-org-chain/cro...


Near line 180: This sentence does not start with an uppercase letter.
Context: ... max block gas limit in new version. - [cronos#1187](https://github.com/crypto-org-cha...


Near line 180: Unpaired symbol: ‘[’ seems to be missing
Context: ...gas limit in new version. - [cronos#1187](https://github.com/crypto-org-chain/cro...


Near line 181: This sentence does not start with an uppercase letter.
Context: ...1187) Disable gravity module in app. - [cronos#1185](https://github.com/crypto-org-cha...


Near line 181: Unpaired symbol: ‘[’ seems to be missing
Context: ...le gravity module in app. - [cronos#1185](https://github.com/crypto-org-chain/cro...


Near line 181: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/1185) Support ibc callback. - [cronos#1196](https://githu...


Near line 182: This sentence does not start with an uppercase letter.
Context: ...nos/pull/1185) Support ibc callback. - [cronos#1196](https://github.com/crypto-org-cha...


Near line 182: Unpaired symbol: ‘[’ seems to be missing
Context: ...85) Support ibc callback. - [cronos#1196](https://github.com/crypto-org-chain/cro...


Near line 186: Unpaired symbol: ‘[’ seems to be missing
Context: ...ntract for bank. ### Bug Fixes - [#833](https://github.com/crypto-org-chain/cro...


Near line 187: Unpaired symbol: ‘[’ seems to be missing
Context: .../pull/833) Fix rollback command. - [#945](https://github.com/crypto-org-chain/cro...


Near line 187: Possible spelling mistake found.
Context: ...e error when update-client due to wrong ibc route. - [#1036](https://github.com/cry...


Near line 188: Unpaired symbol: ‘[’ seems to be missing
Context: ...-client due to wrong ibc route. - [#1036](https://github.com/crypto-org-chain/cro...


Near line 188: Possible spelling mistake found.
Context: ...//pull/1036) Fix memiavl import memory leak. - [#1038](https://g...


Near line 189: Unpaired symbol: ‘[’ seems to be missing
Context: ...Fix memiavl import memory leak. - [#1038](https://github.com/crypto-org-chain/cro...


Near line 189: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1038) Update ibc-go to v5.2.1. - [#1042](https://github.c...


Near line 190: Unpaired symbol: ‘[’ seems to be missing
Context: ...038) Update ibc-go to v5.2.1. - [#1042](https://github.com/crypto-org-chain/cro...


Near line 190: Possible spelling mistake found.
Context: ...ged when concurrent subscribe happens ([ethermint commit](https://github.com/crypto-org-c...


Near line 191: Unpaired symbol: ‘[’ seems to be missing
Context: ...3c586868e2f0b4fbed72593c45bf)). - [#1058](https://github.com/crypto-org-chain/cro...


Near line 191: Possible spelling mistake found.
Context: ...058) Fix decode log for multi topics in websocket subscribe ([ethermint commit](https://g...


Near line 191: Possible spelling mistake found.
Context: ...r multi topics in websocket subscribe ([ethermint commit](https://github.com/crypto-org-c...


Near line 192: Unpaired symbol: ‘[’ seems to be missing
Context: ...c819942ad1836dd3f42585002233)). - [#1062](https://github.com/crypto-org-chain/cro...


Near line 192: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/1062) Update cometbft v0.34.29 with several minor bug fixes...


Near line 193: Unpaired symbol: ‘[’ seems to be missing
Context: ...nd low-severity security-fixes. - [#1075](https://github.com/crypto-org-chain/cro...


Near line 193: Possible spelling mistake found.
Context: .../cronos/pull/1075) Add missing close in memiavl to avoid resource leaks. - [#1073](http...


Near line 194: Unpaired symbol: ‘[’ seems to be missing
Context: ...emiavl to avoid resource leaks. - [#1073](https://github.com/crypto-org-chain/cro...


Near line 194: Possible spelling mistake found.
Context: ....com//pull/1073) memiavl automatically truncate corrupted wal ta...


Near line 194: Possible spelling mistake found.
Context: ...emiavl automatically truncate corrupted wal tail. - [#1087](https://github.com/cryp...


Near line 195: Unpaired symbol: ‘[’ seems to be missing
Context: ...ly truncate corrupted wal tail. - [#1087](https://github.com/crypto-org-chain/cro...


Near line 195: Possible spelling mistake found.
Context: ....com//pull/1087) memiavl fix LastCommitID when memiavl db not lo...


Near line 195: Possible spelling mistake found.
Context: ...org-chain/cronos/pull/1087) memiavl fix LastCommitID when memiavl db not loaded. - [#1088](h...


Near line 195: Possible spelling mistake found.
Context: ...ull/1087) memiavl fix LastCommitID when memiavl db not loaded. - [#1088](https://github...


Near line 196: Unpaired symbol: ‘[’ seems to be missing
Context: ...tID when memiavl db not loaded. - [#1088](https://github.com/crypto-org-chain/cro...


Near line 196: Possible spelling mistake found.
Context: ....com//pull/1088) memiavl fix empty value in write-ahead-log repl...


Near line 197: Unpaired symbol: ‘[’ seems to be missing
Context: ...e in write-ahead-log replaying. - [#1102](https://github.com/crypto-org-chain/cro...


Near line 197: Possible spelling mistake found.
Context: ...oid duplicate cache events emitted from ibc and gravity hook. - [#1123](https://git...


Near line 198: Unpaired symbol: ‘[’ seems to be missing
Context: ...tted from ibc and gravity hook. - [#1123](https://github.com/crypto-org-chain/cro...


Near line 198: Possible spelling mistake found.
Context: ...//pull/1123) Fix memiavl snapshot switching - [#1125](https://gi...


Near line 199: Unpaired symbol: ‘[’ seems to be missing
Context: ... Fix memiavl snapshot switching - [#1125](https://github.com/crypto-org-chain/cro...


Near line 199: Possible spelling mistake found.
Context: ...onos/pull/1125) Fix genesis migrate for feeibc, evm, feemarket and gravity. - [#1130](...


Near line 199: Possible spelling mistake found.
Context: ...l/1125) Fix genesis migrate for feeibc, evm, feemarket and gravity. - [#1130](https...


Near line 199: Possible spelling mistake found.
Context: ...5) Fix genesis migrate for feeibc, evm, feemarket and gravity. - [#1130](https://github.c...


Near line 200: Unpaired symbol: ‘[’ seems to be missing
Context: ...bc, evm, feemarket and gravity. - [#1130](https://github.com/crypto-org-chain/cro...


Near line 200: Possible spelling mistake found.
Context: ...0) Fix lock issues when state-sync with memiavl. - [#1150](https://github.com/crypto-or...


Near line 201: Unpaired symbol: ‘[’ seems to be missing
Context: ...s when state-sync with memiavl. - [#1150](https://github.com/crypto-org-chain/cro...


Near line 201: Possible spelling mistake found.
Context: ...//pull/1150) Fix memiavl's unsafe retain of the root hashes. ##...


Near line 201: It seems that “to” is missing before the verb.
Context: .../cronos/pull/1150) Fix memiavl's unsafe retain of the root hashes. ### Features - [#...


Near line 205: Unpaired symbol: ‘[’ seems to be missing
Context: ...the root hashes. ### Features - [#1042](https://github.com/crypto-org-chain/cro...


Near line 205: Did you mean the phrasal verb “clean up” instead of the noun ‘cleanup’?
Context: .../pull/1042) call Close method on app to cleanup resource on graceful shutdown ([ethermi...


Near line 205: Possible spelling mistake found.
Context: ...cleanup resource on graceful shutdown ([ethermint commit](https://github.com/crypto-org-c...


Near line 206: Unpaired symbol: ‘[’ seems to be missing
Context: ...144f229961f94b4524d5889e874d)). - [#1083](https://github.com/crypto-org-chain/cro...


Near line 206: Possible spelling mistake found.
Context: ....com//pull/1083) memiavl support both sdk 46 and 47 root hash ru...


Near line 206: Possible spelling mistake found.
Context: .../cronos/pull/1083) memiavl support both sdk 46 and 47 root hash rules. - [#1091](ht...


Near line 207: Unpaired symbol: ‘[’ seems to be missing
Context: ... sdk 46 and 47 root hash rules. - [#1091](https://github.com/crypto-org-chain/cro...


Near line 207: Possible spelling mistake found.
Context: ....com//pull/1091) memiavl support rollback. - [#1100](https://git...


Near line 208: Unpaired symbol: ‘[’ seems to be missing
Context: ...1091) memiavl support rollback. - [#1100](https://github.com/crypto-org-chain/cro...


Near line 208: Possible spelling mistake found.
Context: ....com//pull/1100) memiavl support read-only mode, and grab exclus...


Near line 209: Unpaired symbol: ‘[’ seems to be missing
Context: ... exclusive lock for write mode. - [#1103](https://github.com/crypto-org-chain/cro...


Near line 209: Possible spelling mistake found.
Context: ...//pull/1103) Add EventQueryTxFor cmd to subscribe and wait for transacti...


Near line 210: Unpaired symbol: ‘[’ seems to be missing
Context: ...cribe and wait for transaction. - [#1108](https://github.com/crypto-org-chain/cro...


Near line 210: Possible spelling mistake found.
Context: ....com//pull/1108) versiondb support restore from local snapshot. - ...


Near line 211: Unpaired symbol: ‘[’ seems to be missing
Context: ...rt restore from local snapshot. - [#1114](https://github.com/crypto-org-chain/cro...


Near line 211: Possible spelling mistake found.
Context: ....com//pull/1114) memiavl support CacheMultiStoreWithVersion. -...


Near line 211: Possible spelling mistake found.
Context: ...chain/cronos/pull/1114) memiavl support CacheMultiStoreWithVersion. - [#1116](https://github.com/crypto-o...


Near line 212: Unpaired symbol: ‘[’ seems to be missing
Context: ...t CacheMultiStoreWithVersion. - [#1116](https://github.com/crypto-org-chain/cro...


Near line 212: Possible spelling mistake found.
Context: ....com//pull/1116) versiondb commands support sdk47 app hash calcula...


Near line 216: Unpaired symbol: ‘[’ seems to be missing
Context: ... calculation. ### Improvements - [#890](https://github.com/crypto-org-chain/cro...


Near line 216: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/890) optimize memiavl snapshot format. - [#904](https://githu...


Near line 217: Unpaired symbol: ‘[’ seems to be missing
Context: ...ptimize memiavl snapshot format. - [#904](https://github.com/crypto-org-chain/cro...


Near line 218: Unpaired symbol: ‘[’ seems to be missing
Context: ...-bytes" on new application.db. - [#924](https://github.com/crypto-org-chain/cro...


Near line 218: Possible spelling mistake found.
Context: ...b.com//pull/924) memiavl support Export API. - [#950](https://...


Near line 219: Unpaired symbol: ‘[’ seems to be missing
Context: ...4) memiavl support Export API. - [#950](https://github.com/crypto-org-chain/cro...


Near line 219: Possible spelling mistake found.
Context: ...to-org-chain/cronos/pull/950) Implement memiavl and integrate with state machine. - [#9...


Near line 220: Unpaired symbol: ‘[’ seems to be missing
Context: ...nd integrate with state machine. - [#985](https://github.com/crypto-org-chain/cro...


Near line 220: Possible spelling mistake found.
Context: ...m//pull/985) Fix versiondb verify command on older versions - [#99...


Near line 221: Unpaired symbol: ‘[’ seems to be missing
Context: ...verify command on older versions - [#998](https://github.com/crypto-org-chain/cro...


Near line 221: Possible spelling mistake found.
Context: ...//pull/998) Bump grocksdb to v1.7.16 and rocksdb to v7.10.2 - [#1...


Near line 221: Possible spelling mistake found.
Context: .../pull/998) Bump grocksdb to v1.7.16 and rocksdb to v7.10.2 - [#1028](https://github.com...


Near line 222: Unpaired symbol: ‘[’ seems to be missing
Context: ... v1.7.16 and rocksdb to v7.10.2 - [#1028](https://github.com/crypto-org-chain/cro...


Near line 222: Possible spelling mistake found.
Context: ...//pull/1028) Add memiavl configs into app.toml - [#1027](https:/...


Near line 222: Possible spelling mistake found.
Context: ...pull/1028) Add memiavl configs into app.toml - [#1027](https://github.com/crypto-org...


Near line 223: Unpaired symbol: ‘[’ seems to be missing
Context: ...d memiavl configs into app.toml - [#1027](https://github.com/crypto-org-chain/cro...


Near line 224: Unpaired symbol: ‘[’ seems to be missing
Context: ...rate local state-sync commands. - [#1029](https://github.com/crypto-org-chain/cro...


Near line 224: Possible spelling mistake found.
Context: ...g-chain/cronos/pull/1029) Change config async-commit to async-commit-buffer, make the cha...


Near line 224: Possible spelling mistake found.
Context: ...l/1029) Change config async-commit to async-commit-buffer, make the channel size configurable. -...


Near line 225: Unpaired symbol: ‘[’ seems to be missing
Context: ... the channel size configurable. - [#1034](https://github.com/crypto-org-chain/cro...


Near line 225: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/1034) Support memiavl snapshot strategy configuration. - [#10...


Near line 226: Unpaired symbol: ‘[’ seems to be missing
Context: ...napshot strategy configuration. - [#1035](https://github.com/crypto-org-chain/cro...


Near line 226: Possible spelling mistake found.
Context: ...in/cronos/pull/1035) Support caching in memiavl directly, ignore inter-block cache sile...


Near line 227: Unpaired symbol: ‘[’ seems to be missing
Context: ...ore inter-block cache silently. - [#1050](https://github.com/crypto-org-chain/cro...


Near line 227: Possible spelling mistake found.
Context: ....com//pull/1050) nativebyteorder mode will check endianness on startup, ...


Near line 227: Possible spelling mistake found.
Context: ...l/1050) nativebyteorder mode will check endianness on startup, binaries are built with nat...


Near line 227: Possible spelling mistake found.
Context: ...ess on startup, binaries are built with nativebyteorder by default. - [#1064](https://github.co...


Near line 228: Unpaired symbol: ‘[’ seems to be missing
Context: ...ith nativebyteorder by default. - [#1064](https://github.com/crypto-org-chain/cro...


Near line 228: Possible spelling mistake found.
Context: ...to-org-chain/cronos/pull/1064) Simplify memiavl snapshot switching. - [#1067](https://g...


Near line 229: Unpaired symbol: ‘[’ seems to be missing
Context: ...ify memiavl snapshot switching. - [#1067](https://github.com/crypto-org-chain/cro...


Near line 229: Possible spelling mistake found.
Context: ....com//pull/1067) memiavl: only export state-sync snapshots on an...


Near line 230: Unpaired symbol: ‘[’ seems to be missing
Context: ... snapshots on an exist snapshot - [#1082](https://github.com/crypto-org-chain/cro...


Near line 230: Possible spelling mistake found.
Context: .../pull/1082) Make memiavl setup code reusable. - [#1092](https://...


Near line 231: Unpaired symbol: ‘[’ seems to be missing
Context: ...ke memiavl setup code reusable. - [#1092](https://github.com/crypto-org-chain/cro...


Near line 231: Possible spelling mistake found.
Context: ....com//pull/1092) memiavl disable sdk address cache if zero-copy ...


Near line 231: Possible spelling mistake found.
Context: ...chain/cronos/pull/1092) memiavl disable sdk address cache if zero-copy enabled, and...


Near line 232: Unpaired symbol: ‘[’ seems to be missing
Context: ...d disable zero-copy by default. - [#1099](https://github.com/crypto-org-chain/cro...


Near line 232: Possible spelling mistake found.
Context: ...to-org-chain/cronos/pull/1099) clean up memiavl tmp directories left behind. - [#940](h...


Near line 233: Unpaired symbol: ‘[’ seems to be missing
Context: ...avl tmp directories left behind. - [#940](https://github.com/crypto-org-chain/cro...


Near line 233: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/940) Update rocksdb dependency to 8.1.1. - [#1149](https://...


Near line 234: Unpaired symbol: ‘[’ seems to be missing
Context: ...te rocksdb dependency to 8.1.1. - [#1149](https://github.com/crypto-org-chain/cro...


Near line 234: Possible spelling mistake found.
Context: ....com//pull/1149) memiavl support WorkingHash api required by `...


Near line 234: Possible spelling mistake found.
Context: ...chain/cronos/pull/1149) memiavl support WorkingHash api required by FinalizeBlock. - [#1...


Near line 234: Possible spelling mistake found.
Context: ...ull/1149) memiavl support WorkingHash api required by FinalizeBlock. - [#1151](...


Near line 234: Possible spelling mistake found.
Context: ...l support WorkingHash api required by FinalizeBlock. - [#1151](https://github.com/crypto-o...


Near line 235: Unpaired symbol: ‘[’ seems to be missing
Context: ...pi required by FinalizeBlock. - [#1151](https://github.com/crypto-org-chain/cro...


Near line 235: Possible spelling mistake found.
Context: ....com//pull/1151) memiavl CacheMultiStoreWithVersion supports `...


Near line 235: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/1151) memiavl CacheMultiStoreWithVersion supports io.Closer. - [#1154](https:...


Near line 235: Add a space between sentences.
Context: ...l CacheMultiStoreWithVersion supports io.Closer. - [#1154](https://github.com/crypto-o...


Near line 236: Unpaired symbol: ‘[’ seems to be missing
Context: ...hVersionsupportsio.Closer`. - [#1154](https://github.com/crypto-org-chain/cro...


Near line 236: Possible spelling mistake found.
Context: .../cronos/pull/1154) Remove dependency on cosmos-sdk. - [#1171](https://github.com/crypto-or...


Near line 237: Unpaired symbol: ‘[’ seems to be missing
Context: ...emove dependency on cosmos-sdk. - [#1171](https://github.com/crypto-org-chain/cro...


Near line 237: Possible spelling mistake found.
Context: ...//pull/1171) Add memiavl background snapshot writing concurrency...


Near line 238: Unpaired symbol: ‘[’ seems to be missing
Context: ...shot writing concurrency limit. - [#1179](https://github.com/crypto-org-chain/cro...


Near line 238: Possible spelling mistake found.
Context: ...ull/1179) Support blocking addresses in mempool. - [#1182](https://github.com/crypto-or...


Near line 239: Unpaired symbol: ‘[’ seems to be missing
Context: ... blocking addresses in mempool. - [#1182](https://github.com/crypto-org-chain/cro...


Near line 239: Possible spelling mistake found.
Context: .../pull/1182) Bump librocksdb to 8.5.3. - [#1183](https://github.com/...


Near line 240: Unpaired symbol: ‘[’ seems to be missing
Context: ...1182) Bump librocksdb to 8.5.3. - [#1183](https://github.com/crypto-org-chain/cro...


Near line 240: Possible spelling mistake found.
Context: ...l/1183) Avoid redundant logs added from relayer. April 13, 2023 ## v1.0.7 ### Impr...


Near line 248: Unpaired symbol: ‘[’ seems to be missing
Context: ...3* ## v1.0.7 ### Improvements - [#936](https://github.com/crypto-org-chain/cro...


Near line 248: Possible spelling mistake found.
Context: ...ender address to optimize performance ([ethermint commit](https://github.com/crypto-org-c...


Near line 249: Unpaired symbol: ‘[’ seems to be missing
Context: ...683795aa32e286d31d8155f903cae)). - [#949](https://github.com/crypto-org-chain/cro...


Near line 249: Possible spelling mistake found.
Context: ...949) Release static-linked binaries for linux platform. - [#934](https://github.com/c...


Near line 250: Unpaired symbol: ‘[’ seems to be missing
Context: ...ked binaries for linux platform. - [#934](https://github.com/crypto-org-chain/cro...


Near line 250: Possible spelling mistake found.
Context: ...m//pull/934) Add pebbledb backend. ### Bug Fixes - [#953](https...


Near line 254: Unpaired symbol: ‘[’ seems to be missing
Context: ...ebbledb backend. ### Bug Fixes - [#953](https://github.com/crypto-org-chain/cro...


Near line 255: Possible spelling mistake found.
Context: ...clude third-party bug fixes: - update ethermint to include two bug fixes - <https:/...


Near line 258: Possible spelling mistake found.
Context: ...rg-chain/ethermint/pull/233> - update cosmos-sdk to include one bug fix - <https://g...


Near line 260: Unpaired symbol: ‘[’ seems to be missing
Context: ...om/cosmos/cosmos-sdk/pull/15667> - [#945](https://github.com/crypto-org-chain/cro...


Near line 260: Possible spelling mistake found.
Context: ...e error when update-client due to wrong ibc route. Mar 16, 2023 ## v1.0.6 ### ...


Near line 268: Unpaired symbol: ‘[’ seems to be missing
Context: ...2023* ## v1.0.6 ### Bug Fixes - [#932](https://github.com/crypto-org-chain/cro...


Near line 268: Possible spelling mistake found.
Context: ...b.com//pull/932) Backport multiple json-rpc bug fixes in ethermin...


Near line 268: Possible spelling mistake found.
Context: ...hain/cronos/pull/932) Backport multiple json-rpc bug fixes in ethermint ([commits](https...


Near line 268: Possible spelling mistake found.
Context: ...Backport multiple json-rpc bug fixes in ethermint ([commits](https://github.com/crypto-or...


Near line 276: Unpaired symbol: ‘[’ seems to be missing
Context: ...2023* ## v1.0.5 ### Bug Fixes - [#908](https://github.com/crypto-org-chain/cro...


Near line 280: Unpaired symbol: ‘[’ seems to be missing
Context: ...priority fee. ### Improvements - [#904](https://github.com/crypto-org-chain/cro...


Near line 281: Unpaired symbol: ‘[’ seems to be missing
Context: ...-bytes" on new application.db. - [#907](https://github.com/crypto-org-chain/cro...


Near line 281: Possible spelling mistake found.
Context: ...pull/907) Apply a configurable limit in rpc apis. - [#909](https://github.com/crypt...


Near line 281: Possible spelling mistake found.
Context: .../907) Apply a configurable limit in rpc apis. - [#909](https://github.com/crypto-org...


Near line 282: Unpaired symbol: ‘[’ seems to be missing
Context: ... configurable limit in rpc apis. - [#909](https://github.com/crypto-org-chain/cro...


Near line 282: Possible spelling mistake found.
Context: ...to-org-chain/cronos/pull/909) Update to cosmos-sdk v0.46.11. Feb 15, 2023 ## v1.0.4 #...


Near line 290: Unpaired symbol: ‘[’ seems to be missing
Context: ...2023* ## v1.0.4 ### Bug Fixes - [#814](https://github.com/crypto-org-chain/cro...


Near line 290: Possible spelling mistake found.
Context: ...m//pull/814) Fix prometheus metrics. ### Improvements - [#813](ht...


Near line 294: Unpaired symbol: ‘[’ seems to be missing
Context: ...heus metrics. ### Improvements - [#813](https://github.com/crypto-org-chain/cro...


Near line 294: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/813) Tune up rocksdb options. - [#791](https://github.com/cr...


Near line 295: Unpaired symbol: ‘[’ seems to be missing
Context: ...ll/813) Tune up rocksdb options. - [#791](https://github.com/crypto-org-chain/cro...


Near line 295: Possible spelling mistake found.
Context: ...to-org-chain/cronos/pull/791) Implement versiondb and migration commands. - [#779](https:...


Near line 296: Unpaired symbol: ‘[’ seems to be missing
Context: ...ersiondb and migration commands. - [#779](https://github.com/crypto-org-chain/cro...


Near line 296: Possible spelling mistake found.
Context: ...o-org-chain/cronos/pull/779) Add config iavl-lazy-loading to enable lazy loading of iavl store. ...


Near line 296: Possible spelling mistake found.
Context: ...-lazy-loading to enable lazy loading of iavl store. Feb 08, 2023 ## v1.0.3 ### ...


Near line 304: Unpaired symbol: ‘[’ seems to be missing
Context: ...2023* ## v1.0.3 ### Bug Fixes - [#846](https://github.com/crypto-org-chain/cro...


Near line 304: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/846) Disable authz message Jan 04, 2023 ## v1.0.2 ###...


Near line 312: Unpaired symbol: ‘[’ seems to be missing
Context: ...0.2 ### State Machine Breaking - [#802](https://github.com/crypto-org-chain/cro...


Near line 312: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/802) Update ibc-go to v5.2.0. December 14, 2022 ## v...


Near line 320: Unpaired symbol: ‘[’ seems to be missing
Context: ...2* ## v1.0.1 ### Improvements - [#781](https://github.com/crypto-org-chain/cro...


Near line 321: Unpaired symbol: ‘[’ seems to be missing
Context: ...nos/pull/781) Add prune command. - [#790](https://github.com/crypto-org-chain/cro...


Near line 321: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/790) Update cosmos-sdk to v0.46.7, it fix a migration issue ...


Near line 321: After ‘it’, use the third-person verb form “fixes”.
Context: ...790) Update cosmos-sdk to v0.46.7, it fix a migration issue which affects pending...


Near line 321: Did you mean “proposal's” or “proposals'”?
Context: ...a migration issue which affects pending proposals's votes during upgrade, it also adds th...


Near line 330: Unpaired symbol: ‘[’ seems to be missing
Context: ...2* ## v1.0.0 ### Improvements - [#772](https://github.com/crypto-org-chain/cro...


Near line 330: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/772) Update cosmos-sdk to v0.46.6, it's non-breaking for cro...


Near line 330: Possible spelling mistake found.
Context: ...sdk to v0.46.6, it's non-breaking for cronos. Nov 17, 2022 ## v1.0.0-rc4 ### Bu...


Near line 338: Unpaired symbol: ‘[’ seems to be missing
Context: ...* ## v1.0.0-rc4 ### Bug Fixes - [#771](https://github.com/crypto-org-chain/cro...


Near line 338: Possible spelling mistake found.
Context: ...m//pull/771) Fix london hardfork number in testnet3 parameters....


Near line 338: Possible spelling mistake found.
Context: ...o-org-chain/cronos/pull/771) Fix london hardfork number in testnet3 parameters. *Nov 13...


Near line 346: Unpaired symbol: ‘[’ seems to be missing
Context: ...rc3 ### State Machine Breaking - [#765](https://github.com/crypto-org-chain/cro...


Near line 346: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/765) Upgrade ibc-go to [v5.1.0](https://github.com/cosmos/i...


Near line 354: Unpaired symbol: ‘[’ seems to be missing
Context: ...* ## v1.0.0-rc2 ### Bug Fixes - [#761](https://github.com/crypto-org-chain/cro...


Near line 354: Possible spelling mistake found.
Context: .../cronos/pull/761) Fix non-deterministic evm execution result when there are concurr...


Near line 354: Possible spelling mistake found.
Context: ...cution result when there are concurrent grpc queries. - [#762](https://github.com/cr...


Near line 355: Unpaired symbol: ‘[’ seems to be missing
Context: ...ere are concurrent grpc queries. - [#762](https://github.com/crypto-org-chain/cro...


Near line 355: Possible spelling mistake found.
Context: ...d v1.0.0 upgrade plan for dry-run and mainnet upgrade, which clears the extra_eips ...


Near line 355: Possible spelling mistake found.
Context: ...n and mainnet upgrade, which clears the extra_eips parameter. - [#763](https://github.com...


Near line 356: Unpaired symbol: ‘[’ seems to be missing
Context: ...ears the extra_eips parameter. - [#763](https://github.com/crypto-org-chain/cro...


Near line 356: Possible spelling mistake found.
Context: ...hain/cronos/pull/763) Add error log for iavl set error. - [#764](https://github.com/...


Near line 357: Unpaired symbol: ‘[’ seems to be missing
Context: ...dd error log for iavl set error. - [#764](https://github.com/crypto-org-chain/cro...


Near line 357: Possible spelling mistake found.
Context: ...//pull/764) Make eth_getProof result compatible with ethere...


Near line 357: Possible spelling mistake found.
Context: ...e eth_getProof result compatible with ethereum. Nov 4, 2022 ## v1.0.0-rc1 ### Bug...


Near line 365: Unpaired symbol: ‘[’ seems to be missing
Context: ...* ## v1.0.0-rc1 ### Bug Fixes - [#760](https://github.com/crypto-org-chain/cro...


Near line 365: Possible spelling mistake found.
Context: ... Revert breaking changes on gas used in Ethermint. Nov 1, 2022 ## v1.0.0-rc0 ### Bug...


Near line 373: Unpaired symbol: ‘[’ seems to be missing
Context: ...* ## v1.0.0-rc0 ### Bug Fixes - [#748](https://github.com/crypto-org-chain/cro...


Near line 374: Unpaired symbol: ‘[’ seems to be missing
Context: ...migration commit is interrupted. - [#752](https://github.com/crypto-org-chain/cro...


Near line 374: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/752) Update iavl to v0.19.4. Oct 15, 2022 ## v0.9....


Near line 382: This sentence does not start with an uppercase letter.
Context: ...22* ## v0.9.0-beta4 ### Bug Fixes - [cronos#719](https://github.com/crypto-org-chai...


Near line 382: Unpaired symbol: ‘[’ seems to be missing
Context: ....9.0-beta4 ### Bug Fixes - [cronos#719](https://github.com/crypto-org-chain/cro...


Near line 382: Possible spelling mistake found.
Context: ...m//pull/719) Fix eth_call for legacy blocks (backport #713)...


Near line 382: Possible spelling mistake found.
Context: .../719) Fix eth_call for legacy blocks (backport #713). ### Improvements - [cronos#720...


Near line 386: This sentence does not start with an uppercase letter.
Context: ... (backport #713). ### Improvements - [cronos#720](https://github.com/crypto-org-chai...


Near line 386: Unpaired symbol: ‘[’ seems to be missing
Context: ... #713). ### Improvements - [cronos#720](https://github.com/crypto-org-chain/cro...


Near line 386: Possible spelling mistake found.
Context: ...o-org-chain/cronos/pull/720) Add option iavl-disable-fastnode to disable iavl fastnode indexing migr...


Near line 386: Possible spelling mistake found.
Context: ...tion iavl-disable-fastnode to disable iavl fastnode indexing migration (backport #...


Near line 386: Possible spelling mistake found.
Context: ...iavl-disable-fastnode to disable iavl fastnode indexing migration (backport #714). - [...


Near line 386: Possible spelling mistake found.
Context: ...sable iavl fastnode indexing migration (backport #714). - [cronos#721](https://github.co...


Near line 387: This sentence does not start with an uppercase letter.
Context: ... indexing migration (backport #714). - [cronos#721](https://github.com/crypto-org-chai...


Near line 387: Unpaired symbol: ‘[’ seems to be missing
Context: ...migration (backport #714). - [cronos#721](https://github.com/crypto-org-chain/cro...


Near line 387: Possible spelling mistake found.
Context: ...721) Integrate the file state streamer (backport #702). - [cronos#730](https://github.co...


Near line 388: This sentence does not start with an uppercase letter.
Context: ...file state streamer (backport #702). - [cronos#730](https://github.com/crypto-org-chai...


Near line 388: Unpaired symbol: ‘[’ seems to be missing
Context: ... streamer (backport #702). - [cronos#730](https://github.com/crypto-org-chain/cro...


Near line 388: Possible spelling mistake found.
Context: ...Update dependencies to recent versions (backport #729). Sep 20, 2022 ## v0.9.0-beta3...


Near line 396: This sentence does not start with an uppercase letter.
Context: ...22* ## v0.9.0-beta3 ### Bug Fixes - [cronos#696](https://github.com/crypto-org-chai...


Near line 396: Unpaired symbol: ‘[’ seems to be missing
Context: ....9.0-beta3 ### Bug Fixes - [cronos#696](https://github.com/crypto-org-chain/cro...


Near line 396: Possible spelling mistake found.
Context: ...m//pull/696) Fix json-rpc apis for legacy blocks. Aug 29, 2022...


Near line 396: Possible spelling mistake found.
Context: ...org-chain/cronos/pull/696) Fix json-rpc apis for legacy blocks. Aug 29, 2022 ## ...


Near line 408: This sentence does not start with an uppercase letter.
Context: ... v0.9.0 ### State Machine Breaking - [cronos#429](https://github.com/crypto-org-chai...


Near line 408: Unpaired symbol: ‘[’ seems to be missing
Context: ...## State Machine Breaking - [cronos#429](https://github.com/crypto-org-chain/cro...


Near line 408: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/429) Update ethermint to main, ibc-go to v3.0.0, cosmos sdk t...


Near line 408: Possible spelling mistake found.
Context: ...nos/pull/429) Update ethermint to main, ibc-go to v3.0.0, cosmos sdk to v0.45.4 and gr...


Near line 408: Possible spelling mistake found.
Context: ...rmint to main, ibc-go to v3.0.0, cosmos sdk to v0.45.4 and gravity to latest, remov...


Near line 408: Possible spelling mistake found.
Context: ...ravity to latest, remove v0.7.0 related upgradeHandler. - [cronos#532](https://github.com/cryp...


Near line 409: This sentence does not start with an uppercase letter.
Context: ...emove v0.7.0 related upgradeHandler. - [cronos#532](https://github.com/crypto-org-chai...


Near line 409: Unpaired symbol: ‘[’ seems to be missing
Context: ....0 related upgradeHandler. - [cronos#532](https://github.com/crypto-org-chain/cro...


Near line 409: Possible spelling mistake found.
Context: ...m//pull/532) Add SendtoChain and CancelSendToChain support from evm ...


Near line 409: Possible spelling mistake found.
Context: ...in/cronos/pull/532) Add SendtoChain and CancelSendToChain support from evm call. - [cronos#600](h...


Near line 409: Possible spelling mistake found.
Context: ...hain and CancelSendToChain support from evm call. - [cronos#600](https://github.com...


Near line 410: This sentence does not start with an uppercase letter.
Context: ...elSendToChain support from evm call. - [cronos#600](https://github.com/crypto-org-chai...


Near line 410: Unpaired symbol: ‘[’ seems to be missing
Context: ...ain support from evm call. - [cronos#600](https://github.com/crypto-org-chain/cro...


Near line 411: This sentence does not start with an uppercase letter.
Context: ...plement bidirectional token mapping. - [cronos#611](https://github.com/crypto-org-chai...


Near line 411: Unpaired symbol: ‘[’ seems to be missing
Context: ...directional token mapping. - [cronos#611](https://github.com/crypto-org-chain/cro...


Near line 411: Possible spelling mistake found.
Context: ...Fix mistake on acknowledgement error in ibc middleware. - [cronos#627](https://gith...


Near line 412: This sentence does not start with an uppercase letter.
Context: ...owledgement error in ibc middleware. - [cronos#627](https://github.com/crypto-org-chai...


Near line 412: Unpaired symbol: ‘[’ seems to be missing
Context: ...t error in ibc middleware. - [cronos#627](https://github.com/crypto-org-chain/cro...


Near line 413: Possible spelling mistake found.
Context: ...ge module with security enhancements - [cronos#647](https://github.com/crypto-org-chai...


Near line 413: Unpaired symbol: ‘[’ seems to be missing
Context: ...with security enhancements - [cronos#647](https://github.com/crypto-org-chain/cro...


Near line 413: Possible spelling mistake found.
Context: ...to-org-chain/cronos/pull/647) Integrate ibc fee middleware. - [cronos#672](https://...


Near line 414: This sentence does not start with an uppercase letter.
Context: ...l/647) Integrate ibc fee middleware. - [cronos#672](https://github.com/crypto-org-chai...


Near line 414: Unpaired symbol: ‘[’ seems to be missing
Context: ...egrate ibc fee middleware. - [cronos#672](https://github.com/crypto-org-chain/cro...


Near line 418: This sentence does not start with an uppercase letter.
Context: ...ccounts integration. ### Bug Fixes - [cronos#502](https://github.com/crypto-org-chai...


Near line 418: Unpaired symbol: ‘[’ seems to be missing
Context: ...tegration. ### Bug Fixes - [cronos#502](https://github.com/crypto-org-chain/cro...


Near line 418: Possible spelling mistake found.
Context: ...o-org-chain/cronos/pull/502) Fix failed tx are ignored in json-rpc apis. - [cronos...


Near line 418: Possible spelling mistake found.
Context: .../pull/502) Fix failed tx are ignored in json-rpc apis. - [cronos#556](https://github.com...


Near line 418: Possible spelling mistake found.
Context: ...) Fix failed tx are ignored in json-rpc apis. - [cronos#556](https://github.com/cryp...


Near line 419: This sentence does not start with an uppercase letter.
Context: ...led tx are ignored in json-rpc apis. - [cronos#556](https://github.com/crypto-org-chai...


Near line 419: Unpaired symbol: ‘[’ seems to be missing
Context: ... ignored in json-rpc apis. - [cronos#556](https://github.com/crypto-org-chain/cro...


Near line 419: Possible spelling mistake found.
Context: ...ravity bridge module version to include bugfixes (including grpc endpoint) - [cronos#639...


Near line 419: Possible spelling mistake found.
Context: ... version to include bugfixes (including grpc endpoint) - [cronos#639](https://github...


Near line 420: Possible spelling mistake found.
Context: ...e bugfixes (including grpc endpoint) - [cronos#639](https://github.com/crypto-org-chai...


Near line 420: Unpaired symbol: ‘[’ seems to be missing
Context: ... (including grpc endpoint) - [cronos#639](https://github.com/crypto-org-chain/cro...


Near line 420: Possible spelling mistake found.
Context: ...b.com//pull/639) init and validate-genesis commands don't inc...


Near line 424: This sentence does not start with an uppercase letter.
Context: ...dules by default. ### Improvements - [cronos#418](https://github.com/crypto-org-chai...


Near line 424: Unpaired symbol: ‘[’ seems to be missing
Context: ...efault. ### Improvements - [cronos#418](https://github.com/crypto-org-chain/cro...


Near line 424: Possible spelling mistake found.
Context: ...-chain/cronos/pull/418) Support logs in evm-hooks and return id for SendToEthereum events...


Near line 424: This abbreviation for “identification” is spelled all-uppercase.
Context: ...8) Support logs in evm-hooks and return id for SendToEthereum events - [cronos#489...


Near line 424: Possible spelling mistake found.
Context: ...ort logs in evm-hooks and return id for SendToEthereum events - [cronos#489](https://github.co...


Near line 425: Possible spelling mistake found.
Context: ... return id for SendToEthereum events - [cronos#489](https://github.com/crypto-org-chai...


Near line 425: Unpaired symbol: ‘[’ seems to be missing
Context: ... for SendToEthereum events - [cronos#489](https://github.com/crypto-org-chain/cro...


Near line 425: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/489) Enable jemalloc memory allocator, and update rocksdb sr...


Near line 425: Possible spelling mistake found.
Context: ...e jemalloc memory allocator, and update rocksdb src to v6.29.5. - [cronos#511](https:...


Near line 426: This sentence does not start with an uppercase letter.
Context: ...and update rocksdb src to v6.29.5. - [cronos#511](https://github.com/crypto-org-chai...


Near line 426: Unpaired symbol: ‘[’ seems to be missing
Context: ... rocksdb src to v6.29.5. - [cronos#511](https://github.com/crypto-org-chain/cro...


Near line 426: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/511) Replace ibc-hook with ibc middleware, use ibc-go upstrea...


Near line 426: Possible spelling mistake found.
Context: .../cronos/pull/511) Replace ibc-hook with ibc middleware, use ibc-go upstream version...


Near line 426: Possible spelling mistake found.
Context: ...place ibc-hook with ibc middleware, use ibc-go upstream version. - [cronos#550](https:...


Near line 427: This sentence does not start with an uppercase letter.
Context: ...leware, use ibc-go upstream version. - [cronos#550](https://github.com/crypto-org-chai...


Near line 427: Unpaired symbol: ‘[’ seems to be missing
Context: ...e ibc-go upstream version. - [cronos#550](https://github.com/crypto-org-chain/cro...


Near line 427: Possible spelling mistake found.
Context: ...rg-chain/cronos/pull/550) Support basic json-rpc apis on pruned nodes. - [cronos#549](ht...


Near line 427: Possible spelling mistake found.
Context: ...cronos/pull/550) Support basic json-rpc apis on pruned nodes. - [cronos#549](https:/...


Near line 428: This sentence does not start with an uppercase letter.
Context: ...basic json-rpc apis on pruned nodes. - [cronos#549](https://github.com/crypto-org-chai...


Near line 428: Unpaired symbol: ‘[’ seems to be missing
Context: ...-rpc apis on pruned nodes. - [cronos#549](https://github.com/crypto-org-chain/cro...


Near line 428: Possible spelling mistake found.
Context: ...o-org-chain/cronos/pull/549) Use custom tx indexer feature of ethermint. - [cronos...


Near line 428: Possible spelling mistake found.
Context: ...l/549) Use custom tx indexer feature of ethermint. - [cronos#673](https://github.com/cryp...


Near line 429: This sentence does not start with an uppercase letter.
Context: ...tom tx indexer feature of ethermint. - [cronos#673](https://github.com/crypto-org-chai...


Near line 429: Unpaired symbol: ‘[’ seems to be missing
Context: ...exer feature of ethermint. - [cronos#673](https://github.com/crypto-org-chain/cro...


Near line 429: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/673) Upgrade cosmos-sdk to 0.46.1 and ibc-go to v5.0.0-rc0. *A...


Near line 429: Possible spelling mistake found.
Context: ...l/673) Upgrade cosmos-sdk to 0.46.1 and ibc-go to v5.0.0-rc0. Aug 5, 2022 ## v0.8....


Near line 437: This sentence does not start with an uppercase letter.
Context: ... v0.8.0 ### State Machine Breaking - [cronos#618](https://github.com/crypto-org-chai...


Near line 437: Unpaired symbol: ‘[’ seems to be missing
Context: ...## State Machine Breaking - [cronos#618](https://github.com/crypto-org-chain/cro...


Near line 437: Possible spelling mistake found.
Context: ...b.com//pull/618) selfdestruct don't delete bytecode of smart contract...


Near line 437: Possible spelling mistake found.
Context: ...nos/pull/618) selfdestruct don't delete bytecode of smart contract. Aug 5, 2022 ## v...


Near line 445: This sentence does not start with an uppercase letter.
Context: ... 5, 2022* ## v0.7.1 ### Bug Fixes - [cronos#454](https://github.com/crypto-org-chai...


Near line 445: Unpaired symbol: ‘[’ seems to be missing
Context: ... ## v0.7.1 ### Bug Fixes - [cronos#454](https://github.com/crypto-org-chain/cro...


Near line 445: Possible spelling mistake found.
Context: ...in/cronos/pull/454) Add back the latest testnet upgrade handler. - [cronos#503](https:/...


Near line 446: This sentence does not start with an uppercase letter.
Context: ... the latest testnet upgrade handler. - [cronos#503](https://github.com/crypto-org-chai...


Near line 446: Unpaired symbol: ‘[’ seems to be missing
Context: ...t testnet upgrade handler. - [cronos#503](https://github.com/crypto-org-chain/cro...


Near line 446: Possible spelling mistake found.
Context: ...o-org-chain/cronos/pull/503) Fix failed tx are ignored in json-rpc apis (backport ...


Near line 446: Possible spelling mistake found.
Context: .../pull/503) Fix failed tx are ignored in json-rpc apis (backport #502). - [cronos#526](ht...


Near line 446: Possible spelling mistake found.
Context: ...) Fix failed tx are ignored in json-rpc apis (backport #502). - [cronos#526](https:/...


Near line 446: Possible spelling mistake found.
Context: ...failed tx are ignored in json-rpc apis (backport #502). - [cronos#526](https://github.co...


Near line 447: This sentence does not start with an uppercase letter.
Context: ...ed in json-rpc apis (backport #502). - [cronos#526](https://github.com/crypto-org-chai...


Near line 447: Unpaired symbol: ‘[’ seems to be missing
Context: ...-rpc apis (backport #502). - [cronos#526](https://github.com/crypto-org-chain/cro...


Near line 447: Possible spelling mistake found.
Context: ...m//pull/526) Fix tendermint duplicated tx issue. - [cronos#584](htt...


Near line 447: Possible spelling mistake found.
Context: ...nos/pull/526) Fix tendermint duplicated tx issue. - [cronos#584](https://github.co...


Near line 448: This sentence does not start with an uppercase letter.
Context: ... Fix tendermint duplicated tx issue. - [cronos#584](https://github.com/crypto-org-chai...


Near line 448: Unpaired symbol: ‘[’ seems to be missing
Context: ...rmint duplicated tx issue. - [cronos#584](https://github.com/crypto-org-chain/cro...


Near line 448: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/584) Validate eth tx hash in ante handler and fix tx hash...


Near line 448: Possible spelling mistake found.
Context: ...org-chain/cronos/pull/584) Validate eth tx hash in ante handler and fix tx hashes ...


Near line 448: Possible spelling mistake found.
Context: ...ate eth tx hash in ante handler and fix tx hashes returned in some JSON-RPC apis. ...


Near line 448: Possible spelling mistake found.
Context: ...fix tx hashes returned in some JSON-RPC apis. - [cronos#587](https://github.com/cryp...


Near line 449: This sentence does not start with an uppercase letter.
Context: ...shes returned in some JSON-RPC apis. - [cronos#587](https://github.com/crypto-org-chai...


Near line 449: Unpaired symbol: ‘[’ seems to be missing
Context: ...ned in some JSON-RPC apis. - [cronos#587](https://github.com/crypto-org-chain/cro...


Near line 449: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/587) Unlucky tx patch cmd recompute eth tx hash. - [cro...


Near line 449: Possible spelling mistake found.
Context: ...ull/587) Unlucky tx patch cmd recompute eth tx hash. - [cronos#595](https://github....


Near line 449: Possible spelling mistake found.
Context: ...587) Unlucky tx patch cmd recompute eth tx hash. - [cronos#595](https://github.com...


Near line 450: This sentence does not start with an uppercase letter.
Context: ... tx patch cmd recompute eth tx hash. - [cronos#595](https://github.com/crypto-org-chai...


Near line 450: Unpaired symbol: ‘[’ seems to be missing
Context: ...cmd recompute eth tx hash. - [cronos#595](https://github.com/crypto-org-chain/cro...


Near line 450: Possible spelling mistake found.
Context: ...g-chain/cronos/pull/595) Workaround the tx hash issue in event parsing. ### Impro...


Near line 454: This sentence does not start with an uppercase letter.
Context: ...in event parsing. ### Improvements - [cronos#489](https://github.com/crypto-org-chai...


Near line 454: Unpaired symbol: ‘[’ seems to be missing
Context: ...arsing. ### Improvements - [cronos#489](https://github.com/crypto-org-chain/cro...


Near line 454: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/489) Enable jemalloc memory allocator, and update rocksdb sr...


Near line 454: Possible spelling mistake found.
Context: ...e jemalloc memory allocator, and update rocksdb src to v6.29.5. - [cronos#513](https:...


Near line 455: This sentence does not start with an uppercase letter.
Context: ...and update rocksdb src to v6.29.5. - [cronos#513](https://github.com/crypto-org-chai...


Near line 455: Unpaired symbol: ‘[’ seems to be missing
Context: ... rocksdb src to v6.29.5. - [cronos#513](https://github.com/crypto-org-chain/cro...


Near line 455: Possible spelling mistake found.
Context: ...m//pull/513) Add fix-unlucky-tx command to patch txs post v0.7.0 upgra...


Near line 455: Possible spelling mistake found.
Context: ...) Add fix-unlucky-tx command to patch txs post v0.7.0 upgrade. - [cronos#522](htt...


Near line 456: This sentence does not start with an uppercase letter.
Context: ...nd to patch txs post v0.7.0 upgrade. - [cronos#522](https://github.com/crypto-org-chai...


Near line 456: Unpaired symbol: ‘[’ seems to be missing
Context: ...h txs post v0.7.0 upgrade. - [cronos#522](https://github.com/crypto-org-chain/cro...


Near line 456: Possible spelling mistake found.
Context: ...m//pull/522) Add reindex-duplicated-tx command to handle the tendermint tx du...


Near line 456: Possible spelling mistake found.
Context: ...ex-duplicated-tx` command to handle the tendermint tx duplicated issue. - [cronos#585](htt...


Near line 456: Possible spelling mistake found.
Context: ...ed-tx` command to handle the tendermint tx duplicated issue. - [cronos#585](https:...


Near line 457: This sentence does not start with an uppercase letter.
Context: ... the tendermint tx duplicated issue. - [cronos#585](https://github.com/crypto-org-chai...


Near line 457: Unpaired symbol: ‘[’ seems to be missing
Context: ...rmint tx duplicated issue. - [cronos#585](https://github.com/crypto-org-chain/cro...


Near line 457: Possible spelling mistake found.
Context: ...nos/pull/585) Reject replay unprotected tx, mainly the old transactions on ethereu...


Near line 457: Possible spelling mistake found.
Context: ...cted tx, mainly the old transactions on ethereum. May 3, 2022 ## v0.7.0 ### State M...


Near line 465: This sentence does not start with an uppercase letter.
Context: ... v0.7.0 ### State Machine Breaking - [cronos#241](https://github.com/crypto-org-chai...


Near line 465: Unpaired symbol: ‘[’ seems to be missing
Context: ...## State Machine Breaking - [cronos#241](https://github.com/crypto-org-chain/cro...


Near line 465: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/241) Update ethermint to main and merged statedb refactoring ...


Near line 465: Possible spelling mistake found.
Context: ...41) Update ethermint to main and merged statedb refactoring in custom fork. - [cronos#2...


Near line 466: This sentence does not start with an uppercase letter.
Context: ... statedb refactoring in custom fork. - [cronos#289](https://github.com/crypto-org-chai...


Near line 466: Unpaired symbol: ‘[’ seems to be missing
Context: ...efactoring in custom fork. - [cronos#289](https://github.com/crypto-org-chain/cro...


Near line 466: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/289) Update ethermint to v0.10.0-cronos which uses ibc-go `...


Near line 466: Possible spelling mistake found.
Context: ...thermint to v0.10.0-cronos which uses ibc-go v2.0.2 instead of v3.0.0-alpha2 and...


Near line 467: Possible spelling mistake found.
Context: ...pha2` and include the fixes below: - [ethermint#901](https://github.com/tharsis/ethermi...


Near line 467: Unpaired symbol: ‘[’ seems to be missing
Context: ...lude the fixes below: - [ethermint#901](https://github.com/tharsis/ethermint/pu...


Near line 467: Possible spelling mistake found.
Context: ...arsis/ethermint/pull/901) support batch evm tx - [ethermint#849](https://github.c...


Near line 467: Possible spelling mistake found.
Context: ...s/ethermint/pull/901) support batch evm tx - [ethermint#849](https://github.com/...


Near line 468: Possible spelling mistake found.
Context: ...int/pull/901) support batch evm tx - [ethermint#849](https://github.com/tharsis/ethermi...


Near line 468: Unpaired symbol: ‘[’ seems to be missing
Context: ... support batch evm tx - [ethermint#849](https://github.com/tharsis/ethermint/pu...


Near line 469: This sentence does not start with an uppercase letter.
Context: ...ll/849) Change EVM hook interface. - [ethermint#809](https://github.com/tharsis/ethermi...


Near line 469: Unpaired symbol: ‘[’ seems to be missing
Context: ...e EVM hook interface. - [ethermint#809](https://github.com/tharsis/ethermint/pu...


Near line 469: Possible spelling mistake found.
Context: ...ncrement issue when contract deployment tx get reverted. - [ethermint#855](https...


Near line 470: This sentence does not start with an uppercase letter.
Context: ...ntract deployment tx get reverted. - [ethermint#855](https://github.com/tharsis/ethermi...


Near line 470: Unpaired symbol: ‘[’ seems to be missing
Context: ...ment tx get reverted. - [ethermint#855](https://github.com/tharsis/ethermint/pu...


Near line 471: This sentence does not start with an uppercase letter.
Context: ...ase fee related logic in the code. - [ethermint#817](https://github.com/tharsis/ethermi...


Near line 471: Unpaired symbol: ‘[’ seems to be missing
Context: ...ed logic in the code. - [ethermint#817](https://github.com/tharsis/ethermint/pu...


Near line 471: Possible spelling mistake found.
Context: ...pull/817) Fix eip-1559 logic related to effectiveGasPrice. - [ethermint#822](https://github.com...


Near line 472: This sentence does not start with an uppercase letter.
Context: ...ogic related to effectiveGasPrice. - [ethermint#822](https://github.com/tharsis/ethermi...


Near line 472: Unpaired symbol: ‘[’ seems to be missing
Context: ...to effectiveGasPrice. - [ethermint#822](https://github.com/tharsis/ethermint/pu...


Near line 473: This sentence does not start with an uppercase letter.
Context: ...n blocker rather than end blocker. - [cosmos-sdk#10833](https://github.com/cosmos/cosmos...


Near line 473: Unpaired symbol: ‘[’ seems to be missing
Context: ... than end blocker. - [cosmos-sdk#10833](https://github.com/cosmos/cosmos-sdk/pu...


Near line 473: Possible spelling mistake found.
Context: ...mos/cosmos-sdk/pull/10833) fix reported tx gas used when block gas limit exceeded....


Near line 474: This sentence does not start with an uppercase letter.
Context: ...sed when block gas limit exceeded. - [cosmos-sdk#10814](https://github.com/cosmos/cosmos...


Near line 474: Unpaired symbol: ‘[’ seems to be missing
Context: ...as limit exceeded. - [cosmos-sdk#10814](https://github.com/cosmos/cosmos-sdk/pu...


Near line 474: Possible spelling mistake found.
Context: ...om/cosmos/cosmos-sdk/pull/10814) revert tx when block gas limit exceeded. - [cos...


Near line 475: This sentence does not start with an uppercase letter.
Context: ... tx when block gas limit exceeded. - [cosmos-sdk#10725](https://github.com/cosmos/cosmos...


Near line 475: Unpaired symbol: ‘[’ seems to be missing
Context: ...as limit exceeded. - [cosmos-sdk#10725](https://github.com/cosmos/cosmos-sdk/pu...


Near line 475: Add a space between sentences.
Context: .../cosmos/cosmos-sdk/pull/10725) populate ctx.ConsensusParams for begin/end blockers (fix baseFee ca...


Near line 475: Possible spelling mistake found.
Context: ...nsusParams` for begin/end blockers (fix baseFee calculation in ethermint). - [cronos#31...


Near line 475: Possible spelling mistake found.
Context: ...nd blockers (fix baseFee calculation in ethermint). - [cronos#315](https://github.com/cry...


Near line 476: This sentence does not start with an uppercase letter.
Context: ...x baseFee calculation in ethermint). - [cronos#315](https://github.com/crypto-org-chai...


Near line 476: Unpaired symbol: ‘[’ seems to be missing
Context: ...calculation in ethermint). - [cronos#315](https://github.com/crypto-org-chain/cro...


Near line 476: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/315) Update cosmos-sdk to v0.45.0 ### Improvements - [cron...


Near line 480: This sentence does not start with an uppercase letter.
Context: ...-sdk to v0.45.0 ### Improvements - [cronos#210](https://github.com/crypto-org-chai...


Near line 480: Unpaired symbol: ‘[’ seems to be missing
Context: ...0.45.0` ### Improvements - [cronos#210](https://github.com/crypto-org-chain/cro...


Near line 481: Possible spelling mistake found.
Context: ...nabling gravity bridge conditionally - [cronos#322](https://github.com/crypto-org-chai...


Near line 481: Unpaired symbol: ‘[’ seems to be missing
Context: ...avity bridge conditionally - [cronos#322](https://github.com/crypto-org-chain/cro...


Near line 481: Possible spelling mistake found.
Context: ...pull/322) Merge min-gas-price change in ethermint: don't check min-gas-price for EVM tx w...


Near line 481: Possible spelling mistake found.
Context: ...mint: don't check min-gas-price for EVM tx when feemarket enabled. - [cronos#345](...


Near line 481: Possible spelling mistake found.
Context: ...n't check min-gas-price for EVM tx when feemarket enabled. - [cronos#345](https://github....


Near line 482: This sentence does not start with an uppercase letter.
Context: ...e for EVM tx when feemarket enabled. - [cronos#345](https://github.com/crypto-org-chai...


Near line 482: Unpaired symbol: ‘[’ seems to be missing
Context: ...tx when feemarket enabled. - [cronos#345](https://github.com/crypto-org-chain/cro...


Near line 482: Possible spelling mistake found.
Context: ...-org-chain/cronos/pull/345) disable the url query parameter in swagger-ui. - [crono...


Near line 482: Possible spelling mistake found.
Context: ...345) disable the url query parameter in swagger-ui. - [cronos#328](https://github.com/cryp...


Near line 483: This sentence does not start with an uppercase letter.
Context: ...e url query parameter in swagger-ui. - [cronos#328](https://github.com/crypto-org-chai...


Near line 483: Unpaired symbol: ‘[’ seems to be missing
Context: ...y parameter in swagger-ui. - [cronos#328](https://github.com/crypto-org-chain/cro...


Near line 484: This sentence does not start with an uppercase letter.
Context: ...query result when --trace enabled. - [cronos#441](https://github.com/crypto-org-chai...


Near line 484: Unpaired symbol: ‘[’ seems to be missing
Context: ...lt when --trace enabled. - [cronos#441](https://github.com/crypto-org-chain/cro...


Near line 484: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/441) Update cosmos-sdk to v0.45.4 ### Bug Fixes - [cronos#...


Near line 488: This sentence does not start with an uppercase letter.
Context: ...mos-sdk to v0.45.4 ### Bug Fixes - [cronos#287](https://github.com/crypto-org-chai...


Near line 488: Unpaired symbol: ‘[’ seems to be missing
Context: ... v0.45.4 ### Bug Fixes - [cronos#287](https://github.com/crypto-org-chain/cro...


Near line 489: Possible spelling mistake found.
Context: ...l upgrade handler before sealing app - [cronos#323](https://github.com/crypto-org-chai...


Near line 489: Unpaired symbol: ‘[’ seems to be missing
Context: ...handler before sealing app - [cronos#323](https://github.com/crypto-org-chain/cro...


Near line 489: Possible spelling mistake found.
Context: ...ravity bridge to v0.3.9 which contain a bugfix on batchTxExecuted. - [cronos#324](ht...


Near line 490: Possible spelling mistake found.
Context: ...ntain a bugfix on batchTxExecuted. - [cronos#324](https://github.com/crypto-org-chai...


Near line 490: Unpaired symbol: ‘[’ seems to be missing
Context: ...gfix on batchTxExecuted. - [cronos#324](https://github.com/crypto-org-chain/cro...


Near line 490: Possible spelling mistake found.
Context: ...to-org-chain/cronos/pull/324) Update to cosmos-sdk v0.45.1, which fixes an OOM issue. - ...


Near line 491: This sentence does not start with an uppercase letter.
Context: ...v0.45.1, which fixes an OOM issue. - [cronos#329](https://github.com/crypto-org-chai...


Near line 491: Unpaired symbol: ‘[’ seems to be missing
Context: ... which fixes an OOM issue. - [cronos#329](https://github.com/crypto-org-chain/cro...


Near line 491: Possible spelling mistake found.
Context: ...org-chain/cronos/pull/329) Fix panic of eth_call on blocks prior to upgrade. - [cro...


Near line 491: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: ...ll/329) Fix panic of eth_call on blocks prior to upgrade. - [cronos#340](https://github....


Near line 492: This sentence does not start with an uppercase letter.
Context: ...eth_call on blocks prior to upgrade. - [cronos#340](https://github.com/crypto-org-chai...


Near line 492: Unpaired symbol: ‘[’ seems to be missing
Context: ...n blocks prior to upgrade. - [cronos#340](https://github.com/crypto-org-chain/cro...


Near line 492: Unpaired symbol: ‘(’ seems to be missing
Context: ...ndencies to include several bug fixes: a) fix subscription deadlock issue in ethe...


Near line 492: Possible spelling mistake found.
Context: ...: a) fix subscription deadlock issue in ethermint, b) fix data races traceContext. - [c...


Near line 492: Unpaired symbol: ‘(’ seems to be missing
Context: ...scription deadlock issue in ethermint, b) fix data races traceContext. - [crono...


Near line 492: Possible spelling mistake found.
Context: ...k issue in ethermint, b) fix data races traceContext. - [cronos#370](https://github.com/cry...


Near line 493: This sentence does not start with an uppercase letter.
Context: ...t, b) fix data races traceContext. - [cronos#370](https://github.com/crypto-org-chai...


Near line 493: Unpaired symbol: ‘[’ seems to be missing
Context: ...data races traceContext. - [cronos#370](https://github.com/crypto-org-chain/cro...


Near line 493: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/370) Update ethermint to fix a websocket bug, add websockets ...


Near line 493: Possible spelling mistake found.
Context: ...nos/pull/370) Update ethermint to fix a websocket bug, add websockets integration tests. ...


Near line 493: Possible spelling mistake found.
Context: ...e ethermint to fix a websocket bug, add websockets integration tests. - [cronos#378](https...


Near line 494: This sentence does not start with an uppercase letter.
Context: ...g, add websockets integration tests. - [cronos#378](https://github.com/crypto-org-chai...


Near line 494: Unpaired symbol: ‘[’ seems to be missing
Context: ...sockets integration tests. - [cronos#378](https://github.com/crypto-org-chain/cro...


Near line 494: Possible spelling mistake found.
Context: ...b.com//pull/378) Backport recent ethermint bug fixes: a) fix tx i...


Near line 494: Possible spelling mistake found.
Context: ...-chain/cronos/pull/378) Backport recent ethermint bug fixes: a) fix tx inclusion issue by...


Near line 494: Unpaired symbol: ‘(’ seems to be missing
Context: ...) Backport recent ethermint bug fixes: a) fix tx inclusion issue by report correc...


Near line 494: Possible spelling mistake found.
Context: ...port recent ethermint bug fixes: a) fix tx inclusion issue by report correct gasWa...


Near line 494: Possible spelling mistake found.
Context: ...ix tx inclusion issue by report correct gasWanted of eth tx, b) Add buffer to eth_gasPric...


Near line 494: Possible spelling mistake found.
Context: ...on issue by report correct gasWanted of eth tx, b) Add buffer to eth_gasPrice respo...


Near line 494: Possible spelling mistake found.
Context: ...ssue by report correct gasWanted of eth tx, b) Add buffer to eth_gasPrice response...


Near line 494: Unpaired symbol: ‘(’ seems to be missing
Context: ...by report correct gasWanted of eth tx, b) Add buffer to eth_gasPrice response to ...


Near line 494: Possible spelling mistake found.
Context: ...t gasWanted of eth tx, b) Add buffer to eth_gasPrice response to fix client UX, c) ...


Near line 494: Possible spelling mistake found.
Context: ...sWanted of eth tx, b) Add buffer to eth_gasPrice response to fix client UX, c) Quick fix...


Near line 494: Possible spelling mistake found.
Context: ...onse to fix client UX, c) Quick fix for eth_feeHistory when reward is nil, d) add r...


Near line 494: Possible spelling mistake found.
Context: ... to fix client UX, c) Quick fix for eth_feeHistory when reward is nil, d) add returnValue ...


Near line 494: Possible spelling mistake found.
Context: ...h_feeHistory when reward is nil, d) add returnValue message on tracing. - [cronos#446](http...


Near line 495: This sentence does not start with an uppercase letter.
Context: ... add returnValue message on tracing. - [cronos#446](https://github.com/crypto-org-chai...


Near line 495: Unpaired symbol: ‘[’ seems to be missing
Context: ...nValue message on tracing. - [cronos#446](https://github.com/crypto-org-chain/cro...


Near line 503: This sentence does not start with an uppercase letter.
Context: ...10, 2021* ## v0.6.5 ### Bug Fixes - [cronos#255](https://github.com/crypto-org-chai...


Near line 503: Unpaired symbol: ‘[’ seems to be missing
Context: ... ## v0.6.5 ### Bug Fixes - [cronos#255](https://github.com/crypto-org-chain/cro...


Near line 504: Possible spelling mistake found.
Context: ...fix empty topics in non-breaking way - [cronos#270](https://github.com/crypto-org-chai...


Near line 504: Unpaired symbol: ‘[’ seems to be missing
Context: ...topics in non-breaking way - [cronos#270](https://github.com/crypto-org-chain/cro...


Near line 504: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/270) reject MsgEthereumTx wrapping tx without the extension optio...


Near line 504: Possible spelling mistake found.
Context: ...pull/270) reject MsgEthereumTx wrapping tx without the extension option. *Novembe...


Near line 512: Possible spelling mistake found.
Context: ...6.4 ### Bug Fixes - [crypto-org-chain/ethermint#19](https://github.com/crypto-org-chain...


Near line 512: Unpaired symbol: ‘[’ seems to be missing
Context: ... Fixes - [crypto-org-chain/ethermint#19](https://github.com/crypto-org-chain/eth...


Near line 512: Possible spelling mistake found.
Context: ...pto-org-chain/ethermint/pull/19) revert tharsis#786 because it contains consensus break...


Near line 520: Possible spelling mistake found.
Context: ...29, 2021* ## v0.6.3 ### Bug Fixes - [tharsis#781](https://github.com/tharsis/ethermi...


Near line 520: Unpaired symbol: ‘[’ seems to be missing
Context: ...## v0.6.3 ### Bug Fixes - [tharsis#781](https://github.com/tharsis/ethermint/pu...


Near line 520: Possible spelling mistake found.
Context: ...int/pull/781) fix empty transactions in getBlock - [crypto-org-chain/ethermint#15](https...


Near line 521: Possible spelling mistake found.
Context: ...actions in getBlock - [crypto-org-chain/ethermint#15](https://github.com/crypto-org-chain...


Near line 521: Unpaired symbol: ‘[’ seems to be missing
Context: ...etBlock - [crypto-org-chain/ethermint#15](https://github.com/crypto-org-chain/eth...


Near line 521: Possible spelling mistake found.
Context: ...rypto-org-chain/ethermint/pull/15) web3 rpc api returns wrong block gas limit - [cr...


Near line 521: Possible spelling mistake found.
Context: ...o-org-chain/ethermint/pull/15) web3 rpc api returns wrong block gas limit - [crypto...


Near line 522: Possible spelling mistake found.
Context: ...ong block gas limit - [crypto-org-chain/ethermint#16](https://github.com/crypto-org-chain...


Near line 522: Unpaired symbol: ‘[’ seems to be missing
Context: ...s limit - [crypto-org-chain/ethermint#16](https://github.com/crypto-org-chain/eth...


Near line 522: Possible spelling mistake found.
Context: ...nt/pull/16) fix unwrap context panic in BlockMaxGasFromConsensusParams ### Improvements - [tharsis#786](http...


Near line 526: This sentence does not start with an uppercase letter.
Context: ...omConsensusParams ### Improvements - [tharsis#786](https://github.com/tharsis/ethermi...


Near line 526: Unpaired symbol: ‘[’ seems to be missing
Context: ...Params ### Improvements - [tharsis#786](https://github.com/tharsis/ethermint/pu...


Near line 526: Possible spelling mistake found.
Context: ...mint/pull/786) Improve error message of SendTransaction/SendRawTransaction JSON-RPC APIs. - ...


Near line 526: Possible spelling mistake found.
Context: ...rove error message of SendTransaction/SendRawTransaction JSON-RPC APIs. - [cronos#222](https://...


Near line 527: This sentence does not start with an uppercase letter.
Context: .../SendRawTransaction JSON-RPC APIs. - [cronos#222](https://github.com/crypto-org-chai...


Near line 527: Unpaired symbol: ‘[’ seems to be missing
Context: ...ransaction` JSON-RPC APIs. - [cronos#222](https://github.com/crypto-org-chain/cro...


Near line 527: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/222) change solc 0.6.11 to 0.6.8 (from dapp cachix) and ...


Near line 527: Possible spelling mistake found.
Context: .../222) change solc 0.6.11 to 0.6.8 (from dapp cachix) and update hermes to 0.8. *Nov...


Near line 527: Possible spelling mistake found.
Context: ... change solc 0.6.11 to 0.6.8 (from dapp cachix) and update hermes to 0.8. *November 1...


Near line 527: Possible spelling mistake found.
Context: ... to 0.6.8 (from dapp cachix) and update hermes to 0.8. November 19, 2021 ## v0.6.2...


Near line 535: Possible spelling mistake found.
Context: ...19, 2021* ## v0.6.2 ### Bug Fixes - [tharsis#720](https://github.com/tharsis/ethermi...


Near line 535: Unpaired symbol: ‘[’ seems to be missing
Context: ...## v0.6.2 ### Bug Fixes - [tharsis#720](https://github.com/tharsis/ethermint/pu...


Near line 535: Possible spelling mistake found.
Context: .../github.com/evmos/ethermint/pull/720) traceTransaction fails for succesful tx - [tharsis#743](...


Near line 535: Possible spelling mistake found.
Context: ...nt/pull/720) traceTransaction fails for succesful tx - [tharsis#743](https://github.com/t...


Near line 535: Possible spelling mistake found.
Context: ...0) traceTransaction fails for succesful tx - [tharsis#743](https://github.com/thar...


Near line 536: Possible spelling mistake found.
Context: ...ceTransaction fails for succesful tx - [tharsis#743](https://github.com/tharsis/ethermi...


Near line 536: Unpaired symbol: ‘[’ seems to be missing
Context: ...on fails for succesful tx - [tharsis#743](https://github.com/tharsis/ethermint/pu...


Near line 536: Possible spelling mistake found.
Context: ...arsis/ethermint/pull/743) missing debug_tranceBlockByHash RPC method and fix debug_traceBlock* - ...


Near line 536: Possible spelling mistake found.
Context: ...nceBlockByHash RPC method and fix debug_traceBlock* - [tharsis#746](https://github.com/tha...


Near line 537: Possible spelling mistake found.
Context: ...RPC method and fix debug_traceBlock* - [tharsis#746](https://github.com/tharsis/ethermi...


Near line 537: Unpaired symbol: ‘[’ seems to be missing
Context: ...and fix debug_traceBlock* - [tharsis#746](https://github.com/tharsis/ethermint/pu...


Near line 538: Possible spelling mistake found.
Context: .../pull/746) set debug based on tracer - [tharsis#741](https://github.com/tharsis/ethermi...


Near line 538: Unpaired symbol: ‘[’ seems to be missing
Context: ...set debug based on tracer - [tharsis#741](https://github.com/tharsis/ethermint/pu...


Near line 538: Possible spelling mistake found.
Context: .../evmos/ethermint/pull/741) filter non eth txs in block rpc response - [crypto-org...


Near line 538: Possible spelling mistake found.
Context: ...rsis/ethermint/pull/741) filter non eth txs in block rpc response - [crypto-org-cha...


Near line 538: Possible spelling mistake found.
Context: ...t/pull/741) filter non eth txs in block rpc response - [crypto-org-chain/ethermint#...


Near line 539: Possible spelling mistake found.
Context: ... block rpc response - [crypto-org-chain/ethermint#12](https://github.com/crypto-org-chain...


Near line 539: Unpaired symbol: ‘[’ seems to be missing
Context: ...esponse - [crypto-org-chain/ethermint#12](https://github.com/crypto-org-chain/eth...


Near line 539: Possible spelling mistake found.
Context: ...pto-org-chain/ethermint/pull/12) reject tx with too large gas limit *October 26, ...


Near line 547: Possible spelling mistake found.
Context: ... v0.6.1 ### State Machine Breaking - [cronos#190](https://github.com/crypto-org-chai...


Near line 547: Unpaired symbol: ‘[’ seems to be missing
Context: ...## State Machine Breaking - [cronos#190](https://github.com/crypto-org-chain/cro...


Near line 547: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/190) upgrade ethermint to v0.7.2 with (#661) and (#689) ### B...


Near line 551: Possible spelling mistake found.
Context: ...th (#661) and (#689) ### Bug Fixes - [cronos#187](https://github.com/crypto-org-chai...


Near line 551: Unpaired symbol: ‘[’ seems to be missing
Context: ...and (#689) ### Bug Fixes - [cronos#187](https://github.com/crypto-org-chain/cro...


Near line 551: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/pull/187) multiple denoms can be mapped to same contract - [crono...


Near line 552: Possible spelling mistake found.
Context: ...enoms can be mapped to same contract - [cronos#157](https://github.com/crypto-org-chai...


Near line 552: Unpaired symbol: ‘[’ seems to be missing
Context: ...be mapped to same contract - [cronos#157](https://github.com/crypto-org-chain/cro...


Near line 552: Possible spelling mistake found.
Context: ...b.com//pull/185) cronos params name has an unnecessary Key pref...


Near line 552: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/185) cronos params name has an unnecessary Key prefix - [c...


Near line 553: Possible spelling mistake found.
Context: ...s name has an unnecessary Key prefix - [cronos#179](https://github.com/crypto-org-chai...


Near line 553: Unpaired symbol: ‘[’ seems to be missing
Context: ... an unnecessary Key prefix - [cronos#179](https://github.com/crypto-org-chain/cro...


Near line 553: Possible spelling mistake found.
Context: ...m//pull/179) fix denom (symbol) in CRC20Module - [cronos#178](...


Near line 554: Possible spelling mistake found.
Context: ...9) fix denom (symbol) in CRC20Module - [cronos#178](https://github.com/crypto-org-chai...


Near line 554: Unpaired symbol: ‘[’ seems to be missing
Context: ...om (symbol) in CRC20Module - [cronos#178](https://github.com/crypto-org-chain/cro...


Near line 560: Possible spelling mistake found.
Context: ...his version removes gravity-bridge from cronos, also includes multiple bug fixes in th...


Near line 564: Possible spelling mistake found.
Context: ...es. ### Consensus breaking changes - [cronos#171](https://github.com/crypto-org-chai...


Near line 564: Unpaired symbol: ‘[’ seems to be missing
Context: ...onsensus breaking changes - [cronos#171](https://github.com/crypto-org-chain/cro...


Near line 564: Possible spelling mistake found.
Context: ...nos/pull/171) remove gravity-bridge for mainnet launch ### Bug Fixes - [cronos#144](h...


Near line 568: Possible spelling mistake found.
Context: ...e for mainnet launch ### Bug Fixes - [cronos#144](https://github.com/crypto-org-chai...


Near line 568: Unpaired symbol: ‘[’ seems to be missing
Context: ...net launch ### Bug Fixes - [cronos#144](https://github.com/crypto-org-chain/cro...


Near line 568: Possible spelling mistake found.
Context: ...rg-chain/cronos/pull/144) fix events in autodeploy crc20 module contract - [gravity-bridge...


Near line 569: Unpaired symbol: ‘[’ seems to be missing
Context: ...c20 module contract - [gravity-bridge#17](https://github.com/crypto-org-chain/gra...


Near line 569: Possible spelling mistake found.
Context: ...rypto-org-chain/gravity-bridge/pull/17) processEthereumEvent does not persist hooks emitted event - ...


Near line 570: Unpaired symbol: ‘[’ seems to be missing
Context: ...hooks emitted event - [gravity-bridge#20](https://github.com/crypto-org-chain/gra...


Near line 570: Possible spelling mistake found.
Context: ...o-org-chain/gravity-bridge/pull/20) fix undeterministic in consensus - [cronos#167](https://git...


Near line 571: Possible spelling mistake found.
Context: ...20) fix undeterministic in consensus - [cronos#167](https://github.com/crypto-org-chai...


Near line 571: Unpaired symbol: ‘[’ seems to be missing
Context: ...deterministic in consensus - [cronos#167](https://github.com/crypto-org-chain/cro...


Near line 571: Possible spelling mistake found.
Context: ...ypto-org-chain/cronos/pull/167) upgrade cosmos-sdk to 0.44.2 ### Improvements - [cronos#...


Near line 575: Possible spelling mistake found.
Context: ...mos-sdk to 0.44.2 ### Improvements - [cronos#162](https://github.com/crypto-org-chai...


Near line 575: Unpaired symbol: ‘[’ seems to be missing
Context: ... 0.44.2 ### Improvements - [cronos#162](https://github.com/crypto-org-chain/cro...


Near line 575: Possible spelling mistake found.
Context: ...//pull/162) bump ibc-go to v1.2.1 with hooks support - [cronos#...


Near line 576: Possible spelling mistake found.
Context: ... ibc-go to v1.2.1 with hooks support - [cronos#169](https://github.com/crypto-org-chai...


Near line 576: Unpaired symbol: ‘[’ seems to be missing
Context: ... v1.2.1 with hooks support - [cronos#169](https://github.com/crypto-org-chain/cro...


Near line 576: Possible spelling mistake found.
Context: ...//pull/169) bump ethermint to v0.7.1 and go-ethereum to v10.1.3-pa...


Near line 576: Possible spelling mistake found.
Context: .../pull/169) bump ethermint to v0.7.1 and go-ethereum to v10.1.3-patched which include (CVE-2...


Near line 582: Possible spelling mistake found.
Context: ...is version fixes various bugs regarding ibc fund transfer and EVM-related in etherm...


Near line 582: Possible spelling mistake found.
Context: ...ng ibc fund transfer and EVM-related in ethermint. We also enable swagger doc ui and add ...


Near line 583: Possible spelling mistake found.
Context: ...n ethermint. We also enable swagger doc ui and add the token mapping state in gene...


Near line 587: Possible spelling mistake found.
Context: ...ng state in genesis. ### Bug Fixes - [cronos#109](https://github.com/crypto-org-chai...


Near line 587: Unpaired symbol: ‘[’ seems to be missing
Context: ...n genesis. ### Bug Fixes - [cronos#109](https://github.com/crypto-org-chain/cro...


Near line 587: Possible spelling mistake found.
Context: ...com//issues/109) ibc transfer timeout too short - [tharsis#5...


Near line 588: Possible spelling mistake found.
Context: .../109) ibc transfer timeout too short - [tharsis#590](https://github.com/tharsis/ethermi...


Near line 588: Unpaired symbol: ‘[’ seems to be missing
Context: ...ransfer timeout too short - [tharsis#590](https://github.com/tharsis/ethermint/pu...


Near line 589: Possible spelling mistake found.
Context: ...ntract state in genesis and reimport - [cronos#123](https://github.com/crypto-org-chai...


Near line 589: Unpaired symbol: ‘[’ seems to be missing
Context: ...te in genesis and reimport - [cronos#123](https://github.com/crypto-org-chain/cro...


Near line 589: Possible spelling mistake found.
Context: .../issues/123) fix ibc refund logic - [tharsis#617](https://gi...


Near line 590: Possible spelling mistake found.
Context: ...nos/issues/123) fix ibc refund logic - [tharsis#617](https://github.com/tharsis/ethermi...


Near line 590: Unpaired symbol: ‘[’ seems to be missing
Context: ...123) fix ibc refund logic - [tharsis#617](https://github.com/tharsis/ethermint/pu...


Near line 591: Possible spelling mistake found.
Context: ...ted cache contexts is extremely slow - [tharsis#615](https://github.com/tharsis/ethermi...


Near line 591: Unpaired symbol: ‘[’ seems to be missing
Context: ...ontexts is extremely slow - [tharsis#615](https://github.com/tharsis/ethermint/pu...


Near line 591: Possible spelling mistake found.
Context: .../github.com/evmos/ethermint/pull/615) tx log attribtue value not parsable by som...


Near line 591: Possible spelling mistake found.
Context: ....com/evmos/ethermint/pull/615) tx log attribtue value not parsable by some client ### ...


Near line 595: Possible spelling mistake found.
Context: ...rsable by some client ### Features - [cronos#110](https://github.com/crypto-org-chai...


Near line 595: Unpaired symbol: ‘[’ seems to be missing
Context: ...some client ### Features - [cronos#110](https://github.com/crypto-org-chain/cro...


Near line 595: Possible spelling mistake found.
Context: ...hain/cronos/pull/110) embed swagger doc ui - [cronos#113](https://github.com/crypt...


Near line 596: Possible spelling mistake found.
Context: ...ronos/pull/110) embed swagger doc ui - [cronos#113](https://github.com/crypto-org-chai...


Near line 596: Unpaired symbol: ‘[’ seems to be missing
Context: .../110) embed swagger doc ui - [cronos#113](https://github.com/crypto-org-chain/cro...


Near line 597: Possible spelling mistake found.
Context: ...xport token mapping state to genesis - [cronos#128](https://github.com/crypto-org-chai...


Near line 597: Unpaired symbol: ‘[’ seems to be missing
Context: ...n mapping state to genesis - [cronos#128](https://github.com/crypto-org-chain/cro...


Near line 603: Possible spelling mistake found.
Context: ...ame as v0.5.3 with a patched version of ethermint which include a bug fix on the transact...


Near line 607: Possible spelling mistake found.
Context: ...on concurrent query. ### Bug Fixes - [cronos#93](https://github.com/crypto-org-chain...


Near line 607: Unpaired symbol: ‘[’ seems to be missing
Context: ...rent query. ### Bug Fixes - [cronos#93](https://github.com/crypto-org-chain/cro...


Near line 607: Possible spelling mistake found.
Context: ...ub.com//pull/93) tx receipts don't contain events - [cronos...


Near line 608: Possible spelling mistake found.
Context: ...93) tx receipts don't contain events - [cronos#98](https://github.com/crypto-org-chain...


Near line 608: Unpaired symbol: ‘[’ seems to be missing
Context: ...ceipts don't contain events - [cronos#98](https://github.com/crypto-org-chain/cro...


Near line 614: Possible spelling mistake found.
Context: ... features, it enables gravity bridge in Cronos and automatic token conversion for brid...


Near line 615: After ‘it’, use the third-person verb form “upgrades”.
Context: ...org Chain. In addition to that, it also upgrade ethermint to its latest version (v0.5.0...


Near line 615: Possible spelling mistake found.
Context: ...n. In addition to that, it also upgrade ethermint to its latest version (v0.5.0.x) which ...


Near line 619: Possible spelling mistake found.
Context: ...)). ### Consensus breaking changes - [cronos#87](https://github.com/crypto-org-chain...


Near line 619: Unpaired symbol: ‘[’ seems to be missing
Context: ...Consensus breaking changes - [cronos#87](https://github.com/crypto-org-chain/cro...


Near line 619: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/87) upgrade ethermint to v0.4.2-0.20210920104419-1a01c6a992c0...


Near line 623: Possible spelling mistake found.
Context: ...20104419-1a01c6a992c0 ### Features - [cronos#11](https://github.com/crypto-org-chain...


Near line 623: Unpaired symbol: ‘[’ seems to be missing
Context: ...1a01c6a992c0 ### Features - [cronos#11](https://github.com/crypto-org-chain/cro...


Near line 624: Possible spelling mistake found.
Context: ...pull/11) embed gravity bridge module - [cronos#35](https://github.com/crypto-org-chain...


Near line 624: Unpaired symbol: ‘[’ seems to be missing
Context: ...embed gravity bridge module - [cronos#35](https://github.com/crypto-org-chain/cro...


Near line 624: Possible spelling mistake found.
Context: ...g-chain/cronos/pull/35) add support for ibc hook - [cronos#55](https://github.com/c...


Near line 625: Possible spelling mistake found.
Context: ...os/pull/35) add support for ibc hook - [cronos#55](https://github.com/crypto-org-chain...


Near line 625: Unpaired symbol: ‘[’ seems to be missing
Context: ...5) add support for ibc hook - [cronos#55](https://github.com/crypto-org-chain/cro...


Near line 625: Possible spelling mistake found.
Context: ...g-chain/cronos/pull/55) add support for ibc token conversion to crc20 - [cronos#45]...


Near line 626: Possible spelling mistake found.
Context: ...rt for ibc token conversion to crc20 - [cronos#45](https://github.com/crypto-org-chain...


Near line 626: Unpaired symbol: ‘[’ seems to be missing
Context: ...c token conversion to crc20 - [cronos#45](https://github.com/crypto-org-chain/cro...


Near line 626: Possible spelling mistake found.
Context: ...//pull/45) allow evm contract to call bank send and gravity ...


Near line 627: Possible spelling mistake found.
Context: ...t to call bank send and gravity send - [cronos#65](https://github.com/crypto-org-chain...


Near line 627: Unpaired symbol: ‘[’ seems to be missing
Context: ... bank send and gravity send - [cronos#65](https://github.com/crypto-org-chain/cro...


Near line 627: Possible spelling mistake found.
Context: ...rypto-org-chain/cronos/pull/65) support SendToIbc in evm_log_handlers - [cronos#59](https...


Near line 627: Possible spelling mistake found.
Context: ...in/cronos/pull/65) support SendToIbc in evm_log_handlers - [cronos#59](https://gith...


Near line 628: Possible spelling mistake found.
Context: ...upport SendToIbc in evm_log_handlers - [cronos#59](https://github.com/crypto-org-chain...


Near line 628: Unpaired symbol: ‘[’ seems to be missing
Context: ...ndToIbc in evm_log_handlers - [cronos#59](https://github.com/crypto-org-chain/cro...


Near line 630: Possible spelling mistake found.
Context: ...e converted to crc20 automatically - [cronos#68](https://github.com/crypto-org-chain...


Near line 630: Unpaired symbol: ‘[’ seems to be missing
Context: ...ed to crc20 automatically - [cronos#68](https://github.com/crypto-org-chain/cro...


Near line 630: Possible spelling mistake found.
Context: ...pto-org-chain/cronos/issues/68) support SendCroToIbc in evm_log_handlers - [cronos#86](https...


Near line 630: Possible spelling mistake found.
Context: ...onos/issues/68) support SendCroToIbc in evm_log_handlers - [cronos#86](https://gith...


Near line 631: Possible spelling mistake found.
Context: ...ort SendCroToIbc in evm_log_handlers - [cronos#86](https://github.com/crypto-org-chain...


Near line 631: Unpaired symbol: ‘[’ seems to be missing
Context: ...roToIbc in evm_log_handlers - [cronos#86](https://github.com/crypto-org-chain/cro...


Near line 639: Possible spelling mistake found.
Context: ...5.2 ### Consensus breaking changes - (ethermint) [tharsis#447](https://github.com/thars...


Near line 639: Possible spelling mistake found.
Context: ...sensus breaking changes - (ethermint) [tharsis#447](https://github.com/tharsis/ethermi...


Near line 643: Possible spelling mistake found.
Context: ...chain-id` format. ### Improvements - (ethermint) [tharsis#434](https://github.com/thars...


Near line 643: Possible spelling mistake found.
Context: ...rmat. ### Improvements - (ethermint) [tharsis#434](https://github.com/tharsis/ethermi...


Near line 647: Possible spelling mistake found.
Context: ...nfigurable vm tracer ### Bug Fixes - (ethermint) [tharsis#446](https://github.com/thars...


Near line 647: Possible spelling mistake found.
Context: ...m tracer ### Bug Fixes - (ethermint) [tharsis#446](https://github.com/tharsis/ethermi...


Near line 653: Possible spelling mistake found.
Context: ...1 This version is a new scaffolding of cronos project where ethermint is included as ...


Near line 653: Possible missing comma found.
Context: ... version is a new scaffolding of cronos project where ethermint is included as a librar...


Near line 653: Possible spelling mistake found.
Context: ...new scaffolding of cronos project where ethermint is included as a library. ### Consensu...


Near line 657: Possible spelling mistake found.
Context: ...ry. ### Consensus breaking changes - (ethermint) [tharsis#399](https://github.com/thars...


Near line 657: Possible spelling mistake found.
Context: ...sensus breaking changes - (ethermint) [tharsis#399](https://github.com/tharsis/ethermi...


Near line 658: Possible spelling mistake found.
Context: ...rts the call if it's not propagated. - (ethermint) [tharsis#334](https://github.com/thars...


Near line 658: Possible spelling mistake found.
Context: ... if it's not propagated. - (ethermint) [tharsis#334](https://github.com/tharsis/ethermi...


Near line 658: Possible spelling mistake found.
Context: ...anged to the index in block rather than tx. - (ethermint) [tharsis#342](https://gi...


Near line 659: Possible spelling mistake found.
Context: ...o the index in block rather than tx. - (ethermint) [tharsis#342](https://github.com/thars...


Near line 659: Possible spelling mistake found.
Context: ...in block rather than tx. - (ethermint) [tharsis#342](https://github.com/tharsis/ethermi...


Near line 660: Possible spelling mistake found.
Context: ... balance when resetting the account. - (ethermint) [tharsis#383](https://github.com/thars...


Near line 660: Possible spelling mistake found.
Context: ...n resetting the account. - (ethermint) [tharsis#383](https://github.com/tharsis/ethermi...


Near line 660: Possible spelling mistake found.
Context: .../github.com/evmos/ethermint/pull/383) GetCommittedState use the original context. ### Feature...


Near line 666: Possible spelling mistake found.
Context: ...xt. ### Features ### Improvements - (ethermint) [tharsis#425](https://github.com/thars...


Near line 666: Possible spelling mistake found.
Context: ...tures ### Improvements - (ethermint) [tharsis#425](https://github.com/tharsis/ethermi...


Near line 666: Possible spelling mistake found.
Context: ...is/ethermint/pull/425) Support build on linux arm64 - (ethermint) [tharsis#423](https...


Near line 667: Possible spelling mistake found.
Context: ...ll/425) Support build on linux arm64 - (ethermint) [tharsis#423](https://github.com/thars...


Near line 667: Possible spelling mistake found.
Context: ...ort build on linux arm64 - (ethermint) [tharsis#423](https://github.com/tharsis/ethermi...


Near line 667: Possible spelling mistake found.
Context: ...com/evmos/ethermint/pull/423) Bump to cosmos-sdk 0.43.0 ### Bug Fixes - (ethermint) [t...


Near line 671: Possible spelling mistake found.
Context: ...to cosmos-sdk 0.43.0 ### Bug Fixes - (ethermint) [tharsis#428](https://github.com/thars...


Near line 671: Possible spelling mistake found.
Context: ...k 0.43.0 ### Bug Fixes - (ethermint) [tharsis#428](https://github.com/tharsis/ethermi...


Near line 671: Possible spelling mistake found.
Context: ...github.com/evmos/ethermint/pull/428) [tharsis#375](https://github.com/tharsis/ethermi...


Near line 671: Possible spelling mistake found.
Context: ...arsis/ethermint/pull/375) Multiple web3 rpc api fixes.


Near line 671: Possible spelling mistake found.
Context: ...s/ethermint/pull/375) Multiple web3 rpc api fixes.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@mmsqe mmsqe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nicee, can you run proto-swagger-gen again

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

CHANGELOG.md Outdated Show resolved Hide resolved
x/e2ee/autocli.go Outdated Show resolved Hide resolved
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

Attention: Patch coverage is 45.45455% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 35.80%. Comparing base (87efbec) to head (64cd21e).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1415      +/-   ##
==========================================
- Coverage   35.80%   35.80%   -0.01%     
==========================================
  Files         136      136              
  Lines        9864     9879      +15     
==========================================
+ Hits         3532     3537       +5     
- Misses       5935     5945      +10     
  Partials      397      397              
Files Coverage Δ
x/e2ee/autocli.go 100.00% <100.00%> (ø)
x/e2ee/client/cli/encrypt.go 63.93% <71.42%> (ø)
x/e2ee/keeper/keeper.go 11.76% <0.00%> (-2.87%) ⬇️

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Out of diff range and nitpick comments (2)
CHANGELOG.md (2)

Line range hint 43-43: Correct the unordered list marker for consistency.

- - [#1363](https://github.com/crypto-org-chain/cronos/pull/1363) Update ethermint to fix a panic on overflow and patch gasUsed in the RPC API.
+ * [#1363](https://github.com/crypto-org-chain/cronos/pull/1363) Update ethermint to fix a panic on overflow and patch gasUsed in the RPC API.

Line range hint 158-158: Correct the unordered list marker for consistency.

- - [cronos#695](https://github.com/crypto-org-chain/cronos/pull/695) Implement ADR-007, generic events format with indexed params.
+ * [cronos#695](https://github.com/crypto-org-chain/cronos/pull/695) Implement ADR-007, generic events format with indexed params.

Update CHANGELOG.md

Signed-off-by: yihuang <huang@crypto.com>

update swagger

typo
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Out of diff range and nitpick comments (2)
CHANGELOG.md (2)

Line range hint 43-43: Standardize list marker style to use asterisks (*) instead of dashes (-) for consistency.

- - [#1363](https://github.com/crypto-org-chain/cronos/pull/1363) Update ethermint to fix a panic on overflow and patch gasUsed in the RPC API.
+ * [#1363](https://github.com/crypto-org-chain/cronos/pull/1363) Update ethermint to fix a panic on overflow and patch gasUsed in the RPC API.

Line range hint 55-55: Standardize list marker style to use asterisks (*) instead of dashes (-) for consistency.

- - [#1362](https://github.com/crypto-org-chain/cronos/pull/1362) Log blacklist addresses.
+ * [#1362](https://github.com/crypto-org-chain/cronos/pull/1362) Log blacklist addresses.

CHANGELOG.md Show resolved Hide resolved
@yihuang yihuang added this pull request to the merge queue Apr 30, 2024
Merged via the queue into crypto-org-chain:main with commit 662c643 Apr 30, 2024
48 of 50 checks passed
@yihuang yihuang deleted the encrypt-to-validator branch April 30, 2024 06:31
yihuang added a commit to yihuang/cronos that referenced this pull request Apr 30, 2024
…in#1415)

Update CHANGELOG.md

Signed-off-by: yihuang <huang@crypto.com>

update swagger

typo
yihuang added a commit to yihuang/cronos that referenced this pull request May 3, 2024
Problem: no end-to-end encryption module (crypto-org-chain#1407)

* Problem: no end-to-end encryption module

add keeper

add grpc query

signer option

getter/setter

genesis init/export

fix lint

* fix proto lint

* fix test

* register codec

* changelog

* fix build

* Update x/e2ee/types/keys.go

Co-authored-by: mmsqe <mavis@crypto.com>
Signed-off-by: yihuang <huang@crypto.com>

* Update x/e2ee/types/codec.go

Co-authored-by: mmsqe <mavis@crypto.com>
Signed-off-by: yihuang <huang@crypto.com>

---------

Signed-off-by: yihuang <huang@crypto.com>
Co-authored-by: mmsqe <mavis@crypto.com>

Problem: encryption-key cmd is not supported (crypto-org-chain#1409)

* Problem: encryption-key cmd is not supported

* gen doc

* add validate

Problem: no keyring interface for e2ee to store arbitrary payload (crypto-org-chain#1413)

changelo

add age encrypt/decrypt in unit test

Update x/e2ee/keyring/keyring.go

Signed-off-by: yihuang <huang@crypto.com>

fix lint

fix build

Problem: no encrypt and decrypt cmds for message (crypto-org-chain#1411)

* Problem: no encrypt and decrypt cmds for message

* fix doc

* add gen

* test

* cleanup

* move command to e2ee module

move encrypt cmd to e2ee module

move decrypt cmd to e2ee

update integration test

store key as string, to make autocli better

fix integration test

Update x/e2ee/client/cli/encrypt.go

Signed-off-by: yihuang <huang@crypto.com>

fix lint

---------

Signed-off-by: yihuang <huang@crypto.com>
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: yihuang <yi.codeplayer@gmail.com>

Problem: no efficient batch query for encryption keys (crypto-org-chain#1415)

Update CHANGELOG.md

Signed-off-by: yihuang <huang@crypto.com>

update swagger

typo

fix build

proposal handler

update version

check exist

Problem: proto-gen fails in CI (crypto-org-chain#1392)

* Problem: proto-gen fails in CI

* Apply suggestions from code review

add cronos msg

add store-block-list cmd

refresh block list

add handler

update deps

add handler

lint

fix cmd

test store list

set with ante

move to util

fix ibc

Revert "set with ante"

This reverts commit c2700f5.

reject on err

fix prepare proposal

fix proto lint
yihuang added a commit that referenced this pull request May 6, 2024
* Problem: e2ee module is not backported

Problem: no end-to-end encryption module (#1407)

* Problem: no end-to-end encryption module

add keeper

add grpc query

signer option

getter/setter

genesis init/export

fix lint

* fix proto lint

* fix test

* register codec

* changelog

* fix build

* Update x/e2ee/types/keys.go

Co-authored-by: mmsqe <mavis@crypto.com>
Signed-off-by: yihuang <huang@crypto.com>

* Update x/e2ee/types/codec.go

Co-authored-by: mmsqe <mavis@crypto.com>
Signed-off-by: yihuang <huang@crypto.com>

---------

Signed-off-by: yihuang <huang@crypto.com>
Co-authored-by: mmsqe <mavis@crypto.com>

Problem: encryption-key cmd is not supported (#1409)

* Problem: encryption-key cmd is not supported

* gen doc

* add validate

Problem: no keyring interface for e2ee to store arbitrary payload (#1413)

changelo

add age encrypt/decrypt in unit test

Update x/e2ee/keyring/keyring.go

Signed-off-by: yihuang <huang@crypto.com>

fix lint

fix build

Problem: no encrypt and decrypt cmds for message (#1411)

* Problem: no encrypt and decrypt cmds for message

* fix doc

* add gen

* test

* cleanup

* move command to e2ee module

move encrypt cmd to e2ee module

move decrypt cmd to e2ee

update integration test

store key as string, to make autocli better

fix integration test

Update x/e2ee/client/cli/encrypt.go

Signed-off-by: yihuang <huang@crypto.com>

fix lint

---------

Signed-off-by: yihuang <huang@crypto.com>
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: yihuang <yi.codeplayer@gmail.com>

Problem: no efficient batch query for encryption keys (#1415)

Update CHANGELOG.md

Signed-off-by: yihuang <huang@crypto.com>

update swagger

typo

fix build

proposal handler

update version

check exist

Problem: proto-gen fails in CI (#1392)

* Problem: proto-gen fails in CI

* Apply suggestions from code review

add cronos msg

add store-block-list cmd

refresh block list

add handler

update deps

add handler

lint

fix cmd

test store list

set with ante

move to util

fix ibc

Revert "set with ante"

This reverts commit c2700f5.

reject on err

fix prepare proposal

fix proto lint

* cmd to encrypt to validators

* fix test

* temp

* fix test

* improve test

* Problem: no validate for malformed e2ee key in register (#1421)

* Problem: no validate for malformed e2ee key in register

* update doc

* Apply suggestions from code review

* cleanup

---------

Co-authored-by: yihuang <yi.codeplayer@gmail.com>

* cleanup test

* revert

* fix test

* fix test

* remove mempool blocked-addresses

* fix test

* fix test

* fix test

* fix patch

* avoid prompt

* encrypt clear list

* cleanup

* add validate

* avoid concurrent mutate

* Update app/proposal.go

Signed-off-by: mmsqe <mavis@crypto.com>

* cleanup

* proto-gen

---------

Signed-off-by: yihuang <huang@crypto.com>
Signed-off-by: mmsqe <mavis@crypto.com>
Co-authored-by: mmsqe <mavis@crypto.com>
alienc0der pushed a commit to alienc0der/supernova that referenced this pull request Jun 8, 2024
…in#1415)

Update CHANGELOG.md

Signed-off-by: yihuang <huang@crypto.com>

update swagger

typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants