3181 Commits

Author SHA1 Message Date
fbwoolf
0519dcf556 fix: catch rpc sign psbt error 2023-07-27 13:19:46 +00:00
Prasad Nilkanth Kulkarni
4ad34c8b08 fix: Fix max width on Stacks contract UI , closes #3966 2023-07-27 12:51:37 +00:00
kyranjamie
ac24e3eb96 refactor: nft queries 2023-07-26 17:32:26 +00:00
kyranjamie
1d33b07825 refactor: rename BalanceList to AssetList 2023-07-26 17:32:26 +00:00
kyranjamie
559fba678b refactor: nft hooks 2023-07-26 17:32:26 +00:00
kyranjamie
aa5d9048d4 fix: add StacksAccountLoader 2023-07-26 17:32:26 +00:00
semantic-release-bot
824ea332a8 chore(release): 6.1.0
## [6.1.0](https://github.com/hirosystems/wallet/compare/v6.0.0...v6.1.0) (2023-07-26)

### Features

* implement increase btc pending tx fee, closes [#3416](https://github.com/hirosystems/wallet/issues/3416) ([11614ad](11614ad15e))
* validate subnet network id ([53bc4f5](53bc4f5b32))

### Bug Fixes

* csp img-src allowed urls ([361b79e](361b79e7aa))
* propagate subnet chain id in selector ([0ebcbc2](0ebcbc2dbb))
* propagate subnet chain id to networks actions ([c981fdb](c981fdb1fa))
* public key type error ([26485c8](26485c891a))
* remove magic recovery code, closes [#2955](https://github.com/hirosystems/wallet/issues/2955) ([fa9d13b](fa9d13bf51))
* signPsbt error routing ([1e58c56](1e58c56230))
* xpub version mismatch in software mode ([89d77df](89d77df751))

### Internal

* add subnet chain id to the network configuration ([2d93f5a](2d93f5ad05))
* ledger ([1e8d229](1e8d229967))
* psbt error handling, closes [#3804](https://github.com/hirosystems/wallet/issues/3804) ([848e0fc](848e0fcb46))
* psbt signing with default tapInternalKey, closes [#4007](https://github.com/hirosystems/wallet/issues/4007) ([75d8760](75d87606fe))
* psbt uxui, closes [#3849](https://github.com/hirosystems/wallet/issues/3849) ([e48726e](e48726e6a5))
* remove unused address regeneration code, ref [#2894](https://github.com/hirosystems/wallet/issues/2894) ([47239e6](47239e66cd))
* rename peer network id ([09812ac](09812ac631))
2023-07-26 11:45:17 +00:00
kyranjamie
df43e620ab Merge pull request #4056 from hirosystems/release/subnet-support
Release/subnets and psbt ux
2023-07-26 12:43:53 +01:00
fbwoolf
1e58c56230 fix: signPsbt error routing 2023-07-25 20:54:24 +00:00
fbwoolf
262a226a31 Merge branch 'main' into dev 2023-07-25 13:38:48 -05:00
janniks
09812ac631 refactor: rename peer network id 2023-07-25 18:29:58 +00:00
janniks
0ebcbc2dbb fix: propagate subnet chain id in selector 2023-07-25 18:29:58 +00:00
janniks
c981fdb1fa fix: propagate subnet chain id to networks actions 2023-07-25 18:29:58 +00:00
janniks
2d93f5ad05 refactor: add subnet chain id to the network configuration 2023-07-25 18:29:58 +00:00
Hugo Caillard
4de37af78c draft: attempt to make it work 2023-07-25 18:29:58 +00:00
Hugo Caillard
53bc4f5b32 feat: validate subnet network id 2023-07-25 18:29:58 +00:00
fbwoolf
361b79e7aa fix: csp img-src allowed urls 2023-07-25 16:00:10 +00:00
fbwoolf
75d87606fe refactor: psbt signing with default tapInternalKey, closes #4007 2023-07-25 16:00:10 +00:00
fbwoolf
e48726e6a5 refactor: psbt uxui, closes #3849 2023-07-25 16:00:10 +00:00
fbwoolf
848e0fcb46 refactor: psbt error handling, closes #3804 2023-07-25 16:00:10 +00:00
kyranjamie
5168e3a1aa ci: add merge_group rule 2023-07-25 15:37:16 +00:00
alter-eggo
26485c891a fix: public key type error 2023-07-25 13:55:59 +00:00
semantic-release-bot
57ac5502cd chore(release): 6.0.0
## [6.0.0](https://github.com/hirosystems/wallet/compare/v5.0.0...v6.0.0) (2023-07-25)

### ⚠ BREAKING CHANGES

* this change is sufficient enough to warrant a major
bump

### Features

* added bitcoin contract request page ([83cf049](83cf0491e4))
* added use-bitcoin-contract hook and additional functions and configs ([626ef0b](626ef0beeb))
* extended rpcmethods with bitcoin contract related case, added routes and success/failure pages ([f0ff7af](f0ff7afba1))
* manifest v3 release trigger ([80615ca](80615cac13))

### Bug Fixes

* added back dlc-wasm-wallet package ([ba27aaf](ba27aaf4a2))
* added working package.json ([e8067d0](e8067d0c99))
* cross install tracking ([3bc59ac](3bc59ac5dc))
* fixed frozen lockfile ([536aeec](536aeec5f6))
* made requested css and const changes ([8846e0e](8846e0e7d9))
* modified bitcoin contract request ui (width, size, weight) ([36d7c80](36d7c8004f))
* modified yarn lock file ([52b1d14](52b1d14632))
* multi extension loading ([03465c0](03465c06fe))
* only show errors when field not in focus, closes [#3766](https://github.com/hirosystems/wallet/issues/3766) ([abffd71](abffd71765))
* ran prettier formatting ([16ca959](16ca959526))
* ran prettier formatting ([515b1e5](515b1e506a))
* remove warning banner ([b3427bf](b3427bfcbf))
* type errors ([a2598a9](a2598a9498))
* unprocessable pending txs balance subtraction, closes [#3921](https://github.com/hirosystems/wallet/issues/3921) ([2d284db](2d284db493))

### Internal

* **release:** 4.36.0 ([8184b75](8184b75b89)), closes [#3989](https://github.com/hirosystems/wallet/issues/3989) [#3921](https://github.com/hirosystems/wallet/issues/3921) [#2330](https://github.com/hirosystems/wallet/issues/2330) [#3954](https://github.com/hirosystems/wallet/issues/3954) [#3789](https://github.com/hirosystems/wallet/issues/3789) [#3518](https://github.com/hirosystems/wallet/issues/3518) [#3871](https://github.com/hirosystems/wallet/issues/3871)
* **release:** 5.0.0 ([0e73a1e](0e73a1e44c))
2023-07-25 13:42:41 +00:00
Fara Woolf
4c3618ba6c Merge pull request #4041 from hirosystems/release/dlc-link
Release/dlc link
2023-07-25 08:41:18 -05:00
alter-eggo
11614ad15e feat: implement increase btc pending tx fee, closes #3416 2023-07-25 12:05:00 +00:00
kyranjamie
fa9d13bf51 fix: remove magic recovery code, closes #2955 2023-07-25 11:52:46 +00:00
kyranjamie
89d77df751 fix: xpub version mismatch in software mode 2023-07-25 11:52:46 +00:00
kyranjamie
47239e66cd refactor: remove unused address regeneration code, ref #2894 2023-07-25 11:52:46 +00:00
kyranjamie
1e8d229967 refactor: ledger 2023-07-25 11:52:46 +00:00
kyranjamie
f809abcda9 Merge remote-tracking branch 'origin/main' into dev 2023-07-25 11:13:49 +01:00
kyranjamie
3bc59ac5dc fix: cross install tracking 2023-07-24 10:31:37 +00:00
kyranjamie
b3427bfcbf fix: remove warning banner 2023-07-24 07:56:12 +00:00
kyranjamie
03465c06fe fix: multi extension loading 2023-07-21 13:45:47 +00:00
kyranjamie
a2598a9498 fix: type errors 2023-07-20 11:49:06 +00:00
Polybius93
536aeec5f6 fix: fixed frozen lockfile 2023-07-20 11:49:06 +00:00
Polybius93
ba27aaf4a2 fix: added back dlc-wasm-wallet package 2023-07-20 11:49:06 +00:00
Polybius93
e8067d0c99 fix: added working package.json 2023-07-20 11:49:06 +00:00
Polybius93
52b1d14632 fix: modified yarn lock file 2023-07-20 11:49:06 +00:00
Polybius93
16ca959526 fix: ran prettier formatting 2023-07-20 11:49:06 +00:00
Polybius93
36d7c8004f fix: modified bitcoin contract request ui (width, size, weight) 2023-07-20 11:49:06 +00:00
Polybius93
515b1e506a fix: ran prettier formatting 2023-07-20 11:49:06 +00:00
Polybius93
8846e0e7d9 fix: made requested css and const changes 2023-07-20 11:49:06 +00:00
Polybius93
f0ff7afba1 feat: extended rpcmethods with bitcoin contract related case, added routes and success/failure pages 2023-07-20 11:49:06 +00:00
Polybius93
626ef0beeb feat: added use-bitcoin-contract hook and additional functions and configs 2023-07-20 11:49:06 +00:00
Polybius93
83cf0491e4 feat: added bitcoin contract request page 2023-07-20 11:49:06 +00:00
Pete Watters
abffd71765 fix: only show errors when field not in focus, closes #3766 2023-07-19 15:03:16 +00:00
semantic-release-bot
0e73a1e44c chore(release): 5.0.0
## [5.0.0](https://github.com/hirosystems/wallet/compare/v4.36.0...v5.0.0) (2023-07-18)

### ⚠ BREAKING CHANGES

* this change is sufficient enough to warrant a major
bump

### Features

* manifest v3 release trigger ([d0c8b3a](d0c8b3a781))
2023-07-18 13:37:32 +02:00
kyranjamie
80615cac13 feat!: manifest v3 release trigger
BREAKING CHANGE: this change is sufficient enough to warrant a major
bump
2023-07-18 13:37:32 +02:00
kyranjamie
83bfae6a77 ci: remove node v16 2023-07-18 13:37:32 +02:00
semantic-release-bot
8184b75b89 chore(release): 4.36.0
## [4.36.0](https://github.com/hirosystems/wallet/compare/v4.35.0...v4.36.0) (2023-07-18)

### Features

* change arrow icon in send flow ([2b4a2a9](2b4a2a9b94))
* change caret color in seed phrase input ([8fc248c](8fc248cf0c))

### Bug Fixes

* add module type ([227ea75](227ea753f3))
* choose acc total balance, closes [#3989](https://github.com/hirosystems/wallet/issues/3989) ([6e4bedf](6e4bedf9bd))
* disable sentry in service worker ([d5e8f26](d5e8f26208))
* entire activity item is clickable ([167429b](167429b068))
* exceed amount in rbf, closes [#3921](https://github.com/hirosystems/wallet/issues/3921) ([0d8e72f](0d8e72ff96))
* form restore ([c48fc22](c48fc22827))
* go to RequestDiagnostics after fresh installation to avoid flash redirect, fixes [#2330](https://github.com/hirosystems/wallet/issues/2330) ([bef7e08](bef7e080f8))
* port disconnecting ([da3a2f5](da3a2f5406))
* prevent secret key showing before blurred ([6929ada](6929ada83f))
* refactor JSX namespace to React.JSX ([4a07bcb](4a07bcba81))
* retore form state, chromium ([be3204d](be3204d7e7))
* secret key input, closes [#3954](https://github.com/hirosystems/wallet/issues/3954) ([5f000ba](5f000ba115))
* stacks nfts loading key not unique, closes [#3789](https://github.com/hirosystems/wallet/issues/3789) ([dad5d6e](dad5d6e042))
* upgrade packages ([74f6d25](74f6d25392))
* use routes over state for home tabs, closes [#3518](https://github.com/hirosystems/wallet/issues/3518) ([cb2f317](cb2f317636))
* use windows friendly syntax so that yarn dev will launch on windows machines ([56b6778](56b6778542))

### Internal

* keychain ([c5d4761](c5d476176a))
* migrate to manifest version 3 ([03dbb1e](03dbb1eb94))
* mv3 fix ([0f54a1f](0f54a1fd52))
* restore gaia functionality ([bf136dc](bf136dcc7b))
* sending max fees, closes [#3871](https://github.com/hirosystems/wallet/issues/3871) ([90c1c31](90c1c316a8))
* stacks keychain logic ([846132b](846132be91))
* upgrade packages ([d3978f0](d3978f0115))
* upgrade packages, p1 ([cb7da02](cb7da02fb4))
* upgrade packages, p2 ([51b7da0](51b7da0a84))
2023-07-18 13:37:31 +02:00