multi transaction support in _filetest.gno
#934
Labels
help wanted
Want to contribute? We recommend these issues.
📦 🤖 gnovm
Issues or PRs gnovm related
🌱 feature
New update to Gno
Milestone
The goal is to discover an efficient format that enables chaining tests in a single file while preserving the state between calls, mimicking real transactions in real-life scenarios.
This approach would help overcome a limitation with the
banker
module andstd.GetOrigSend
. Currently, the context setsstd.GetOrigSend
, and the final transfer only occurs when the VM keeper completes the transaction. By finding a suitable format, we can address this limitation and create a more realistic testing environment.Maybe something like this:
The text was updated successfully, but these errors were encountered: