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
Currently, we use a Pending block id to query the latest state.
Pending
ibc-starknet/relayer/crates/starknet-chain-components/src/impls/contract/call.rs
Lines 21 to 38 in e64a8ec
Ideally, we should have
call_contract_with_latest_height
BlockTag::Pending
call_contract
u64
Note: this is different than #182 which also discusses querying a proof at a specific block.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we use a
Pending
block id to query the latest state.ibc-starknet/relayer/crates/starknet-chain-components/src/impls/contract/call.rs
Lines 21 to 38 in e64a8ec
Ideally, we should have
call_contract_with_latest_height
- takes no block id and possibly usesBlockTag::Pending
call_contract
- takes a block id oru64
.Note: this is different than #182 which also discusses querying a proof at a specific block.
The text was updated successfully, but these errors were encountered: