You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/apollo_protobuf/src/proto/p2p/proto/transaction.proto
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ message InvokeV3 {
61
61
VolitionDomainfee_data_availability_mode=9;
62
62
Felt252nonce=10;
63
63
repeatedFelt252proof_facts=11;
64
+
repeateduint32proof=12;
64
65
}
65
66
66
67
// see https://external.integration.starknet.io/feeder_gateway/get_transaction?transactionHash=0x29fd7881f14380842414cdfdd8d6c0b1f2174f8916edcfeb1ede1eb26ac3ef0
Copy file name to clipboardExpand all lines: crates/apollo_protobuf/src/protobuf/protoc_output.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -305,6 +305,8 @@ pub struct InvokeV3 {
305
305
pubnonce:::core::option::Option<Felt252>,
306
306
#[prost(message, repeated, tag = "11")]
307
307
pubproof_facts:::prost::alloc::vec::Vec<Felt252>,
308
+
#[prost(uint32, repeated, tag = "12")]
309
+
pubproof:::prost::alloc::vec::Vec<u32>,
308
310
}
309
311
/// see <https://external.integration.starknet.io/feeder_gateway/get_transaction?transactionHash=0x29fd7881f14380842414cdfdd8d6c0b1f2174f8916edcfeb1ede1eb26ac3ef0>
0 commit comments