Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Investigate and fix tx: 0x00465423fa36ef5073fd153a71354c4ace3215db289a8cec358ae61f3141dbea #1144

Closed
juanbono opened this issue Nov 15, 2023 · 3 comments · May be fixed by propeller-heads/starknet_in_rust#1
Assignees
Labels
bug Something isn't working

Comments

@juanbono
Copy link
Collaborator

I throws the following error:
Error("unknown variant flat, expected one of key, data, nested")

Link to the transaction in the explorer: https://testing.starkcompass.com/transactions/0x7d33fb412498d05e5b264ac7ead3a767b80bacff522f23174e039bbeb8e08ea

Looks like it is related to a language change and an update of the starknet-api crate.

@juanbono juanbono added the bug Something isn't working label Nov 15, 2023
@fmoletta fmoletta self-assigned this Nov 16, 2023
@fmoletta
Copy link
Contributor

Bumping cairo_lang imports to 2.3.0 solves this issue.
Running the tx yields the same fee & resources as blockifier but there is a difference in the resources when compared to the ones from mainnet

@tvinagre
Copy link

This PR seems to fix it: #1148

Also, if anyone needs it before the next release, I've remade the PR above but by branching off from the latest release (0.4.0) instead of main: propeller-heads#1

@juanbono
Copy link
Collaborator Author

Thanks @tvinagre ! We already merged that PR!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants