Skip to content

v1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 16:33
· 6 commits to master since this release
da347ea
1) feat: make serialized objects Uint8Array instead of Buffer (matthe…

…wkeil)

(SHA: 58fec8260dbcf5794e8dee028729a5eba25b64d9)

2) test: add test for serialization to Uint8Array (matthewkeil)
(SHA: ad25433bfbf0f9dac9b53c14bf441b6cc3fe83ac)

3) feat: switch to Buffer.from(this.serialize().buffer).toString("hex") (matthewkeil)
(SHA: 848bf90ab1a277196d414791f70714d58d0bf7af)

4) fix: explicitly pass arraybuffer offset and length (matthewkeil)
(SHA: acc608ad1790ce80816640d86c9a9977f35a59d8)

5) Merge pull request #134 from ChainSafe/mkeil/serialize-to-uint8array

feat: make serialized objects Uint8Array instead of Buffer (matthewkeil)
(SHA: 05be5dac3b2c296f3627e06f75623aaba4d1fa78)

6) feat: make sure random bytes are non-zero (#135)

* feat: make sure random bytes are non-zero

* fix: set value to 1 for first byte (matthewkeil)
(SHA: 3d6d01570da96d6fddbedbf995edc9d5548bf524)

7) feat: update blst submodule (#137) (matthewkeil)
(SHA: 261268747f66254faa0102200490ab24b99b58a9)

8) feat: support esm and cjs (#136)

* feat: support esm and cjs

* chore: remove old comment

* chore: lint

* chore: lint

* fix: fuzz test tsconfig

* test: separate unit test cases (matthewkeil)
(SHA: 37b13881307ee4eb8fb8a4a84f6cafccfde5293c)

9) fix: bug in verifyMultipleAggregateSignatures (#138) (matthewkeil)
(SHA: 1a980f4df9662b55e8f21be6b300fa2b30a5c65b)

10) fix: small issues post merge (#140)

* fix: force bindings to build in CI

* refactor: clean up using string_literals and header includes

* fix: dev script

* fix: lint command

* chore: lint (matthewkeil)
(SHA: 3ea2b0be1aaf78039a6c37396e8f1b855c8a019d)

11) chore: publish 1.0.1 (#141)

* chore: publish 1.0.1

* feat: force build in CI docker containers (matthewkeil)
(SHA: da347eacc4380a2320de6f6c23051669c23e46bc)