All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.0 (2023-10-23)
0.6.3 (2023-10-18)
0.6.2 (2023-07-18)
- sign: pass wallet uuid for signing (a748d97)
0.6.1 (2023-07-13)
- addressType conflict check not applicable for text xpubs (185fc01)
- build: bring back hash routing (ed83bf4)
- scriptexplorer: change the error message for spending from new wallet (1923dad), closes #172
- scriptexplorer: show error message trown in fethUTXOs (158fb61), closes #172
- scriptexplorer: when no error is trown check for 0 balance (cb96364)
- wallet: add delay to address and utxo calls (d9774c1), closes #317
0.6.1 (2023-06-29)
- bad import (#299) (e646ebb)
- scriptexplorer: change the error message for spending from new wallet (1923dad), closes #172
- scriptexplorer: show error message trown in fethUTXOs (158fb61), closes #172
- scriptexplorer: when no error is trown check for 0 balance (cb96364)
- wallet: add delay to address and utxo calls (d9774c1), closes #317
0.6.0 (2023-04-17)
0.4.0 (2023-03-06)
- ledger v2 backwards compatible support (4d22cfc)
0.3.13 (2021-12-09)
0.3.12 (2021-12-09)
0.3.11 (2021-09-02)
0.3.10 (2021-07-29)
0.3.9 (2021-07-28)
- address: improve bip32 path editability (#226) (77ae07f)
- wallet: adds utxo selection to manual spend on wallet interface (#223) (ef4ab05)
0.3.8 (2021-06-03)
0.3.7 (2021-06-01)
- wallet: basic coin selection on spend (#221) (3917999)
- wallet: handle binary psbt properly (#217) (959f111)
0.3.6 (2021-05-01)
- deps: update unchained libs to latest version (#215) (1f447ed)
- deps: update unchained libs to latest version (#220) (052269a)
- other: replace corsproxy with nginx reverse proxy (#210) (87017e8)
- pubkeyimporter: jS error when using Enter as text with incorrect access type (#205) (3201aa5)
- wallet: fix typo on wallet import page (#211) (8aea08d)
0.3.5 (2021-01-12)
- deps: upgrade unchained-wallets to 0.1.15 (fdce789)
- wallet: direct Edit Details btn to editable pubkey page (6fc3d84), closes #109
0.3.4 (2020-12-21)
- wallet: bugfixes, bump uc libs, adds coldcard support (ac11da6)
- dependencies: two deps with breaking changes (14b4f8d)
- dependencies: unchained-wallets to 0.1.14 (3dc473e)
- dependencies: update deps with npm audit fix (df6ff18)
- dependencies: update uc-b to 0.1.2 (d99d46a)
- slices: use unixtime to compare lastUsed dates (d4983ff)
- testrunner: fix typos on cc test runner (6be96aa)
- wallet: bug with coldcard wallet config p2sh-p2wsh ordering (f599c03)
- wallet: handle old config files properly, guard against unknown/null (a70d78d)
- wallet: hermit test suite updates (5d97ed3)
- wallet: show bip32path if signing via redeem_script interface (19e69a5)
0.3.3 (2020-08-03)
- dependencies: update unchained libraries (4f77ff5)
- other: fix npm packages with low severity vulnerabilities (#167) (44cedd0), closes #134
0.3.2 (2020-07-27)
- dependencies: update unchained-wallets to 0.1.6 (6eb62bc)
0.3.1 (2020-07-14)
- dependencies: update unchained-wallets to 0.1.3 (6abefcc)
0.3.0 (2020-07-09)
Adds the ability to provide a starting address index with which to load addresses. This is useful if the user started at a higher bip32 suffix than 0/0
(the default).
Also fixes a bug in confirm on device.
- wallet: None
- slices: None
- slices: confirmAddress can handle unknown method (fb31758)
0.2.1 (2020-06-29)
- update unchained-wallets for webusb support and improved ledger interactions (df66943)
- update config requirements to allow for unknown signing method and empty client (bcada9d)
0.2.0 (2020-05-20)
- add wallet feature using xpubs (3514039)
- add test suite for testing hardware wallets (3514039)
- add commitlint and commitzen (6fff3b7)
- add cypress and example test (25d7959)
- adds react-testing-library (fc152d4)
- add changelog.md to the project (5b47948)
- fixes inconsistencies in wallet balance update after spend (fd214eb)
- update CTAs on landing page (6a8e443)
- update html meta description text (f7b1443)
- fix display error in outputs when switching b/w spend modes (4a803f0)
- fix copyright year in footer (4a0d98c)
- Added a paragraph to the readme about how to use corsproxy. (4d56afa)
0.1.5 (2019-11-14)
- disable remove signature on broadcast (94e1a0f)
- fix output errors being covered up (4838009)
- no estimate rate gathering signatures (65eef87)
- fix wrapping issues (92f352d)
0.1.4 (2019-11-13)
- Added configuration to allow travis ci to automatically deploy tagged commits. (ff7d367)
0.1.3 (2019-11-13)
- Adding README, fixed broken CORS doc link. (2c23cc9)
0.1.2 (2019-11-13)
- Added a string showing the current version to the footer. (e8cab10)
- fix readme links (a9249d2)
0.1.1 (2019-11-12)
- Initial caravan release