Skip to content

Latest commit

 

History

History
97 lines (81 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

97 lines (81 loc) · 4.88 KB

Changelog

2.0.44beta

sei-chain:

sei-cosmos: https://github.com/sei-protocol/sei-cosmos/compare/sei-cosmos-2.0.42beta...v2.0.43beta-release

sei-tendermint: https://github.com/sei-protocol/sei-tendermint/compare/2.0.42beta-release...2.0.43beta-release

  • IBC Compatibility Fix
  • Bump default max gas limit
  • Add metrics & visibility for high block time

2.0.42beta

sei-chain:

sei-cosmos: https://github.com/sei-protocol/sei-cosmos/compare/v0.2.8...v0.2.12

  • improvements around monitoring for sei-cosmos
  • dont enforce gas limit on deliverTx
  • refactor slashing module

sei-tendermint:

2.0.40beta - 2023-03-10

2.0.39beta - 2023-03-06

  • #632 Bump Sei-tendermint to reduce log volume
  • #631 Nondeterminism deadlock fixes
  • #630 Mempool configs to avoid node slow down

2.0.38beta - 2023-03-04

  • #623 [epoch] Add new epoch events by @udpatil in #623
  • #624 [dex][mint] Add long messages for dex and mint by @udpatil in #624
  • #588 Send deposit funds in message server instead of EndBlock by @codchen in #588
  • #627 [oracle] Add slash window progress query by @udpatil in #627 label* #625 Update contract rent deposit logic + add query endpoint by @LCyson in #625

2.0.37beta - 2023-02-27

Features

  • #621 Add success count to the oracle query
  • #600 Add params to guard Nitro fraud challenge
  • sei-tendermint #73 reduce checktx log noise

Bug Fixes

  • #617 gracefully handle nil response for new provider
  • #619 Move store operations outside of iterator

2.0.36beta - 2023-02-27

Features

  • #603 Set mempool ttl

Bug Fixes

  • #612 Optimistic Processing should finish before main goroutine
  • #613 Incorporate IAVL change that removes mutex locking
  • Various audit fixes