You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
the current implementation only waits for execution status, instead it should wait for finality status. The description is correct, but the implementation is wrong.
I think there is still a slight delay between SUCCEEDED and ACCEPTED_ON_L2 right? Some problems might arise when we are executing multiple transactions together that depend on one another sequentially.
If the term acceptance is being used, I suppose it is referring to finality_status?
Describe the bug
the current implementation only waits for execution status, instead it should wait for finality status. The description is correct, but the implementation is wrong.
https://github.com/focustree/starknet.dart/blob/37d0192351ad57632a6a9933530e2b3b69c39fb4/packages/starknet/lib/src/util.dart#L120C1-L142C2
The text was updated successfully, but these errors were encountered: