v0.11.0-rc10 - `arabica-10`
Pre-release
Pre-release
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 #2546
- chore!: update celestia-app to v1.0.0-rc12 by @evan-forbes in #2581
- chore(nodebuilder/p2p)!: Bump arabica-10 by @jrmanes in #2639
FEATURES
- metrics(runtime): add runtime metrics by @walldiss in #2570
- feat(eds/store): add eds blockstore cache metrics by @walldiss in #2567
- feat(nodebuilder/state): Provide stubbed state module if a core endpoint not provided by @renaynay in #2577
- feat(blob): improve gas estimation and track min gas price by @cmwaters in #2511
- feat(cmd/node): add logs cmd to dynamically change the log level by @vgonkivs in #2601
- feat(edssser): introduce EDS Store Stresser and cel-shed utility by @Wondertan in #2482
BUG FIXES
- fix(blob): ensure that the share sequence is not empty by @vgonkivs in #2547
- fix(rpc): fix commands handling by @vgonkivs in #2515
- fix(cmd): fix formatting during submit by @vgonkivs in #2551
- fix(share/eds): don't use in-memory buffer for mount after shard recover by @walldiss in #2554
- fix(header): Only bridge node should panic on data root mismatch in e… by @renaynay in #2558
- fix(share/eds): dagstore shard restore reflection workaround by @walldiss in #2559
- fix(nodebuilder): set default log level for bitswap-client by @walldiss in #2576
- fix: TestShareAvailable_DisconnectedFullNodes by @distractedm1nd in #2560
- fix(share/discovery): discovery should try to connect to empty hosts peers by @walldiss in #2575
- fix(share/ipld): Remove proofs from leaked ctx by @walldiss in #2574
- fix(share/eds): scale up inverted_index badger levels by @walldiss in #2591
- fix(cmd/blob): fix response by @vgonkivs in #2600
- fix(eds/blockstore): Puts on EDSStore Blockstore by @distractedm1nd in #2532
- fix: fixing panic on GetShare with out of bounds indexes by @distractedm1nd in #2605
MISCELLANEOUS
- chore(deps): bump ipfs networking deps by @walldiss in #2478
- chore: bump to rsmt2d v0.11.0 by @rootulp in #2580
- chore: bump deps + go1.21 by @Wondertan in #2589
- deps: bump dagstore by @walldiss in #2598
- nodebuilder/core: Set default ports for RPC and GRPC by @renaynay in #2596
- feat(share/p2p/discovery): Warning for discovery loop if haven't found wanted peers in 5 minutes by @nodersteam in #2573
- chore(deps): bump dagstore by @walldiss in #2602
- refactor: address namespace follow-ups from celestia-app v1.0.0-rc12 bump by @rootulp in #2597
- chore: bump go-header and go-fraud by @Wondertan in #2619
New Contributors
- @nodersteam made their first contribution in #2573
Full Changelog: v0.11.0-rc9...v0.11.0-rc10