algorand / algorand/go-algorand
Simulate - run with unlimited foreign refs access and indirection
Abierto
new-feature-request
Team Scytale
- Lenguaje dominante
- Go
- Estrellas
- 1.4k
- Forks
- 537
- Merge medio
- 1 d 6 h
- PR fusionados (30 d)
- 17
Descripción
## 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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.