Maize-Network / maize-blockchain

https://maize.farm
Apache License 2.0
15 stars 5 forks source link

Bump blspy from 1.0.6 to 1.0.15 #15

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps blspy from 1.0.6 to 1.0.15.

Release notes

Sourced from blspy's releases.

1.0.15

What's Changed

  • Performance improvements and minor bug fixes

New Contributors

Full Changelog: https://github.com/Chia-Network/bls-signatures/compare/1.0.14...1.0.15

1.0.14

npm release

1.0.13

Fix windows multithreading

1.0.12

BLS performance improvements

1.0.11

Fix multithreading in Windows Relic

1.0.10

Added support for releasing Python GIL

1.0.9

What's Changed

Full Changelog: https://github.com/Chia-Network/bls-signatures/compare/1.0.8...1.0.9

1.0.8

Python 3.10 support

1.0.7

Fix G1 and G2 cache in PrivateKey Fix compiler warnings

Commits
  • 74e0dac rework build matrix to a single workflow (#338)
  • a1b4726 add unchecked version of GTElement.from_bytes
  • 1dabb75 fix Bytes signatures. Byte is a span-type, it should be passed by value
  • aae3aff Fix a typo. Addresses issue #336
  • a88318c Fix bit getters in point deserialization
  • 34f504b NPM Publish (#335)
  • f358850 Update Catch2 to v3.0.0-preview5. (#320)
  • 51d8973 lighter-weight buffer handling
  • 09db47d from_bytes_unchecked
  • 7bee1a3 Always CheckValid before NativeVerify
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #17.