Skip to content

feat: Isolating pk validation from block execution#12

Open
hecmas wants to merge 1 commit intoparadigmxyz:mainfrom
0xPolygonHermez:zisk/68cd8e73
Open

feat: Isolating pk validation from block execution#12
hecmas wants to merge 1 commit intoparadigmxyz:mainfrom
0xPolygonHermez:zisk/68cd8e73

Conversation

@hecmas
Copy link

@hecmas hecmas commented Mar 9, 2026

This PR allows a guest program to independently run pk validation and block execution. This is quite powerful because a guest an proceed as follows:

  1. Fetch the public part of the input: the public keys of the txs signers and the block to be executed.
  2. Perform signature validation while fetching the witness part of the input.
  3. Finally, run block execution.

@hecmas hecmas changed the title feat: Separating pk validation from block execution feat: Isolating pk validation from block execution Mar 9, 2026
@hecmas hecmas closed this Mar 11, 2026
@hecmas hecmas reopened this Mar 17, 2026
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