Skip to content

v0.11.0-rc10 - `arabica-10`

Pre-release
Pre-release
Compare
Choose a tag to compare
@renaynay renaynay released this 31 Aug 09:12
· 672 commits to main since this release
47047f3

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

New Contributors

Full Changelog: v0.11.0-rc9...v0.11.0-rc10