-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(blockifier): save sierra to Feature contracts
- Loading branch information
1 parent
63eac4a
commit 855b674
Showing
11 changed files
with
21,949 additions
and
40 deletions.
There are no files selected for viewing
1,041 changes: 1,041 additions & 0 deletions
1,041
crates/blockifier/feature_contracts/cairo1/sierra/account_faulty.sierra.json
Large diffs are not rendered by default.
Oops, something went wrong.
759 changes: 759 additions & 0 deletions
759
crates/blockifier/feature_contracts/cairo1/sierra/account_with_dummy_validate.sierra.json
Large diffs are not rendered by default.
Oops, something went wrong.
792 changes: 792 additions & 0 deletions
792
crates/blockifier/feature_contracts/cairo1/sierra/account_with_long_validate.sierra.json
Large diffs are not rendered by default.
Oops, something went wrong.
9,134 changes: 9,134 additions & 0 deletions
9,134
crates/blockifier/feature_contracts/cairo1/sierra/cairo_steps_test_contract.sierra.json
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
crates/blockifier/feature_contracts/cairo1/sierra/empty_contract.sierra.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"sierra_program": [ | ||
"0x1", | ||
"0x6", | ||
"0x0", | ||
"0x2", | ||
"0x9", | ||
"0x0", | ||
"0x1", | ||
"0xff", | ||
"0x0", | ||
"0x4", | ||
"0x0" | ||
], | ||
"sierra_program_debug_info": { | ||
"type_names": [], | ||
"libfunc_names": [], | ||
"user_func_names": [] | ||
}, | ||
"contract_class_version": "0.1.0", | ||
"entry_points_by_type": { | ||
"EXTERNAL": [], | ||
"L1_HANDLER": [], | ||
"CONSTRUCTOR": [] | ||
}, | ||
"abi": [ | ||
{ | ||
"type": "event", | ||
"name": "empty_contract::empty_contract::TestContract::Event", | ||
"kind": "enum", | ||
"variants": [] | ||
} | ||
] | ||
} |
Oops, something went wrong.