Skip to content

Releases: nervosnetwork/ckb-standalone-debugger

ckb-debugger 0.20.0-rc4

08 Sep 01:33
3388bb7

Choose a tag to compare

Added three execution modes: full, fast and gdb

# full mode
# full mode is the default execution mode, and the usage of this mode as usual
$ ckb-debugger --tx-file=... --script-group-type=... --script-hash=...

# full mode support dummy tx
$ ckb-debugger --bin ...

# fast mode
# fast mode use asm machine to execute transactions, it lacks most of the debugging capabilities, such as pprof and heap/stack check
$ ckb-debugger --mode fast --tx-file=... --script-group-type=... --script-hash=...

# gdb mode
# gdb mode has no changes
$ ckb-debugger --mode gdb --gdb-listen ... ...

ckb-debugger 0.20.0-rc3

16 Aug 08:03

Choose a tag to compare

ckb-debugger 0.20.0-rc2

10 Aug 02:26
b3ed684

Choose a tag to compare

This version supports the pprof features. See the examples for more details

cd bins/tests
make run

ckb-debugger 0.5.0-rc1

26 Jul 08:56
c919a1d

Choose a tag to compare

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

ckb-debugger v0.4.2

26 Jul 08:52
c919a1d

Choose a tag to compare

Deprecated

ckb-debugger v0.4.1

05 Feb 02:00

Choose a tag to compare

Better binary name in version outputs

ckb-debugger v0.4.0-rc8

04 Feb 07:27

Choose a tag to compare

Fix archive path

ckb-debugger v0.4.0-rc7

04 Feb 07:23

Choose a tag to compare

Fix mac checksum calculation

ckb-debugger v0.4.0-rc6

04 Feb 07:15

Choose a tag to compare

Fix mac checksum calculation

ckb-debugger v0.4.0-rc5

04 Feb 07:07

Choose a tag to compare

Add macOS release binary