Releases: nervosnetwork/ckb-vm
Releases · nervosnetwork/ckb-vm
v0.24.2
v0.24.1
v0.24.0
In this minor version, we mainly did the following things
- We can specify the virtual machine memory size at initialization for spawned scripts. Allowing the ckb-vm to specify memory size ensures that each workload has access to the resources it needs, without wasting resources on unused memory @joii2020
- Implement A Standard Extension. Some third-party libraries may contain atomic instructions, and implementing atomic instructions in the ckb-vm is helpful for code porting @mohanson
- Macro-Operation Fusion. There are 5 MOPs added in v0.24.0, there are:
ADCS
,SBBS
,ADD3A
,ADD3B
andADD3C
@xxuejie
v0.24.0-beta
Bump version to v0.24.0-beta (#332)
v0.23.2
v0.23.1
v0.22.2
v0.24.0-alpha
ChangeLog
- Support dynamic setting of memory #304
- Some small optimizations