@@ -29,8 +29,28 @@ Ref: https://keepachangelog.com/en/1.0.0/
2929# Changelog
3030## v6.3
3131sei-chain (Note: major repos have been merged into sei-chain)
32+ [ #2580 ] ( https://github.com/sei-protocol/sei-chain/pull/2580 ) Fix: enforce EIP-6780 selfdestruct for prefunded addresses
33+ * [ #2572 ] ( https://github.com/sei-protocol/sei-chain/pull/2572 ) Extra checks in BitArray methods
34+ * [ #2570 ] ( https://github.com/sei-protocol/sei-chain/pull/2570 ) Strongly typed p2p channels
35+ * [ #2567 ] ( https://github.com/sei-protocol/sei-chain/pull/2567 ) Migrate sei-ibc-go into sei-chain as monorepo
36+ * [ #2563 ] ( https://github.com/sei-protocol/sei-chain/pull/2563 ) Do not return error string on precompile error
37+ * [ #2561 ] ( https://github.com/sei-protocol/sei-chain/pull/2561 ) Make seid rollback idempotent and remove --hard
38+ * [ #2560 ] ( https://github.com/sei-protocol/sei-chain/pull/2560 ) Fix: Resolve data race in parallel snapshot writing
39+ * [ #2558 ] ( https://github.com/sei-protocol/sei-chain/pull/2559 ) Remove custom json encoding of consensus internals and replay command
40+ * [ #2558 ] ( https://github.com/sei-protocol/sei-chain/pull/2558 ) Refactor of consensus reactor task management
41+ * [ #2553 ] ( https://github.com/sei-protocol/sei-chain/pull/2553 ) Refactor CheckTx
42+ * [ #2547 ] ( https://github.com/sei-protocol/sei-chain/pull/2547 ) Deprecate and clean up dbsync code reference
43+ * [ #2543 ] ( https://github.com/sei-protocol/sei-chain/pull/2543 ) Add a benchmark mode
44+ * [ #2542 ] ( https://github.com/sei-protocol/sei-chain/pull/2542 ) Config: Make worker pool configurable and increase default queue size
45+ * [ #2540 ] ( https://github.com/sei-protocol/sei-chain/pull/2540 ) Streamline EndBlock
46+ * [ #2539 ] ( https://github.com/sei-protocol/sei-chain/pull/2539 ) PeerManager rewrite
47+ * [ #2537 ] ( https://github.com/sei-protocol/sei-chain/pull/2537 ) Optimzation: Reduce snapshot creation time
48+ * [ #2534 ] ( https://github.com/sei-protocol/sei-chain/pull/2534 ) Remove ABCI socket/grpc functionality
49+ * [ #2533 ] ( https://github.com/sei-protocol/sei-chain/pull/2533 ) Migrate transaction embedding proto types to Go types
50+ * [ #2528 ] ( https://github.com/sei-protocol/sei-chain/pull/2528 ) Watermark fixes
3251* [ #2527 ] ( https://github.com/sei-protocol/sei-chain/pull/2527 ) Darwin build fix
3352* [ #2525 ] ( https://github.com/sei-protocol/sei-chain/pull/2525 ) Deprecate store streaming and listeners
53+ * [ #2522 ] ( https://github.com/sei-protocol/sei-chain/pull/2522 ) Flatten BeginBlock and remove nested logic
3454* [ #2521 ] ( https://github.com/sei-protocol/sei-chain/pull/2521 ) Fix base field parsing for sei-cosmos toml
3555* [ #2520 ] ( https://github.com/sei-protocol/sei-chain/pull/2520 ) Minor refactor to tracing
3656* [ #2519 ] ( https://github.com/sei-protocol/sei-chain/pull/2519 ) Include price-feeder in seid container
@@ -44,6 +64,7 @@ sei-chain (Note: major repos have been merged into sei-chain)
4464* [ #2509 ] ( https://github.com/sei-protocol/sei-chain/pull/2509 ) Address comments for tendermint p2p
4565* [ #2507 ] ( https://github.com/sei-protocol/sei-chain/pull/2507 ) Remove SimApp and Cosmos simulation logic
4666* [ #2506 ] ( https://github.com/sei-protocol/sei-chain/pull/2506 ) Fix: Set MinRetainBlocks=0 for archive node
67+ * [ #2504 ] ( https://github.com/sei-protocol/sei-chain/pull/2504 ) Remove aclaccesscontrol module and usages
4768* [ #2503 ] ( https://github.com/sei-protocol/sei-chain/pull/2503 ) Fix sei-db race conditions
4869* [ #2497 ] ( https://github.com/sei-protocol/sei-chain/pull/2497 ) Feat: optimize memIAVL cold-start with sequential snapshot prefetch
4970* [ #2494 ] ( https://github.com/sei-protocol/sei-chain/pull/2494 ) Fix bloom fallback behavior
@@ -93,11 +114,11 @@ sei-chain (Note: major repos have been merged into sei-chain)
93114* [ #2399 ] ( https://github.com/sei-protocol/sei-chain/pull/2399 ) Fix cosmos priority and add unit test
94115* [ #2397 ] ( https://github.com/sei-protocol/sei-chain/pull/2397 ) Update error msg for v2 upgrade
95116* [ #2389 ] ( https://github.com/sei-protocol/sei-chain/pull/2389 ) Parameterize SSTORE
96- * [ #2345 ] ( https://github.com/sei-protocol/sei-chain/pull/2345 ) Fix: Add panic recovery to ProcessProposalHandler goroutine
97- * [ #2320 ] ( https://github.com/sei-protocol/sei-chain/pull/2320 ) Implement standalone transaction prioritizer
98117* [ #2388 ] ( https://github.com/sei-protocol/sei-chain/pull/2388 ) Cherrypick RPC fixes from v6.1.11
99118* [ #2377 ] ( https://github.com/sei-protocol/sei-chain/pull/2377 ) Fix block gas used
100119* [ #2374 ] ( https://github.com/sei-protocol/sei-chain/pull/2374 ) Estimate gas fix
120+ * [ #2345 ] ( https://github.com/sei-protocol/sei-chain/pull/2345 ) Fix: Add panic recovery to ProcessProposalHandler goroutine
121+ * [ #2320 ] ( https://github.com/sei-protocol/sei-chain/pull/2320 ) Implement standalone transaction prioritizer
101122
102123Other fixes included that were squashed by monorepo work
103124* [ Add otel metrics for seidb] ( https://github.com/sei-protocol/sei-chain/commit/c0e868d45adc00c0e27c932546c678a069b3d544 )
0 commit comments