Signer v0.8.1
Breaking changes
Signer backup format has changed. While you can still use the old format, it's recommended to re-export signer backup shares.
signer backup export --all --db path/to/signer.db
Signer will also periodically take an encrypted snapshot of everything now.
Changelog
[0.8.1]
- add configuration to override peers' socket
- build binaries as static
[0.8.0]
- new resource based api with Treasury integration
- use new ffi-contract interface instead of cosmwasm
- add more and simplier CLI commands for managing backups
- add hourly encrypted snapshotting during runtime
- change encrypted resource backups to save as json files and not store metadata in filename.
- remove state streaming
[0.7.13]
- change base image to rocky
[0.7.12]
- fix oom condition in s2s
[0.7.11]
- optional fix for Taproot signing (experimental, maybe be removed again without bumping major version)
- prevent spinning of
signer
when run as single node - remove OpenSSL requirement (libssl.so and libcrypto.so)
- make target for static signer/coordinator binaries
[0.7.10]
- support new pagination response from contract
[0.7.9]
- Now try to use both signer-N and signer-N@treasury usernames with Treasury
- Config + CLI option to pass username override
[0.7.8]
- Enable multiarch builds (amd64, arm64)