Changelog
This is the first major release of tofnd
:
ed25519
is now supportedtofnd
is now published oncrates.io
. You can install it viacargo install tofnd
(requiresprotoc
to be installed).- The unused GG20 threshold signature scheme has been removed, and hence dependency on
libgmp
has also been removed. - Rust
2021
edition is now used. - Rust MSRV bumped to
1.78
and dependencies have been updated.
What's Changed
- fix(build): add arm64 build by @milapsheth in #289
- chore: bump version by @milapsheth in #291
- chore: change default ip by @milapsheth in #295
- fix: default ip by @milapsheth in #297
- feat: adding darwin arm64 build by @kalidax in #306
- chore(build): update workflow to macos-latest by @milapsheth in #308
- fix(entrypoint): environment variables by @jcs47 in #307
- chore(devops): upgrade runners to ubuntu latest by @talalashraf in #315
- fix(docker): remove
latest
tag from gh action by @jcs47 in #316 - chore: remove unnecessary step in gh actions by @milapsheth in #318
- fix(build): use fixed version of rust base image for binary build by @RiceAndMeet in #319
- Add Ed25519 support by @eranrund in #317
- fix: pin rustc 1.72 by @milapsheth in #321
- chore(infra): update cosign version and add -y flag to sign command by @talalashraf in #325
- refactor!: remove gg20 support by @milapsheth in #330
- chore: update deps by @milapsheth in #331
- ci: use ubuntu runners by @milapsheth in #332
- fix!: specify scrypt params explicitly by @milapsheth in #333
- ci: update codeowners by @milapsheth in #334
- fix(docker): install protoc in dockerfile by @milapsheth in #335
New Contributors
- @RiceAndMeet made their first contribution in #319
- @eranrund made their first contribution in #317
Full Changelog: v0.10.0...v1.0.0