Uh oh!
There was an error while loading. Please reload this page.
chore(celestia-node-fiber): bump celestia-node + celestia-app to latest fibre - #3329
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).
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 |
Uh oh!
There was an error while loading. Please reload this page.
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.