Skip to content

[Storehouse] 016 - Payloadless Concurrent proof collection - #8612

Draft
zhangchiqing wants to merge 44 commits into
leo/payloadless-util-extract-payloadlessfrom
leo/payloadless-concurrent-proof
Draft

[Storehouse] 016 - Payloadless Concurrent proof collection#8612
zhangchiqing wants to merge 44 commits into
leo/payloadless-util-extract-payloadlessfrom
leo/payloadless-concurrent-proof

Conversation

@zhangchiqing

@zhangchiqing zhangchiqing commented Jul 13, 2026

Copy link
Copy Markdown
Member

ProveAndConstruct the proof was sequential. For a trie update with 3 registers updates, it reads the trie path for the first register, then read the payload from storehouse for it, and then repeat for the 2nd register update, and so on. It's sequential. This PR makes reading trie path from payloadless trie and reading register value from storage concurrent.

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a72a3290-d359-4788-b6c9-31b51ca37d12

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch leo/payloadless-concurrent-proof

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@zhangchiqing zhangchiqing changed the title [Storehouse] Payloadless Concurrent proof collection [Storehouse] 016 Payloadless Concurrent proof collection Jul 13, 2026
@zhangchiqing zhangchiqing changed the title [Storehouse] 016 Payloadless Concurrent proof collection [Storehouse] 016 - Payloadless Concurrent proof collection Jul 13, 2026
@zhangchiqing
zhangchiqing force-pushed the leo/payloadless-util-extract-payloadless branch from 3f7b070 to 9269e95 Compare July 14, 2026 20:02
@zhangchiqing
zhangchiqing force-pushed the leo/payloadless-concurrent-proof branch from d19c20c to 2bab35a Compare July 14, 2026 20:08
@zhangchiqing
zhangchiqing force-pushed the leo/payloadless-util-extract-payloadless branch from 9269e95 to ccdfa7e Compare July 31, 2026 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant