We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vec<u8>
Vec<Felt>
In cairo code, we use Array<u8> for StateProof and Acknowledgment
Array<u8>
StateProof
Acknowledgment
ibc-starknet/cairo-contracts/packages/core/src/commitment/types.cairo
Lines 103 to 105 in c13b888
ibc-starknet/cairo-contracts/packages/core/src/channel/types.cairo
Lines 320 to 322 in c13b888
But because of #178, in the rust relayer code, we use Vec<Felt> for StateProof and Acknowledgment.
ibc-starknet/relayer/crates/starknet-chain-components/src/types/messages/ibc/packet.rs
Lines 77 to 81 in c13b888
Lines 143 to 146 in c13b888
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In cairo code, we use
Array<u8>
forStateProof
andAcknowledgment
ibc-starknet/cairo-contracts/packages/core/src/commitment/types.cairo
Lines 103 to 105 in c13b888
ibc-starknet/cairo-contracts/packages/core/src/channel/types.cairo
Lines 320 to 322 in c13b888
But because of #178, in the rust relayer code, we use
Vec<Felt>
forStateProof
andAcknowledgment
.ibc-starknet/relayer/crates/starknet-chain-components/src/types/messages/ibc/packet.rs
Lines 77 to 81 in c13b888
ibc-starknet/relayer/crates/starknet-chain-components/src/types/messages/ibc/packet.rs
Lines 143 to 146 in c13b888
The text was updated successfully, but these errors were encountered: