v0.21.1
greenhat
released this
21 Nov 13:47
·
321 commits
to develop
since this release
[0.21.1] - 2022-11-21
Added
ErgoBox::from_box_candidate
in Wasm API #651;
Changed
- unparseable register value should not prevent parsing
ErgoBox
from JSON #647; - rename
NonMandatoryRegisters:get
toNonMandatoryRegisters::get_constant
and returnNone
if the register value is unparseable #647; - add
NonMandatoryRegisters:get
returning newRegisterValue
holding either aConstant
or unparseable bytes #647;