sei-chain
sei-chain copied to clipboard
## Describe your changes and provide context * forked the steak liquid staking protocol wasm to use for sei integration tests * added basic integration tests for bonding and unbonding...
### Search before asking - [X] I searched in the [issues](https://github.com/sei-protocol/sei-chain/issues) and found nothing similar. ### Motivation At the moment, only Vote & Deposit actions are available on gov precompile...
## Describe your changes and provide context ## Testing performed to validate your change
Command ``` go list -modfile=./go.mod -m -json -mod=mod all ``` produces error: ``` go: github.com/ledgerwatch/[email protected]: invalid version: unknown revision 539b8171d9f0 ``` It's because that commit does not exist in the...
## Describe your changes and provide context The unregistration of the dex store key in KV mounting resulted it in not being mounted for deletion at the upgrade, so this...
**Seid version** V5.7.2 **Chain ID** Pacific **Description** Before 5.7.2 update the mint functions in nft contract perfectly work on default gas limit 200000 and gas fee "0.15usei", after this update...
**Seid version** Show us output of `seid version --long | head` ``` ./seid version --long | head name: sei server_name: version: v5.5.5 go: go version go1.21.7 linux/amd64 ``` **Chain ID**...
## Describe your changes and provide context Coinbase requested a way to associate addresses via precompile by supplying just the public keys. This might be useful for wallets that want...
## Evm json rpc call tests ## Testing performed to validate your change Testing on local chain.
**Seid version** Show us output of `seid version --long | head` ``` name: sei server_name: version: v5.6.2 commit: 6bad61226f092fadad126d78f52e1cbab3b13d7a build_tags: netgo, go: go version go1.21.10 linux/amd64 build_deps: - cosmossdk.io/[email protected] -...