algorand / algorand/go-algorand
Simulate - run with unlimited foreign refs access and indirection
Open
new-feature-request
Team Scytale
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 537
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 18
Description
## Problem
It is sometimes difficult to determine which foreign resources an app call will need ahead of time.
In a simulate environment where we are not as resource constrained, it should be possible to run without limit - if someone is running their own node, for example.
## Solution
When using simulate, allow an app call to evaluate while ignoring the foreign arrays and their limitations.
This functionality should be disabled by default for new nodes.
Contributor guide
Assessment
This issue has not been assessed yet.