Skip to content

v0.10.0

Compare
Choose a tag to compare
@greenhat greenhat released this 22 Apr 11:58
· 2222 commits to develop since this release
ergo-lib-v0.10.0
1e548c9

[0.10.0] - 2021-04-22

Added

  • Add MinerPubKey and Global as global variables #232;
  • Implement parser and evaluator for DH tuple #233;
  • Add method descriptions for SContext (serialization) #235
  • Implement GetVar #236
  • Implement Atleast IR node (serialization) #237
  • Implementation of Deserialize{Context,Register} (serialization) #239
  • WASM: fix DataInput construction, ErgoStateContext construction from parsed JSON block headers #238

Changed

  • Explicitly handle errors in SMethod::from_ids & and PropertyCall deserialization #231;
  • Fix flatmap method & GET_VAR opcode #234;