3181 Commits

Author SHA1 Message Date
fbwoolf
99539d9af0 refactor: use swap context 2023-08-22 15:17:23 +00:00
fbwoolf
e54aa2e46a feat: swap flow 2023-08-22 15:17:23 +00:00
fbwoolf
225182d3db refactor: home action buttons 2023-08-22 15:17:23 +00:00
Luis Aguilar
6e59bddd0b feat: add base swap page and routing 2023-08-22 15:17:23 +00:00
fbwoolf
4cc6252dee Merge branch 'main' into dev 2023-08-16 11:31:07 -04:00
semantic-release-bot
2fd7680ab4 chore(release): 6.4.0
## [6.4.0](https://github.com/hirosystems/wallet/compare/v6.3.1...v6.4.0) (2023-08-16)

### Features

* updated bitcoin contract api, modified responses, added error handling ([3a77bfc](3a77bfce5b))

### Bug Fixes

* add copy and qr options to receive modal, closes [#3307](https://github.com/hirosystems/wallet/issues/3307) ([efa14d0](efa14d094a))
* **firefox:** short session duration, closes [#4030](https://github.com/hirosystems/wallet/issues/4030) ([5a09c43](5a09c43846))
* header indentation for Stacks transaction signing [#3881](https://github.com/hirosystems/wallet/issues/3881) ([8bfcf60](8bfcf6001f))

### Internal

* add modal for BTC Stamps QR receive ([fc33210](fc33210a96))
* inscription sends, closes [#4111](https://github.com/hirosystems/wallet/issues/4111) ([b2f0690](b2f06903e6))
* refactor receive modal to share code better ([77d8704](77d8704d67))
2023-08-16 15:25:21 +00:00
Fara Woolf
552afe0cc4 Merge pull request #4135 from hirosystems/release/receive-modal-updates
Release/receive modal updates
2023-08-16 10:23:33 -05:00
alter-eggo
29b2be99ec fix: add panda 2023-08-16 08:23:27 +00:00
alter-eggo
59654ece1c feat: panda poc 2023-08-16 08:23:27 +00:00
Pete Watters
fc33210a96 chore: add modal for BTC Stamps QR receive 2023-08-15 05:51:35 +00:00
Pete Watters
77d8704d67 chore: refactor receive modal to share code better 2023-08-15 05:51:35 +00:00
Pete Watters
efa14d094a fix: add copy and qr options to receive modal, closes #3307 2023-08-15 05:51:35 +00:00
kyranjamie
23a5a21145 ci: build debug firefox version 2023-08-14 13:47:23 +00:00
kyranjamie
5a09c43846 fix(firefox): short session duration, closes #4030 2023-08-14 13:47:23 +00:00
Polybius93
3a77bfce5b feat: updated bitcoin contract api, modified responses, added error handling 2023-08-10 16:12:46 +00:00
Prasad Nilkanth Kulkarni
3f7ef947fe fix : Use fixed overlay only when content needs to be fixed #3570 2023-08-10 12:05:29 +00:00
Prasad Nilkanth Kulkarni
8bfcf6001f fix: header indentation for Stacks transaction signing #3881 2023-08-10 12:05:29 +00:00
kyranjamie
b2f06903e6 refactor: inscription sends, closes #4111 2023-08-10 11:44:48 +00:00
semantic-release-bot
daa6a54a4c chore(release): 6.3.1
## [6.3.1](https://github.com/hirosystems/wallet/compare/v6.3.0...v6.3.1) (2023-08-10)

### Bug Fixes

* filter out urls and spam words from token names, closes [#4017](https://github.com/hirosystems/wallet/issues/4017) ([dc07b46](dc07b4607a))
* update manifest default_title to change extension tooltip text, closes [#4078](https://github.com/hirosystems/wallet/issues/4078) ([5f61753](5f61753c0b))

### Internal

* improve secret key ux ([108fdf8](108fdf865e))
2023-08-10 10:03:46 +00:00
kyranjamie
fdb45bd161 Merge pull request #4119 from hirosystems/release/george-michael
Release/george michael
2023-08-10 12:02:00 +02:00
kyranjamie
d8d7f04c49 test: deletes fairly useless test relying on external factors 2023-08-10 09:06:41 +00:00
kyranjamie
108fdf865e refactor: improve secret key ux 2023-08-10 09:06:41 +00:00
Pete Watters
5f61753c0b fix: update manifest default_title to change extension tooltip text, closes #4078 2023-08-09 19:16:29 +00:00
Pete Watters
dc07b4607a fix: filter out urls and spam words from token names, closes #4017 2023-08-09 19:08:04 +00:00
fbwoolf
9c44fc2014 Merge branch 'main' into dev 2023-08-08 08:27:56 -05:00
semantic-release-bot
5fa3bbee81 chore(release): 6.3.0
## [6.3.0](https://github.com/hirosystems/wallet/compare/v6.2.1...v6.3.0) (2023-08-08)

### Features

* add option to broadcast rpc psbt, closes [#3895](https://github.com/hirosystems/wallet/issues/3895) ([da7b51b](da7b51ba97))
* add taproot txs in activity list, closes [#3249](https://github.com/hirosystems/wallet/issues/3249) ([d4b1065](d4b1065b0b))
* fetch inscription by output in separate query ([281e138](281e1386a0))
* hide increase fee for txs with taproot input ([a01071f](a01071fa1f))

### Bug Fixes

* change logic to upscale amount in input field ([086c329](086c329783))
* handle case when there's no ticker of < 4 chars ([ce3c7c9](ce3c7c95e5))
* make input text perfectly centered ([0b23519](0b235195e9))
* only route to error when asset is bitcoin, closes [#4083](https://github.com/hirosystems/wallet/issues/4083) ([bed3820](bed3820fa7))

### Internal

* move fn to utils, use constant and provide more descriptive fn name ([5356069](5356069f96))
2023-08-08 13:23:51 +00:00
Fara Woolf
ea946e8933 Merge pull request #4106 from hirosystems/release/broadcast-psbts
Release/broadcast psbts
2023-08-08 08:21:43 -05:00
Daniel Cruz
0b235195e9 fix: make input text perfectly centered 2023-08-07 13:04:34 -05:00
Daniel Cruz
5356069f96 refactor: move fn to utils, use constant and provide more descriptive fn name 2023-08-07 13:04:34 -05:00
Daniel Cruz
ce3c7c95e5 fix: handle case when there's no ticker of < 4 chars 2023-08-07 13:04:34 -05:00
Daniel Cruz
086c329783 fix: change logic to upscale amount in input field 2023-08-07 13:04:34 -05:00
fbwoolf
da7b51ba97 feat: add option to broadcast rpc psbt, closes #3895 2023-08-04 19:58:37 +00:00
alter-eggo
281e1386a0 feat: fetch inscription by output in separate query 2023-08-03 14:43:48 +00:00
alter-eggo
a01071fa1f feat: hide increase fee for txs with taproot input 2023-08-03 14:43:48 +00:00
alter-eggo
d4b1065b0b feat: add taproot txs in activity list, closes #3249 2023-08-03 14:43:48 +00:00
kyranjamie
4903f9ab84 ci: reduce shards in tests 2023-08-03 09:25:27 +00:00
kyranjamie
66257b6ff5 Merge remote-tracking branch 'origin/main' into dev 2023-08-03 10:40:26 +02:00
kyranjamie
bed3820fa7 fix: only route to error when asset is bitcoin, closes #4083 2023-08-03 10:39:34 +02:00
semantic-release-bot
2620233f9a chore(release): 6.2.1
## [6.2.1](https://github.com/hirosystems/wallet/compare/v6.2.0...v6.2.1) (2023-08-03)

### Bug Fixes

* only route to error when asset is bitcoin, closes [#4083](https://github.com/hirosystems/wallet/issues/4083) ([099f96d](099f96d32b))
2023-08-03 08:39:17 +00:00
kyranjamie
099f96d32b fix: only route to error when asset is bitcoin, closes #4083 2023-08-03 10:37:51 +02:00
kyranjamie
7fbb65a95d test: fix broken ledger test 2023-08-03 10:37:51 +02:00
kyranjamie
ec7903601c test: fix broken ledger test 2023-08-03 07:52:30 +00:00
fbwoolf
d6297dda5a Merge branch 'main' into dev 2023-07-31 12:26:30 -05:00
semantic-release-bot
921406d717 chore(release): 6.2.0
## [6.2.0](https://github.com/hirosystems/wallet/compare/v6.1.0...v6.2.0) (2023-07-31)

### Features

* remove redux devtools from final bundle ([66cd1f6](66cd1f6080))

### Bug Fixes

* add StacksAccountLoader ([aa5d904](aa5d9048d4))
* add update input for tapInternalKey ([e085927](e085927a5d))
* catch rpc sign psbt error ([0519dcf](0519dcf556))
* firefox manually loaded extension ([95b8553](95b85534cc))
* Fix max width on Stacks contract UI , closes [#3966](https://github.com/hirosystems/wallet/issues/3966) ([4ad34c8](4ad34c8b08))
* full sighash types ([84236fa](84236fa23f))
* track sighash type changes thru code ([62b479c](62b479c1fc))

### Internal

* nft hooks ([559fba6](559fba678b))
* nft queries ([ac24e3e](ac24e3eb96))
* rename BalanceList to AssetList ([1d33b07](1d33b07825))
2023-07-31 16:42:28 +00:00
Fara Woolf
47d390be56 Merge pull request #4080 from hirosystems/release/rainy-monday
Release/rainy monday
2023-07-31 11:40:57 -05:00
fbwoolf
e085927a5d fix: add update input for tapInternalKey 2023-07-31 15:28:23 +00:00
fbwoolf
62b479c1fc fix: track sighash type changes thru code 2023-07-31 10:07:17 +00:00
kyranjamie
84236fa23f fix: full sighash types 2023-07-31 10:07:17 +00:00
alter-eggo
66cd1f6080 feat: remove redux devtools from final bundle 2023-07-31 10:07:02 +00:00
kyranjamie
95b85534cc fix: firefox manually loaded extension 2023-07-27 15:52:51 +00:00