Skip to content

v0.5.0

Compare
Choose a tag to compare
@greenhat greenhat released this 04 Feb 13:59
· 2548 commits to develop since this release
ergo-lib-v0.5.0
4f3a3b3

[0.5.0] - 2021-02-04

Added

  • CalcBlake2b256 IR node evaluation and serialization #179;
  • Arith ops (+, -, *, /) IR node evaluation and serialization #181;
  • Comparison ops (>, >=, <, <=) IR node evaluation and serialization #182;
  • AND, Collection (collection declaration), BinAnd IR nodes evaluation and serialization #183;
  • Or, BinOr IR nodes evaluation and serialization #184;
  • LogicalNot IR nodes evaluation and serialization #185;
  • Map, Filter IR nodes evaluation and serialization #186;
  • BoolToSigmaProp, If, Min, Max IR nodes evaluation and serialization #187;
  • ByIndex, Box.tokens IR nodes evaluation and serialization #188;