v0.11.0-rc10
版本发布时间: 2023-08-31 17:12:02
celestiaorg/celestia-node最新发布版本:v0.12.0(2023-10-31 22:05:39)
This RC contains an upgrade to arabica-10
which incorporates several storage-related fixes and optimisations as well as an upgrade to the shrex-nd
protocol such that it can now support getting blobs larger than 1mb.
This RC is not compatible with arabica-9
.
Please note: this RC is breaking against past RCs of the same version
What's Changed
BREAKING
- misc(metrics)!: split global attributes into two by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2546
- chore!: update celestia-app to v1.0.0-rc12 by @evan-forbes in https://github.com/celestiaorg/celestia-node/pull/2581
- chore(nodebuilder/p2p)!: Bump arabica-10 by @jrmanes in https://github.com/celestiaorg/celestia-node/pull/2639
FEATURES
- metrics(runtime): add runtime metrics by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2570
- feat(eds/store): add eds blockstore cache metrics by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2567
- feat(nodebuilder/state): Provide stubbed state module if a core endpoint not provided by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2577
- feat(blob): improve gas estimation and track min gas price by @cmwaters in https://github.com/celestiaorg/celestia-node/pull/2511
- feat(cmd/node): add logs cmd to dynamically change the log level by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2601
- feat(edssser): introduce EDS Store Stresser and cel-shed utility by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2482
BUG FIXES
- fix(blob): ensure that the share sequence is not empty by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2547
- fix(rpc): fix commands handling by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2515
- fix(cmd): fix formatting during submit by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2551
- fix(share/eds): don't use in-memory buffer for mount after shard recover by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2554
- fix(header): Only bridge node should panic on data root mismatch in e… by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2558
- fix(share/eds): dagstore shard restore reflection workaround by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2559
- fix(nodebuilder): set default log level for bitswap-client by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2576
- fix: TestShareAvailable_DisconnectedFullNodes by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/2560
- fix(share/discovery): discovery should try to connect to empty hosts peers by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2575
- fix(share/ipld): Remove proofs from leaked ctx by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2574
- fix(share/eds): scale up inverted_index badger levels by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2591
- fix(cmd/blob): fix response by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2600
- fix(eds/blockstore): Puts on EDSStore Blockstore by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/2532
- fix: fixing panic on GetShare with out of bounds indexes by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/2605
MISCELLANEOUS
- chore(deps): bump ipfs networking deps by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2478
- chore: bump to rsmt2d v0.11.0 by @rootulp in https://github.com/celestiaorg/celestia-node/pull/2580
- chore: bump deps + go1.21 by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2589
- deps: bump dagstore by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2598
- nodebuilder/core: Set default ports for RPC and GRPC by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2596
- feat(share/p2p/discovery): Warning for discovery loop if haven't found wanted peers in 5 minutes by @nodersteam in https://github.com/celestiaorg/celestia-node/pull/2573
- chore(deps): bump dagstore by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2602
- refactor: address namespace follow-ups from celestia-app v1.0.0-rc12 bump by @rootulp in https://github.com/celestiaorg/celestia-node/pull/2597
- chore: bump go-header and go-fraud by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2619
New Contributors
- @nodersteam made their first contribution in https://github.com/celestiaorg/celestia-node/pull/2573
Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.11.0-rc9...v0.11.0-rc10