RSSAmplifier

Blog

Release notes from celestia-core

github.comRSS feed ↗10 posts

Latest posts

v0.40.8

What's Changed test(consensus): backport TestStateOversizedBlock flake fixes to v0.40.x by @rootulp in #3145 fix(ci): bump Go to 1.26.4 on v0.40.x to fix govulncheck by @rootulp in #3142 fix(types): validate nil SignedHeader in LightClientAttackEvidence (backport #2923 ) by @mergify [bot] in #3220 fix(ci): resolve govulncheck failures on v0.40.x by @rootulp in #3221 chore: drop changelog system on…

v0.40.7

What's Changed feat: add on wire proto check for signature count (backport #3113 ) by @mergify [bot] in #3119 fix: removeTimedoutPeers deadlock in blocksync (backport #3129 ) by @mergify [bot] in #3141 fix(blocksync): concurrency bug in AddBlock caused by sendErr holding pool mtx (backport #3137 ) by @mergify [bot] in #3140 fix(propagation): run ValidateBasic on want parts (backport #3138 ) by…

v0.40.6

What's Changed feat(consensus): precommit metrics (backport #3081 ) by @mergify [bot] in #3094 fix: check block part size (backport #3071 ) by @mergify [bot] in #3096 refactor(blocksync): verify last commit before persisting the block (backport #3098 ) by @mergify [bot] in #3099 feat(state): log app-hash mismatch runbook before failure (backport #3108 ) by @mergify [bot] in #3109 Full Changelog :…

v0.40.5

What's Changed chore: backport comet refactor (v0.40.x) by @evan-forbes in #3078 Full Changelog : v0.40.4...v0.40.5

v0.39.30

What's Changed fix(consensus): bump ensureVoteTimeout in TestStateOversizedBlock to 5s (backport #3047 ) by @rootulp in #3049 fix(blocksync): prevent maxPeerHeight poisoning (backport #3038 ) by @mergify [bot] in #3045 chore: backport comet refactor (v0.39.x) by @evan-forbes in #3079 Full Changelog : v0.39.29...v0.39.30

v0.40.4

What's Changed feat: add logger to block store by @ninabarbakadze in #3076 Full Changelog : v0.40.3...v0.40.4

v0.40.3

What's Changed feat(store): log progress while pruning a large block backlog ( #3073 ) (backport) by @ninabarbakadze in #3075 Full Changelog : v0.40.2...v0.40.3

v0.39.29

What's Changed feat: log failed txs by @mcrakhman in #2965 feat: failed tx code to prometheus by @mcrakhman in #2966 refactor: only unmarshal a single page from the tx index by @evan-forbes in #2962 Full Changelog : v0.39.28...v0.39.29

v0.39.28

What's Changed fix: bump Go to 1.26.2 and deps to resolve govulncheck failures by @rootulp in #2943 fix: add default case to handleHaves select to prevent reactor halt (backport #2813 ) by @mergify [bot] in #2941 chore: sync CODEOWNERS with main by @rootulp in #2942 fix(mempool): cap SeenTxSet size to prevent OOM from SeenTx flooding (backport #2887 ) by @mergify [bot] in #2927 fix: release P2P…

v0.40.2

What's Changed build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.12 to 1.32.13 by @dependabot [bot] in #2898 fix(mempool): cap SeenTxSet size to prevent OOM from SeenTx flooding by @rach-id in #2887 fix: guard nil syncer dereference in statesync Reactor.Receive by @rootulp in #2883 fix: validate PartSetHeader.Total upper bound in ValidateBasic by @rootulp in #2885 fix: cross-validate…