Skip to content

v0.21.1

Compare
Choose a tag to compare
@greenhat greenhat released this 21 Nov 13:47
· 321 commits to develop since this release
ergo-lib-v0.21.1
b81f123

[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 to NonMandatoryRegisters::get_constant and return None if the register value is unparseable #647;
  • add NonMandatoryRegisters:get returning new RegisterValue holding either a Constant or unparseable bytes #647;