Skip to content

Commit 60d1785

Browse files
kiruganIronGauntlets
authored andcommitted
Remove unnecessary fields
1 parent 946dabc commit 60d1785

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

p2p/proto/state.proto

+3-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,9 @@ message Cairo1EntryPoints {
4848

4949
message Cairo1Class {
5050
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;
51+
Cairo1EntryPoints entry_points = 2;
52+
repeated Felt252 program = 3;
53+
bytes compiled = 4;
5754
}
5855

5956
// is it better to separate the definition from the hashes? (will need to repeate the hashes

0 commit comments

Comments
 (0)