We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946dabc commit 60d1785Copy full SHA for 60d1785
p2p/proto/state.proto
@@ -48,12 +48,9 @@ message Cairo1EntryPoints {
48
49
message Cairo1Class {
50
bytes abi = 1;
51
- Felt252 abi_hash = 2;
52
- Cairo1EntryPoints entry_points = 3;
53
- repeated Felt252 program = 4;
54
- Felt252 program_hash = 5;
55
- bytes semantic_version = 6;
56
- bytes compiled = 7;
+ Cairo1EntryPoints entry_points = 2;
+ repeated Felt252 program = 3;
+ bytes compiled = 4;
57
}
58
59
// is it better to separate the definition from the hashes? (will need to repeate the hashes
0 commit comments