-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for
flat
event kind (#501)
- Loading branch information
1 parent
a34f94f
commit cfa3c43
Showing
9 changed files
with
3,459 additions
and
3,551 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -238,6 +238,7 @@ pub enum EventFieldKind { | |
Key, | ||
Data, | ||
Nested, | ||
Flat, | ||
} | ||
|
||
mod errors { | ||
|
4 changes: 2 additions & 2 deletions
4
starknet-core/test-data/contracts/cairo2/artifacts/abi_types.hashes.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"sierra_class_hash": "0x44e480d55027249b998947f6b19f89d7269bdfe67773911353f51eb4f966097", | ||
"compiled_class_hash": "0x8aa1a7821c084c82e13a617f169e5cdb8ddb3ab9e65cc3d120ea299fd22ca" | ||
"sierra_class_hash": "0x16197dd41cfcf33993ffce9ef107cd50f707315eea88394f939fca238fb0f52", | ||
"compiled_class_hash": "0x24c23011777822949ba7da73033d587cf74e1727f45e585b358d9425dc8b933" | ||
} |
Oops, something went wrong.