Skip to content

Commit

Permalink
Add Account deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 27, 2024
1 parent 15c606e commit fc68134
Show file tree
Hide file tree
Showing 15 changed files with 1,773 additions and 1,630 deletions.
6 changes: 4 additions & 2 deletions cairo/programs/os.cairo
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
%builtins output
%builtins pedersen output

from starkware.cairo.common.memcpy import memcpy
from starkware.cairo.common.cairo_builtins import HashBuiltin

from src.model import model

func main{output_ptr: felt*}() {
func main{pedersen_ptr: HashBuiltin*, output_ptr: felt*}() {
%{ dict_manager %}
tempvar block: model.Block*;
tempvar initial_state: model.State*;
%{ block %}
Expand Down
Loading

0 comments on commit fc68134

Please sign in to comment.