619 Commits

Author SHA1 Message Date
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
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
Polybius93
3a77bfce5b feat: updated bitcoin contract api, modified responses, added error handling 2023-08-10 16:12:46 +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
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
alter-eggo
d4b1065b0b feat: add taproot txs in activity list, closes #3249 2023-08-03 14:43:48 +00: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
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
fbwoolf
62b479c1fc fix: track sighash type changes thru code 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
ac24e3eb96 refactor: nft queries 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
fbwoolf
262a226a31 Merge branch 'main' into dev 2023-07-25 13:38:48 -05: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
kyranjamie
1e8d229967 refactor: ledger 2023-07-25 11:52:46 +00:00
kyranjamie
3bc59ac5dc fix: cross install tracking 2023-07-24 10:31:37 +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
626ef0beeb feat: added use-bitcoin-contract hook and additional functions and configs 2023-07-20 11:49:06 +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
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
Pete Watters
56b6778542 fix: use windows friendly syntax so that yarn dev will launch on windows machines 2023-07-12 15:39:13 +00:00
fbwoolf
cb0e260458 Merge branch 'main' into dev 2023-07-03 14:40:00 -05:00
semantic-release-bot
dfa60f5ffb chore(release): 4.35.0
## [4.35.0](https://github.com/hirosystems/wallet/compare/v4.34.0...v4.35.0) (2023-07-03)

### Features

* remove taproot address validator, closes [#3670](https://github.com/hirosystems/wallet/issues/3670) ([0f33a29](0f33a29b91))

### Bug Fixes

* add alignItems center to ensure title aligns correctly, fixes [#3881](https://github.com/hirosystems/wallet/issues/3881) ([df8454d](df8454d6cf))
* add pre-tweaked key ([52d2b33](52d2b3386a))
* ledger routing bug with broadcast error ([648af7c](648af7cc8a))
* **ledger:** reject when ledger wallet ([574d618](574d618d17))
* remove required payment type from sign msg ([d46b310](d46b310884))
* subtract microblock txs from available balance, closes [#3898](https://github.com/hirosystems/wallet/issues/3898) ([78a4349](78a434954c))

### Internal

* add note about refactoring to remove JS truncation ([a798bd1](a798bd1a40))
* remove leading as its not a valid CSS prop ([5632c1c](5632c1cd95))
2023-07-03 19:13:20 +00:00
kyranjamie
51b7da0a84 refactor: upgrade packages, p2 2023-06-30 14:15:33 +00:00
kyranjamie
cb7da02fb4 refactor: upgrade packages, p1 2023-06-30 14:15:33 +00:00
kyranjamie
74f6d25392 fix: upgrade packages 2023-06-30 07:32:05 +00:00
kyranjamie
d3978f0115 refactor: upgrade packages 2023-06-29 16:46:13 +00:00
kyranjamie
8d45dc8551 ci: improve set up, upgrades 2023-06-29 16:46:13 +00:00
semantic-release-bot
6f41edab84 chore(release): 4.34.0
## [4.34.0](https://github.com/hirosystems/wallet/compare/v4.33.0...v4.34.0) (2023-06-28)

### Features

* ignore resize observer error ([4a3a8a5](4a3a8a5e36))

### Bug Fixes

* **ledger:** broken activity page ([eeb535e](eeb535e902))
* psbt network possibilities ([0021a3a](0021a3a88b))

### Internal

* add account to rpc methods ([c08b154](c08b15421e))
* add network to other rpc methods ([fa2a097](fa2a09729c))
2023-06-28 19:15:16 +00:00
semantic-release-bot
e24d8bfd05 chore(release): 4.33.0
## [4.33.0](https://github.com/hirosystems/wallet/compare/v4.32.1...v4.33.0) (2023-06-27)

### Features

* change btc available balance logic, closes [#3758](https://github.com/hirosystems/wallet/issues/3758) ([76515b1](76515b1e56))

### Bug Fixes

* ledger support link, closes [#3900](https://github.com/hirosystems/wallet/issues/3900) ([05f1d7f](05f1d7f82d))
* negative stx available balance, closes [#3761](https://github.com/hirosystems/wallet/issues/3761) ([6a2adf0](6a2adf0574))
* trim recipient address field to remove leading/ trailing spaces, fixes [#2806](https://github.com/hirosystems/wallet/issues/2806) ([1a7f683](1a7f6830eb))

### Internal

* filter utxos, closes [#3732](https://github.com/hirosystems/wallet/issues/3732) ([ab7d24f](ab7d24f98b))
* send form utxos ([11f8047](11f8047f40))
2023-06-27 17:34:21 +00:00
semantic-release-bot
fe3f627148 chore(release): 4.32.1
## [4.32.1](https://github.com/hirosystems/wallet/compare/v4.32.0...v4.32.1) (2023-06-23)

### Bug Fixes

* inscriptions on regen addresses, closes [#3752](https://github.com/hirosystems/wallet/issues/3752) ([5cb868f](5cb868fa7a))
* **psbt:** allow number array ([b5df8c4](b5df8c4c59))
* **psbt:** bad index check logic ([a0ff51e](a0ff51eb84))
* **psbt:** dynamic validation of sighash type ([d86f865](d86f865177))
* **psbt:** write custom test, yup mixed not working ([53e3385](53e33859db))
* required allowedSighash ([6ddb8b7](6ddb8b7197))

### Internal

* allow bigint in createMoney ([3672e89](3672e8904a))
* calc btc fiat value hook ([cf7b8db](cf7b8dbd62))
* format money with optional symbol ([e6ea975](e6ea975be1))
2023-06-23 07:33:39 +00:00
semantic-release-bot
566d3b217e chore(release): 4.32.0
## [4.32.0](https://github.com/hirosystems/wallet/compare/v4.31.0...v4.32.0) (2023-06-21)

### Features

* migrate profile legacy test, closes [#3709](https://github.com/hirosystems/wallet/issues/3709) ([1c01d54](1c01d544a2))

### Bug Fixes

* **psbt:** validated positive by mistake, 0 index broken ([bf793a0](bf793a02b4))
2023-06-21 15:47:23 +00:00
semantic-release-bot
91bc023b88 chore(release): 4.31.0
## [4.31.0](https://github.com/hirosystems/wallet/compare/v4.30.1...v4.31.0) (2023-06-21)

### Features

* add brc-20 send for non-zero-index taproot addresses, closes [#3830](https://github.com/hirosystems/wallet/issues/3830) ([be93e72](be93e72f1a))
* enable copying secret key from textarea when key is masked ([6ba30bb](6ba30bbbdd))
* masking secret key functionality while typing and copying key ([63e3c48](63e3c486fe))

### Bug Fixes

* dockerfile to reduce vulnerabilities ([69bfc94](69bfc943cf))
* **psbt:** parse param schema, return error, closes [#3804](https://github.com/hirosystems/wallet/issues/3804) ([950a28a](950a28a955))
* set password routing ([73444e4](73444e47bd))

### Internal

* add derivation path, ref [#3868](https://github.com/hirosystems/wallet/issues/3868) ([392aa01](392aa01933))
* **deps:** bump @apollo/server from 4.7.1 to 4.7.4 ([ec9909a](ec9909ac0a))
* mask secret key during sign in ([aac0d56](aac0d56574))
* psbt ui inputs query ([f320e84](f320e8455c))
* **psbt:** support custom account index, fixes [#3868](https://github.com/hirosystems/wallet/issues/3868) ([f6e5e9d](f6e5e9d30c))
* updated supported methods response ([38afa40](38afa40453))
2023-06-21 11:54:58 +00:00
semantic-release-bot
861b7153b2 chore(release): 4.30.1
## [4.30.1](https://github.com/hirosystems/wallet/compare/v4.30.0...v4.30.1) (2023-06-16)

### Bug Fixes

* brc-20 send form bug ([d45f26e](d45f26e62b))

### Internal

* track caught chain errors ([595230d](595230dd8e))
2023-06-16 09:03:53 +00:00
semantic-release-bot
c7543d4805 chore(release): 4.30.0
## [4.30.0](https://github.com/hirosystems/wallet/compare/v4.29.1...v4.30.0) (2023-06-15)

### Features

* add brc20 decimals, closes [#3840](https://github.com/hirosystems/wallet/issues/3840) ([dac9920](dac99204eb))
* btc custom fees, closes [#3597](https://github.com/hirosystems/wallet/issues/3597), closes [#3760](https://github.com/hirosystems/wallet/issues/3760) ([1940eaf](1940eaf8a8))
* remove useref in infinite inscriptions query ([3a8ab16](3a8ab169a6))

### Bug Fixes

* allow user defined network ([0c23475](0c23475049))
* another try ignoring err ([6f83383](6f8338355e))
* dup placeholder node ([d95e590](d95e5905e7))
* failing test with masking secret key ([2a4dc5f](2a4dc5f108))
* request fees more often, closes [#3657](https://github.com/hirosystems/wallet/issues/3657) ([1d32325](1d32325829))
* **send-transfer:** poor validation, missing route guard, closes [#3823](https://github.com/hirosystems/wallet/issues/3823) ([d5720b9](d5720b9c90))
* unwanted decimals in sats, closes [#3836](https://github.com/hirosystems/wallet/issues/3836) ([e1987ed](e1987ed674))

### Internal

* add warning ([72105c7](72105c7a24))
* each rpc method own file ([f0763a4](f0763a4f27))
* improve form validation ([51f305d](51f305d726))
* mask secret key for new wallet onboarding ([84951d4](84951d4357))
* psbt ui to inputs and outputs ([dea361f](dea361f380))
* **psbt:** support via RPC, closes [#3581](https://github.com/hirosystems/wallet/issues/3581) ([f828341](f82834141b))
* recipient select behaviour ([409cc72](409cc72316))
* renaming stacks-specific code ([5d51b1e](5d51b1eea8))
2023-06-15 13:57:10 +00:00
alter-eggo
1940eaf8a8 feat: btc custom fees, closes #3597, closes #3760 2023-06-15 08:57:41 +00:00
fbwoolf
8b6c325dc3 Merge branch 'main' into dev 2023-06-13 15:12:27 -05:00
semantic-release-bot
398a7a9299 chore(release): 4.29.1
## [4.29.1](https://github.com/hirosystems/wallet/compare/v4.29.0...v4.29.1) (2023-06-13)

### Bug Fixes

* early return if stamps query returns undefined ([9378be5](9378be575b))
2023-06-13 20:02:25 +00:00
kyranjamie
409cc72316 refactor: recipient select behaviour 2023-06-09 11:44:18 +00:00
semantic-release-bot
dcc9ec41e1 chore(release): 4.29.0
## [4.29.0](https://github.com/hirosystems/wallet/compare/v4.28.1...v4.29.0) (2023-06-07)

### Features

* edit fee in case of pending tx with same nonce, closes [#3426](https://github.com/hirosystems/wallet/issues/3426) ([6c96063](6c9606370b))

### Bug Fixes

* add public keys to getAddresses response, closes [#3778](https://github.com/hirosystems/wallet/issues/3778) ([ebe594a](ebe594acbb))
* inscriptions cache bug ([3c67a9b](3c67a9b8db))
* prevent default low fee selection, closes [#3768](https://github.com/hirosystems/wallet/issues/3768) ([c4dd1ae](c4dd1aeab2))
* reduce btc send form click area ([30b63a6](30b63a6c08))
* remove disabling on send input click ([1b049e5](1b049e52ca))
* request signatures should work with unsecured tokens ([d426457](d4264575a9))
* unwanted blur validation ([e06305a](e06305a7c1))

### Internal

* **deps:** bump vite from 4.3.8 to 4.3.9 ([7af5e8a](7af5e8afb7))
* improve fee estimation ([11ce4b0](11ce4b0195))
* improve rpc message erroring ([da511d6](da511d6f13))
* send max, closes [#3136](https://github.com/hirosystems/wallet/issues/3136), closes [#3576](https://github.com/hirosystems/wallet/issues/3576) ([5b7d99a](5b7d99a890))
2023-06-07 15:12:34 +00:00
semantic-release-bot
588580abaf chore(release): 4.28.1
## [4.28.1](https://github.com/hirosystems/wallet/compare/v4.28.0...v4.28.1) (2023-06-02)

### Bug Fixes

* brc-20 tokens breaking ledger ([73b5f1e](73b5f1ea92))
* brc20 tokens asset list layout ([ad35d06](ad35d06c43))
2023-06-02 08:02:35 +00:00
semantic-release-bot
fee35ee72e chore(release): 4.28.0
## [4.28.0](https://github.com/hirosystems/wallet/compare/v4.27.1...v4.28.0) (2023-06-01)

### Features

* add brc-20 send flow, closes [#3669](https://github.com/hirosystems/wallet/issues/3669) ([f12322b](f12322b037))
* add signet support, closes [#3771](https://github.com/hirosystems/wallet/issues/3771) ([2800623](2800623fac))
* change brc-20 balances api provider, closes [#3772](https://github.com/hirosystems/wallet/issues/3772) ([3805c77](3805c771ff))
* initial brc-20 transfers ([bc4e180](bc4e1800f6))
* move add collectible card, closes [#3762](https://github.com/hirosystems/wallet/issues/3762) ([c91aba6](c91aba6635))

### Bug Fixes

* don't subtract balances being returned to sender ([fc28749](fc28749a71))
* infinite loading bug, closes [#3783](https://github.com/hirosystems/wallet/issues/3783) ([dd3d218](dd3d218555))
* insufficient balance error ([d4edf00](d4edf006b0))
* insufficient fee validation ([00f7c09](00f7c099c3))

### Internal

* adjust refetch interval ([2f13612](2f136125be))
* change api url ([fafbc54](fafbc547a1))
* remove duplicated fetcher fn ([8c2bad3](8c2bad3948))
* remove fetch on focus ([e915a43](e915a43714))
2023-06-01 08:38:02 +00:00
kyranjamie
bc4e1800f6 feat: initial brc-20 transfers 2023-06-01 12:36:39 +04:00
semantic-release-bot
56c51f973a chore(release): 4.27.1
## [4.27.1](https://github.com/hirosystems/wallet/compare/v4.27.0...v4.27.1) (2023-05-26)

### Bug Fixes

* **brc-20:** caching without query key ([3ae4af1](3ae4af1d8b))
* improve utxo selection ([a5a114b](a5a114b253))
* same inscriptions among accounts bug ([1f04dd7](1f04dd76b8))

### Internal

* update readme ([1bc6198](1bc619875a))
2023-05-26 14:41:27 +00:00
semantic-release-bot
f578dc209f chore(release): 4.27.0
## [4.27.0](https://github.com/hirosystems/wallet/compare/v4.26.0...v4.27.0) (2023-05-25)

### Features

* revert gaia url ([52375a0](52375a0d8b))

### Internal

* brc-20 query path ([bc1ee1c](bc1ee1cd2e))
2023-05-25 18:19:07 +00:00
semantic-release-bot
24353c278e chore(release): 4.26.0
## [4.26.0](https://github.com/hirosystems/wallet/compare/v4.25.0...v4.26.0) (2023-05-24)

### Features

* change gaia url, closes [#3678](https://github.com/hirosystems/wallet/issues/3678) ([baa3c4a](baa3c4a11f))
* show available btc balance in balances list and total balance, closes [#3685](https://github.com/hirosystems/wallet/issues/3685) ([c329a69](c329a69a52))
* show stacked balance, closes [#2835](https://github.com/hirosystems/wallet/issues/2835) ([80af821](80af8217c8))

### Bug Fixes

* **analytics:** wrong api details, missing token ([db3a296](db3a296a4f))
* live reload losing in memory key ([0803ce6](0803ce6ad7))
* stamps query key ([647cbee](647cbee107))

### Internal

* key derivation, closes [#3725](https://github.com/hirosystems/wallet/issues/3725) ([11f9461](11f9461a68))
* upgrade dev deps ([d9c9f30](d9c9f30ad5))
* upgrade to jotai v2, other pkgs ([b3ec461](b3ec461bb8))
2023-05-24 17:30:58 +00:00