This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
bug: Invoking transaction on contract fails in newer madara versions #1539
Labels
bug
Something isn't working
Bug Report
Madara version:
194cf75 to latest in main
Current behavior:
When attempting to call
starknet_addInvokeTransaction
multiple times on a ERC20 contract the following errors occurs:Similar errors also occur for other calls, like with minting in ERC721.
Expected behavior:
No issues should occur when invoking these transactions.
Steps to reproduce:
Calling multiple transations (including just two) on the same method on any contract should replicate this issue.
Here is a repository for a minimal example which replicates this issue: https://github.com/Angel-Petrov/Madara-Invoke-Bug
Related code:
This issue was originally found via gomu gomu.
The text was updated successfully, but these errors were encountered: