Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes necessary for Stateless Witness Building #29029

Closed

Conversation

jwasinger
Copy link
Contributor

@jwasinger jwasinger commented Feb 20, 2024

This implements:

  • The necessary changes to construct a stateless block witness.
  • A debug API method debug_buildStatelessProof to construct a witness for a given block.
  • A blockchain test runner which constructs a witness for each successfully-imported block.

This PR pulls changes from #28776, omitting:

  • stateless execution implementation, and the standalone utility/sub-command which exposes a stateless block execution endpoint behind an HTTP server.
  • stateless cross-validation logic in core/blockchain.go during block import.

…a debug api method to build witness for a given block. Add blockchain test suite which builds witnesses for each imported block. Stateless execution changes and cross-validation logic omitted to minimize the code footprint of this PR
@jwasinger jwasinger marked this pull request as ready for review February 20, 2024 05:17
@jwasinger
Copy link
Contributor Author

I still need to fix the unit tests broken by this.

This pull request was closed.
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.

2 participants