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
Madara version: 954e2ba
Current behavior:
L2 Sync stops at block 1342 due to data did not match any variant of enum GatewayResponse from Starknet-rs.
1342
data did not match any variant of enum GatewayResponse
Expected behavior:
L2 sync should be able to fetch blocks indefinitely.
Steps to reproduce:
Run L2 sync until block 1342.
Related code:
download_class in deoxys/crates/client/deoxys/src/l2.rs
deoxys/crates/client/deoxys/src/l2.rs
let core_class = provider.get_class(BlockIdCore::Hash(block_hash), class_hash).await?;
Other information:
⚠️ Will need to update codebase to Starknet-rs v6 to benefit from this fix!
Issue is fixed as of commit c974e5c of Starknet-rs. This implies some significant refactoring due a large version mismatch with Deoxys.
The text was updated successfully, but these errors were encountered:
Merge pull request #117 from Trantorian1/main
a856f04
Fix #116
starknet_getClassAt
starknet_getClassHashAt
jbcaron
Trantorian1
Successfully merging a pull request may close this issue.
Bug Report
Madara version: 954e2ba
Current behavior:
L2 Sync stops at block
1342
due todata did not match any variant of enum GatewayResponse
from Starknet-rs.Expected behavior:
L2 sync should be able to fetch blocks indefinitely.
Steps to reproduce:
Run L2 sync until block
1342
.Related code:
download_class in
deoxys/crates/client/deoxys/src/l2.rs
Other information:
Issue is fixed as of commit c974e5c of Starknet-rs. This implies some significant refactoring due a large version mismatch with Deoxys.
The text was updated successfully, but these errors were encountered: