JayT106
JayT106
## Summary The indexer is listening to the tx/block event using `SubscribeUnbuffered`, it guarantees the tx/block data will be indexed after a new block is committed into the DB. However,...
trying to check a rollback issue `panic: StoreBlockHeight (6) > StateBlockHeight + 1 (5)` related to #7837, found another issue when testing the rollback against the built-in kvstore App. the...
## Summary Extend the `export` CLI to export the app genesis state to a folder and separate it by modules ## Problem Definition The app genesis states will grow when...
**Describe the bug** the problem was reported by the community, the client sometimes was not able to send the transaction due to `account sequence mismatch`. it happens on the Cronos...
porting PR #6498 to main #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation...
Cherry-picking PR #6265 #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation (`docs/`) and...
Would like to bring #7323 back to `main` since #7231 is not in `main` anymore. Also, may be possible to backport it to v0.34.x Closes #7312 #### PR checklist -...
feat(cli/module): separate the app genesis state by module into folders when export/import/validate
## Description Closes: #12808 updates: rework without breaking the app module api ### Implementation - Export add `genesis-path` flag in the cli `export`, the app will export the genesis state...
Closes: #1319 just ignores the codehash check when the evm account code is empty. ______ For contributor use: - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting)) - [x] Linked...
PR #1234 fixes the account delete issue. However, the project running with prior ethermint version will get a panic `the code doesn't match with the code hash` short-term: skip checking...