@@ -27,6 +27,64 @@ Ref: https://keepachangelog.com/en/1.0.0/
2727-->
2828
2929# Changelog
30+ ## v6.2.0
31+ sei-chain
32+ * [ #2444 ] ( https://github.com/sei-protocol/sei-chain/pull/2444 ) Optimize getLogs performance
33+ * [ #2437 ] ( https://github.com/sei-protocol/sei-chain/pull/2437 ) Fix sender discrepancy on RPC reads
34+ * [ #2371 ] ( https://github.com/sei-protocol/sei-chain/pull/2371 ) Always include synthetic logs in eth_ endpoints
35+ * [ #2364 ] ( https://github.com/sei-protocol/sei-chain/pull/2364 ) eth_gasPrice fixes
36+ * [ #2361 ] ( https://github.com/sei-protocol/sei-chain/pull/2361 ) Exclude synthetic logs from receipts returned by eth_
37+ * [ #2344 ] ( https://github.com/sei-protocol/sei-chain/pull/2344 ) Skip txs failing ante when counting tx index for receipts
38+ * [ #2343 ] ( https://github.com/sei-protocol/sei-chain/pull/2343 ) Fix ante failure check in RPC
39+ * [ #2272 ] ( https://github.com/sei-protocol/sei-chain/pull/2272 ) Add make target for mock balances
40+ * [ #2271 ] ( https://github.com/sei-protocol/sei-chain/pull/2271 ) Fix cumulativeGasUsed == 0
41+ * [ #2269 ] ( https://github.com/sei-protocol/sei-chain/pull/2269 ) Add compile flagged mock balance testing functionality
42+ * [ #2268 ] ( https://github.com/sei-protocol/sei-chain/pull/2268 ) Only synthetic logs for Sei endpoints
43+ * [ #2265 ] ( https://github.com/sei-protocol/sei-chain/pull/2265 ) Bump geth to allow for skipping nonce bump
44+ * [ #2263 ] ( https://github.com/sei-protocol/sei-chain/pull/2263 ) Do not take a new snapshot upon RevertToSnapshot
45+ * [ #2262 ] ( https://github.com/sei-protocol/sei-chain/pull/2262 ) Consistent Gas Limit across RPC and Opcode
46+ * [ #2261 ] ( https://github.com/sei-protocol/sei-chain/pull/2261 ) Bump Geth for request size limit to 10MB
47+ * [ #2258 ] ( https://github.com/sei-protocol/sei-chain/pull/2258 ) Fix static fee history gas used ratio
48+ * [ #2256 ] ( https://github.com/sei-protocol/sei-chain/pull/2256 ) Fix data race in price-feeder websocket controller
49+ * [ #2255 ] ( https://github.com/sei-protocol/sei-chain/pull/2255 ) Optimization: CreateAccount only clears state if code hash exists
50+ * [ #2251 ] ( https://github.com/sei-protocol/sei-chain/pull/2251 ) Update oracle MidBlock logic
51+ * [ #2250 ] ( https://github.com/sei-protocol/sei-chain/pull/2250 ) Make flushing receipt synchronous
52+ * [ #2239 ] ( https://github.com/sei-protocol/sei-chain/pull/2239 ) Remove writeset estimation to alleviate AccAddress mutex contention
53+ * [ #2238 ] ( https://github.com/sei-protocol/sei-chain/pull/2238 ) Bump btcec to v2.3.2, x/crypto to v0.31.0
54+ * [ #2236 ] ( https://github.com/sei-protocol/sei-chain/pull/2236 ) Harden solo precompile
55+ * [ #2235 ] ( https://github.com/sei-protocol/sei-chain/pull/2235 ) Rate limit eth call in Simulation API
56+ * [ #2234 ] ( https://github.com/sei-protocol/sei-chain/pull/2234 ) Use legacy transaction decoder for historical height
57+ * [ #2233 ] ( https://github.com/sei-protocol/sei-chain/pull/2233 ) Exclude transactions that failed ante from getTransaction
58+ * [ #2232 ] ( https://github.com/sei-protocol/sei-chain/pull/2232 ) Require MsgClaim sender to match signer
59+ * [ #2292 ] ( https://github.com/sei-protocol/sei-chain/pull/2292 ) Remove receipts from chain state
60+ * [ #2225 ] ( https://github.com/sei-protocol/sei-chain/pull/2225 ) Fix tx index in getTransactionByHash response
61+ * [ #2219 ] ( https://github.com/sei-protocol/sei-chain/pull/2219 ) Re-enable p256 precompile
62+ * [ #2218 ] ( https://github.com/sei-protocol/sei-chain/pull/2218 ) Add gov proposal for rechecktx
63+ * [ #2210 ] ( https://github.com/sei-protocol/sei-chain/pull/2210 ) Refactor versioned precompiles & add automation scripts
64+ * [ #2074 ] ( https://github.com/sei-protocol/sei-chain/pull/2074 ) Pectra upgrade
65+
66+ sei-tendermint
67+ * [ #331 ] ( https://github.com/sei-protocol/sei-tendermint/pull/331 ) Fixed timeoutTicker
68+ * [ #314 ] ( https://github.com/sei-protocol/sei-tendermint/pull/314 ) Estimate gas fix
69+ * [ #309 ] ( https://github.com/sei-protocol/sei-tendermint/pull/309 ) Remove tx cache memory footprint by half
70+ * [ #308 ] ( https://github.com/sei-protocol/sei-tendermint/pull/308 ) Hardcoded simple-priority queue as the only message queue
71+ * [ #307 ] ( https://github.com/sei-protocol/sei-tendermint/pull/307 ) Set default RemoveExpiredTxsFromQueue to be true
72+ * [ #305 ] ( https://github.com/sei-protocol/sei-tendermint/pull/305 ) Only allow 1 tx per envelope
73+ * [ #304 ] ( https://github.com/sei-protocol/sei-tendermint/pull/304 ) Validate peer block height in block sync
74+ * [ #300 ] ( https://github.com/sei-protocol/sei-tendermint/pull/300 ) BaseService refactor
75+ * [ #299 ] ( https://github.com/sei-protocol/sei-tendermint/pull/299 ) Add metrics to track duplicate txs
76+ * [ #298 ] ( https://github.com/sei-protocol/sei-tendermint/pull/298 ) Bump golang to 1.24.5
77+ * [ #296 ] ( https://github.com/sei-protocol/sei-tendermint/pull/296 ) More granular buckets for consensus histograms
78+ * [ #291 ] ( https://github.com/sei-protocol/sei-tendermint/pull/291 ) Verify proposer selection algo upon state sync
79+ * [ #290 ] ( https://github.com/sei-protocol/sei-tendermint/pull/290 ) Prevent excssive Total values
80+ * [ #289 ] ( https://github.com/sei-protocol/sei-tendermint/pull/289 ) Purge expired txs from mempool cleanly
81+ * [ #287 ] ( https://github.com/sei-protocol/sei-tendermint/pull/287 ) Bump btcec to v2.3.2, x/crypto to v0.31.0
82+
83+ go-ethereum
84+ * [ #63 ] ( https://github.com/sei-protocol/go-ethereum/pull/63 ) Allow nonce bump to be skipped
85+ * [ #62 ] ( https://github.com/sei-protocol/go-ethereum/pull/62 ) Expose set read limits for websocket server to prevent OOM
86+ * [ #59 ] ( https://github.com/sei-protocol/go-ethereum/pull/59 ) Pectra upgrade
87+
3088## v6.1.4
3189sei-chain
3290* [ #2234 ] ( https://github.com/sei-protocol/sei-chain/pull/2234 ) Use legacy transaction decoder for historical height
0 commit comments