Skip to content

1.0.1

Compare
Choose a tag to compare
@hoffmang9 hoffmang9 released this 07 Apr 05:54
· 258 commits to main since this release

Added

  • We added benchmarking for the Python bindings to support determining Chialisp costs.

Changed

  • We no longer block on the Python GIL so chia-blockchain can more easily parallel process intense signature verfications.
  • We have made various improvements to signature validation.
  • We now ensure that relic_core_initializer call is thread-aware. Thanks @kittywhiskers and the Dash team.
  • We bumped relic version to include improved g1_is_valid() and g2_is_valid().
  • Relic now uses main and not master and changed from COMP to CFLAGS.

Fixed

  • ARM64 runners were failing due to lingering git submodules.