We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d1785 commit f3e4d4cCopy full SHA for f3e4d4c
p2p/proto/state.proto
@@ -50,7 +50,8 @@ message Cairo1Class {
50
bytes abi = 1;
51
Cairo1EntryPoints entry_points = 2;
52
repeated Felt252 program = 3;
53
- bytes compiled = 4;
+ string contract_class_version = 4;
54
+ bytes compiled = 5;
55
}
56
57
// is it better to separate the definition from the hashes? (will need to repeate the hashes
@@ -67,6 +68,4 @@ message Class {
67
68
message Classes {
69
uint32 domain = 1;
70
repeated Class classes = 2;
-}
71
-
72
+}
0 commit comments