Payload envelope db operations (#8717)

Adds support for payload envelopes in the db. This is the minimum we'll need to store and fetch payloads.


  


Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
This commit is contained in:
Eitan Seri-Levi
2026-02-02 21:46:10 -08:00
committed by GitHub
parent 99e957ad35
commit ed7354d460
7 changed files with 108 additions and 3 deletions

View File

@@ -1 +1,2 @@
pub mod execution_payload;
mod signed_execution_payload_envelope;