sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[Bug] `Error executing transaction: Output record must be Version 0 before Consensus V8`

Open zklimaleo opened this issue 2 months ago • 3 comments

🐛 Bug Report

Hitting error while executing token_registry.aleo/mint_private with the SDK using local devnet of snarkos refs/heads/mainnet 8d710d7e211111d339dc9a6292a0e6f87508eb74 features=[default,history,snarkos_node_metrics,test_network]

Error message: Error executing transaction: Output record must be Version 0 before Consensus V8

The same code works fine on endpoint https://api.explorer.provable.com/v1

Steps to Reproduce

Execute token_registry.aleo/mint_private with the SDK using local devnet

Code snippet to reproduce

Devnet started with the below command:

leo devnet --verbosity 4 --clear-storage --snarkos $HOME/devel/aleo/snarkOS/target/release/snarkos --snarkos-features test_network --consensus-heights 0,5,6,7,8,9,10,11,12,13,14 --yes

Stack trace & error message

Error executing transaction: Output record must be Version 0 before Consensus V8

Expected Behavior

Able to execute transaction.

Your Environment

  • Provable SDK v0.9.11
  • rustc 1.91.1
  • MacOS Tahoe 26.1

zklimaleo avatar Nov 18 '25 14:11 zklimaleo