aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[Bug][Aptos-debugger] Panic when executing past transactions

Open rahxephon89 opened this issue 1 year ago • 0 comments

🐛 Bug

When executing the following command: cargo run --release -p aptos-debugger -- move execute-past-transactions --begin-version 1000000 --limit 20000 --rest-endpoint https://api.mainnet.aptoslabs.com/v1, aptos-debugger will panic with the following message: thread 'main' panicked at 'not implemented', aptos-move/aptos-validator-interface/src/lib.rs:267:9

rahxephon89 avatar Dec 18 '23 18:12 rahxephon89