chore(celestia-node-fiber): bump celestia-node + celestia-app to latest fibre#3329
Merged
julienrbrt merged 1 commit intoMay 19, 2026
Conversation
…st fibre Bumps the celestia-node-fiber tool to track: - celestia-node feature/fibre-experimental @ 9adc59e0 (rebuilt from feature/fibre 'add state client #4987' + celestia-app dep bump) - celestia-app feat/fibre-payments @ 5abc6308 (current main + PR #7190 'perf(fibre): flat-file shard store') Also bumps the gnark-crypto replace directive target from v0.18.0 to v0.20.1 to keep parity with celestia-node's go.mod, which had to bump for the new celestia-app (gnark 0.14 -> 0.15).
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
julienrbrt
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the
tools/celestia-node-fibergo.mod to track refreshed Fibre branches:feature/fibre-experimental@9adc59e0— rebuilt fromfeature/fibreHEAD (be006cb4"add state client #4987") + the existing celestia-app dep bump.feat/fibre-payments@5abc6308— rebuilt from currentmain(760d4807) + PR #7190 "perf(fibre): flat-file shard store for fibre" merged on top. PR #7190 remains open upstream for normal review.Also bumps the
gnark-cryptoreplace directive target fromv0.18.0→v0.20.1to mirror what celestia-node had to bump (celestia-app/main pulled ingnark 0.14 → 0.15via celestiaorg/celestia-app#7279, which requires the new gnark-crypto). No direct uses ofgnark-cryptoin either repo — alignment only.Why
x402-risotto(and downstream Fibre testnet) needs the PR #7190 perf changes to land on the testnet stack ASAP. This is the propagation step: celestia-app → celestia-node → ev-node (julien/fiber) → risotto/evolve. After this PR merges, the matching x402-risottoevolve/go.modbump goes up next.Scope
Only
tools/celestia-node-fiber/go.modandgo.sumare touched. Rootgo.modhas no celestia-app/celestia-node deps and is unchanged.Backups
Previous heads preserved on origin in case rollback is needed:
backup/feat-fibre-payments-pre-7190-merge(wasfe8cb867)backup/feature-fibre-experimental-pre-bump(was23bec13f)Test plan
cc @julienrbrt — branch `julien/fiber` target.