Notable Changes
- Fireblocks Signer support
- AWS KMS support for fireblocks secret key (recommended for production keys)
- Plain text support for fireblocks secret key (can be used for testing)
- Consensys Web3 Signer Support
- only
ETH1
keys supported
- only
Changelog
- 363c5d7 add integration tests for web3 signer (#124)
- c16b646 add basic web3 signer support (#123)
- 30f8d2c clarify error message (#90)
- 25dc7e2 add aws secret mgr support (#122)
- d3ef7e3 fireblocks in create config (#119)
- 4ed56f5 fix marshall yaml bug (#118)
- daba4bb add support for fireblocks wallet (#115)
- 433d322 Correct FAQ hyperlink (#117)
- daed8cd remove old config (#114)
- 7655062 support ~ in path (#113)
- d6b6ffa add more validation (#112)
- 2fa5937 add content policy warning (#110)
- f1ad851 add version update (#108)
What's Changed
- add version update by @shrimalmadhur in #108
- add content policy warning by @shrimalmadhur in #110
- add more validation by @shrimalmadhur in #112
- support ~ in path by @shrimalmadhur in #113
- remove old config by @shrimalmadhur in #114
- Correct FAQ hyperlink by @subnetdev0 in #117
- add support for fireblocks wallet by @shrimalmadhur in #115
- fix marshall yaml bug by @shrimalmadhur in #118
- fireblocks in create config by @shrimalmadhur in #119
- add aws secret mgr support by @shrimalmadhur in #122
- clarify error message by @andrewkmin in #90
- add basic web3 signer support by @shrimalmadhur in #123
- add integration tests for web3 signer by @shrimalmadhur in #124
New Contributors
- @subnetdev0 made their first contribution in #117
- @andrewkmin made their first contribution in #90
Full Changelog: v0.7.3...v0.8.0