Skip to content

ckb-debugger 0.5.0-rc1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 08:56
c919a1d

This version supports the hardfork features of ckb. It brings some new features and some performance optimizations. For detailed modifications, please refer to:

The --script-version parameter has been added, when it is 1, it means that the hardfork features will take effect. Note that the default value of script-version is now 1. If it is 0, it means that the behavior of ckb-debugger will be the same as the previous version(v0.4.1).

use --script-version=1

bins/target/debug/ckb-debugger --max-cycle 1000000 --script-group-type type --script-version 1 --tx-file tests/programs/sample_data1.json --script-hash 0xca505bee92c34ac4522d15da2c91f0e4060e4540f90a28d7202df8fe8ce930ba

use --script-version=0

bins/target/debug/ckb-debugger --max-cycle 1000000 --script-group-type type --script-version 0 --tx-file tests/programs/sample.json --script-hash 0xee75995da2e55e6c4938533d341597bc10add3837cfe57174f2ee755da82555c