Inconsistent VIDA Results from Non-Deterministic Execution?
python# Seed RNG with block hash of transaction
import hashlib
seed = hashlib.sha256(pwr_chain.get_block_header(tx.block_height)).digest()
random.seed(seed) PreviousHow does PWR Chain Resolve Inconsistent VIDA Execution Results?NextAre there any restrictions on external API calls within VIDAs?
Last updated
Was this helpful?
