Skip to content

v0.24.0

Compare
Choose a tag to compare
@greenhat greenhat released this 12 May 11:44
· 211 commits to develop since this release
ergo-lib-v0.24.0
4dbb39d

[0.24.0] - 2023-05-12

Added

  • Introduce Wallet::sign_tx_input; by @greenhat in #689
  • Introduce transaction::verify_tx_input_proof by @greenhat in #691
  • Tuple expression support in register values by @greenhat in #702
  • Include backtrace on error in Expr::check_post_eval_tpe by @greenhat in #713
  • enable TC39 weak ref support in wasm-bindgen by @greenhat in #682

Changed

  • update wasm-pack build command to use --dev profile for *-alpha builds; by @greenhat in #697

Fixed

  • fix wrong AvlTree method ids and missing PropertyCall type specialization by @greenhat in #696
  • Store error message in RegisterValue::Unparseable and show it on writer-based serialization error by @greenhat in #699