sei-chain
sei-chain copied to clipboard
## Changelog Ensure panic recovery in application `ProcessProposal` handler.
## Describe your changes and provide context ## Testing performed to validate your change
## Describe your changes and provide context ## Testing performed to validate your change
I left descriptions through comments below.
**Seid version** `3.5.0` **Chain ID** `pacific-1` **Describe the Issue** With state-sync enabled, node is able to connect to peers but the block height never changes **Additional context** ``` 1:23AM INF...
**Seid version** ```` name: sei server_name: version: 3.5.0 commit: ff7ca2c516aa53652459cd1fa9f71cf014c6d81e build_tags: netgo ledger, go: go version go1.18.1 linux/amd64 build_deps: - filippo.io/[email protected] - github.com/99designs/[email protected] - github.com/CosmWasm/[email protected] => github.com/sei-protocol/[email protected] ```` **Chain ID**...
I need to let me specify the version of `compat_mode` when I create ibc relayer with hermes, and I wanted to check with you guys what the exact version is...
## Describe your changes and provide context rebase evm-temp onto main ## Testing performed to validate your change
## Describe your changes and provide context - EVM transactions populate sender with a pattern `{address}|{nonce}` - The sender is used to de-dupe in the mempool (sei-tendermint) - A replacement...
## Describe your changes and provide context We want to provide a way for developers to replay transactions based on remote state. Notably it entails two kinds of support sei...