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
Problem:
Sending multiple equal transactions results into a strange error:
Unknown action 'undefined'
My guess is that this is because the transactions result into the same transaction hash because during the bankrun tests all tests use the same blockhash? Not sure though
Problem:
Sending multiple equal transactions results into a strange error:
My guess is that this is because the transactions result into the same transaction hash because during the bankrun tests all tests use the same blockhash? Not sure though
This code throws this error during execution:
This code does not throw an error when making the transactions unique by adding the look counter as a parameter in the transactions:
You can find the whole source code to reproduce here:
https://github.com/solana-developers/solana-game-preset/blob/main/program/jesttests/energy-refill-time.test.ts
The text was updated successfully, but these errors were encountered: