Skip to content

Add more metrics and bump sei-cosmos/sei-tendermint versions#453

Merged
BrandonWeng merged 6 commits intomasterfrom
bweng-debug-check-tx-fail
Dec 14, 2022
Merged

Add more metrics and bump sei-cosmos/sei-tendermint versions#453
BrandonWeng merged 6 commits intomasterfrom
bweng-debug-check-tx-fail

Conversation

@BrandonWeng
Copy link
Contributor

Describe your changes and provide context

Adding more metrics for LT client

Bumping cosmos and tendermint versions to include these:
sei-protocol/sei-tendermint#28
sei-protocol/sei-cosmos#113

Testing performed to validate your change

Clusters been running for ~10 hours without any issues and constant load of traffic
image

@BrandonWeng BrandonWeng changed the title Bweng debug check tx fail Add more metrics and bump sei-cosmos/sei-tendermint versions Dec 14, 2022
@github-actions
Copy link

Code Coverage

Package Line Rate Complexity Health
github.com/sei-protocol/sei-chain/aclmapping/bank 100% 0
github.com/sei-protocol/sei-chain/aclmapping/dex 97% 0
github.com/sei-protocol/sei-chain/aclmapping/oracle 100% 0
github.com/sei-protocol/sei-chain/aclmapping/staking 82% 0
github.com/sei-protocol/sei-chain/aclmapping/tokenfactory 96% 0
github.com/sei-protocol/sei-chain/aclmapping/utils 0% 0
github.com/sei-protocol/sei-chain/aclmapping/wasm 83% 0
github.com/sei-protocol/sei-chain/app 52% 0
github.com/sei-protocol/sei-chain/app/antedecorators 89% 0
github.com/sei-protocol/sei-chain/oracle/price-feeder/config 85% 0
github.com/sei-protocol/sei-chain/oracle/price-feeder/oracle 73% 0
github.com/sei-protocol/sei-chain/oracle/price-feeder/oracle/provider 50% 0
github.com/sei-protocol/sei-chain/oracle/price-feeder/router/v1 45% 0
github.com/sei-protocol/sei-chain/store/whitelist/cachemulti 100% 0
github.com/sei-protocol/sei-chain/store/whitelist/kv 100% 0
github.com/sei-protocol/sei-chain/store/whitelist/multi 100% 0
github.com/sei-protocol/sei-chain/utils 46% 0
github.com/sei-protocol/sei-chain/utils/datastructures 90% 0
github.com/sei-protocol/sei-chain/x/dex 59% 0
github.com/sei-protocol/sei-chain/x/dex/cache 86% 0
github.com/sei-protocol/sei-chain/x/dex/client/cli/query 23% 0
github.com/sei-protocol/sei-chain/x/dex/contract 52% 0
github.com/sei-protocol/sei-chain/x/dex/exchange 89% 0
github.com/sei-protocol/sei-chain/x/dex/keeper 61% 0
github.com/sei-protocol/sei-chain/x/dex/keeper/abci 30% 0
github.com/sei-protocol/sei-chain/x/dex/keeper/msgserver 78% 0
github.com/sei-protocol/sei-chain/x/dex/keeper/query 82% 0
github.com/sei-protocol/sei-chain/x/dex/migrations 85% 0
github.com/sei-protocol/sei-chain/x/dex/types 1% 0
github.com/sei-protocol/sei-chain/x/dex/types/utils 100% 0
github.com/sei-protocol/sei-chain/x/dex/types/wasm 83% 0
github.com/sei-protocol/sei-chain/x/epoch 11% 0
github.com/sei-protocol/sei-chain/x/epoch/keeper 66% 0
github.com/sei-protocol/sei-chain/x/epoch/types 2% 0
github.com/sei-protocol/sei-chain/x/mint 0% 0
github.com/sei-protocol/sei-chain/x/mint/keeper 75% 0
github.com/sei-protocol/sei-chain/x/mint/simulation 95% 0
github.com/sei-protocol/sei-chain/x/mint/types 2% 0
github.com/sei-protocol/sei-chain/x/nitro/client/cli 45% 0
github.com/sei-protocol/sei-chain/x/nitro/keeper 80% 0
github.com/sei-protocol/sei-chain/x/nitro/replay 63% 0
github.com/sei-protocol/sei-chain/x/oracle 63% 0
github.com/sei-protocol/sei-chain/x/oracle/keeper 82% 0
github.com/sei-protocol/sei-chain/x/oracle/simulation 18% 0
github.com/sei-protocol/sei-chain/x/oracle/types 3% 0
github.com/sei-protocol/sei-chain/x/tokenfactory/keeper 85% 0
github.com/sei-protocol/sei-chain/x/tokenfactory/types 2% 0
Summary 15% (4930 / 33806) 0

@BrandonWeng BrandonWeng merged commit 96684f8 into master Dec 14, 2022
@BrandonWeng BrandonWeng deleted the bweng-debug-check-tx-fail branch December 14, 2022 16:49
masih pushed a commit that referenced this pull request Sep 29, 2025
…g via panic (#453)

## Describe your changes and provide context
This allows for aborting more immediately via handled panics when
encountering ESTIMATE values during execution. This also refactors the
way early stop keys are tracked in iterators to handle an edge case
where an ESTIMATE related panic caused a hang due to channels with
insufficient buffer size

## Testing performed to validate your change
Unit test modifications and will test with sei-chain
masih pushed a commit that referenced this pull request Sep 30, 2025
…g via panic (#453)

## Describe your changes and provide context
This allows for aborting more immediately via handled panics when
encountering ESTIMATE values during execution. This also refactors the
way early stop keys are tracked in iterators to handle an edge case
where an ESTIMATE related panic caused a hang due to channels with
insufficient buffer size

## Testing performed to validate your change
Unit test modifications and will test with sei-chain
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.

3 participants