This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Releases: EspressoSystems/seahorse
Releases · EspressoSystems/seahorse
0.2.0
What's Changed
- Fix old git path by @Ancient123 in #59
- Re-export crates which form part of this crate's interface. by @jbearer in #60
- Switch to BIP39 mnemonics for checksum feature. by @jbearer in #61
- Point at HEAD of cap by @jbearer in #63
- Use a better bip39 crate. by @jbearer in #64
- Support address aggregation by @shenkeyao in #39
- Add transaction kind to Memos event. by @jbearer in #71
- Support recovery/password reset using mnemonic. by @jbearer in #76
- Support verified assets by @jbearer in #73
- Added functions to support getprivatekey wallet GUI endpoint by @kmchicoine in #78
- Clean up handling of transaction outputs. by @jbearer in #79
- Support accounts with metadata (description, used, etc.). by @jbearer in #83
- Don't burn dummy outputs, this leaks that they are dummy by @jbearer in #85
- Rename txn parameters to make src/dst more explicit by @shenkeyao in #87
- Add name, description, and icon to AssetInfo by @jbearer in #86
- Make freezing independent from get_public_key and modify backend records type by @shenkeyao in #88
- Miscellaneous improvements by @jbearer in #91
- Rework background key scans by @jbearer in #90
- Move key scans into account data structures. by @jbearer in #92
- Don't run timeout tests if the ledger timeout is too long by @jbearer in #93
- Update Espresso dependencies by @jbearer in #95
- Use CRS from ledger abstraction rather than creating directly by @jbearer in #94
- Add a test for pending transaction history by @jbearer in #97
- Updates for the espresso dustoff by @tri-joe in #99
- Remove unused file and debugging println by @jbearer in #102
- Replace AccountInfo field by @shenkeyao in #104
- Updating Snafu crate to 0.7 by @nyospe in #121
- Add hash to TransactionHistoryEntry by @bfish713 in #124
- pre-fix clippy issues for 1.60.0 toolchain by @nyospe in #125
- More stylish default metadata for the native asset by @jbearer in #126
- Bump rust-argon2 from 0.8.3 to 1.0.0 by @dependabot in #54
- Bump strum from 0.20.0 to 0.24.0 by @dependabot in #57
- Bump jf-cap from
d4d22d8
to4c879a5
by @dependabot in #122 - Update strum usage to avoid deprecated API by @jbearer in #130
- Create a public API to expose derivation of keys from a mnemonic by @jbearer in #131
- Add Seahorse version to wallet persistent storage. by @jbearer in #139
- Enable fee input to come from any of the sending accounts. by @jbearer in #141
- Batch insert record commitments. by @jbearer in #138
- Add benchmarks for ledger scanner by @jbearer in #135
- Use Rust Docker for benchmarks CI by @jbearer in #143
- Remove mention of "in progress" for code documentation. by @philippecamacho in #147
- Pin All Dependencies to Tagged Versions by @bfish713 in #146
New Contributors
- @kmchicoine made their first contribution in #78
- @tri-joe made their first contribution in #99
- @nyospe made their first contribution in #121
- @bfish713 made their first contribution in #124
- @dependabot made their first contribution in #54
- @philippecamacho made their first contribution in #147
Full Changelog: 0.1.0...0.2.0
Release 0.1.0
Merge pull request #38 from EspressoSystems/no-ssh Remove SSH git references