Commit Graph

1785 Commits

Author SHA1 Message Date
Den
11ad9b693a Merge branch 'jordankzf/send-max-stx' into abdulhaseeb/eng-3605-ext-sendsip-3-review-send-sip-10-screen-with-new-fee-edit 2024-02-28 15:34:18 +01:00
Abdul Haseeb
1b30168f7d address PR comments 2024-02-28 15:39:37 +05:00
Abdul Haseeb
9cb1c27aef chore: localization 2024-02-28 11:45:02 +05:00
Abdul Haseeb
a8ba4cbe59 feat: confirm stx transactions fee 2024-02-28 11:31:19 +05:00
Abdul Haseeb
e2a3db161b fix: micro stacks conversion 2024-02-27 20:37:04 +05:00
Abdul Haseeb
cba4fca580 feat: nonce settings in STX confirm 2024-02-27 12:04:14 +05:00
Abdul Haseeb
57a63bedc4 fix: fee component 2024-02-21 08:33:46 +07:00
Abdul Haseeb
c4412b045d Merge branch 'jordankzf/send-max-stx' of https://github.com/secretkeylabs/xverse-web-extension into abdulhaseeb/eng-3605-ext-sendsip-3-review-send-sip-10-screen-with-new-fee-edit 2024-02-21 00:50:00 +07:00
Abdul Haseeb
44902ae8d0 chore: select fee rate in confirm stx 2024-02-21 00:49:12 +07:00
jordankzf
7425a8c8c3 Address Vic feedback 2024-02-20 17:10:14 +08:00
Abdul Haseeb
ab1034cf0b Merge branch 'jordankzf/send-max-stx' of https://github.com/secretkeylabs/xverse-web-extension into abdulhaseeb/eng-3605-ext-sendsip-3-review-send-sip-10-screen-with-new-fee-edit 2024-02-19 15:55:35 +07:00
Abdul Haseeb
ae412e8a6a feat: confirm STX UI 2024-02-19 15:55:03 +07:00
jordankzf
441bf774e1 Rename btcRecipientSelector 2024-02-17 11:09:31 +08:00
jordankzf
88d39b59b5 Merge branch 'develop' of https://github.com/secretkeylabs/xverse-web-extension into jordankzf/send-max-stx 2024-02-17 11:05:06 +08:00
Tim Man
e4b8712234 [ENG-3609] fix: ordinal image should fall back to the ordiview thumbnail (#777)
* fix: ordinal image should fall back to the ordiview thumbnail

* Revert "fix: ordinal image should fall back to the ordiview thumbnail"

This reverts commit 5df221120670fd8c8137a5a01b98ce90c3e5c81e.

* fix: only fall back to ordiview thumbnail when empty content type

* fix: also style application/json same as text

* Update src/app/screens/ordinals/ordinalImage.tsx

Co-authored-by: Victor Kirov <victor.kirov@gmail.com>

* Tim/eng 3609 share brc20 validation logic in core (#778)

* refactor: move brc20 validation logic to core

* chore: use beta core version

* chore: getBrc20Details core util to detect if inscription is a valid brc20

---------

Co-authored-by: fede erbes <fedeerbes@gmail.com>

* chore: show dec props for brc20 deploy operation

---------

Co-authored-by: Victor Kirov <victor.kirov@gmail.com>
Co-authored-by: fede erbes <fedeerbes@gmail.com>
2024-02-15 17:56:43 +08:00
Victor Kirov
d9b143276d Send btc integrate with tx consolidation logic (#766)
* Add btc send screen skeleton

* Implement MAX

* extract amount selector to component

* Add max dust filtered callout

* Fix minor styling

* Add fee display

* Implement fee selection

* Add insufficient funds on fee selector

* add insufficient funds message on custom fee selector

* Add insufficient funds gate

* fix some todos

* Add min and max fee rate

* fix container styling

* fix styling

* Fix fee summary on confirm page

* fix some component interactions

* fix a few minor bugs

* fix rbf typing

* Close window if ledger

* Update src/app/ui-library/input.tsx

Co-authored-by: Jordan K. <65149726+jordankzf@users.noreply.github.com>

* Update src/app/ui-library/input.tsx

Co-authored-by: Jordan K. <65149726+jordankzf@users.noreply.github.com>

* Add address editable field

* chore: package-lock exact version

* refactor: use classnames for variants in ui-library button

and default to currentColor in spinner

* refactor: use css classnames in ui input

and add the disabled styles

* fix: edit and pencil icon row

* fix: recipient input next should be disabled when error

and fix up btc amount selector button states

* fix: confirm/cancel translation keys

* Update core

* Remove unneeded toNumbers

* Move error text to feedback

* add new for BigNumber

* Make sats/vByte consistent

* Fix fee select styling

* Fix input styling

* switch to new spinner

* chore: bump core version

* fix: rotate faders icon

* Revert "Fix fee select styling"

This reverts commit a750d7bf72.

* fix: minor spacing, styling, and colour fixes

* fix: react key warning fix

* bump core

* Fix api

* Don't log insufficient funds message

* Fix insufficient amount on load

* Enable rbf on txns

* chore: bump core version

---------

Co-authored-by: Jordan K. <65149726+jordankzf@users.noreply.github.com>
Co-authored-by: Tim Man <tim@secretkeylabs.com>
2024-02-15 17:55:48 +08:00
Ken Liao
943aebd191 Merge pull request #798 from secretkeylabs/release/v0.29.2
release: v0.29.2 to develop
2024-02-14 21:53:41 +08:00
Mahmoud Aboelenein
03b0c5613d prioritize content script injection (#799) 2024-02-14 11:13:54 +02:00
jordankzf
b79f6b5c76 avoid calling setState twice 2024-02-14 10:33:27 +08:00
jordankzf
cf11c64bef Remove comments 2024-02-14 10:32:24 +08:00
jordankzf
3e8353a060 Merge branch 'victor/eng-3548-ext-send-btc-integrate-tx-consolidation-logic-tx' of https://github.com/secretkeylabs/xverse-web-extension into jordankzf/send-max-stx 2024-02-14 10:23:07 +08:00
Mahmoud Aboelenein
94c9bbaf81 Merge branch 'main' into release/v0.29.2 2024-02-13 18:23:30 +02:00
GitHub Actions Bot
e34e0deeff release: v0.29.2 2024-02-13 16:14:00 +00:00
Victor Kirov
43b1b01c3a Inject providers individually (#796) 2024-02-13 18:10:57 +02:00
Victor Kirov
c14f289e28 Enable rbf on txns 2024-02-13 13:36:43 +02:00
Victor Kirov
0d6d8b276a Fix insufficient amount on load 2024-02-13 13:21:44 +02:00
Victor Kirov
6702d63850 Don't log insufficient funds message 2024-02-13 13:06:37 +02:00
Victor Kirov
4929264be0 Merge branch 'develop' of https://github.com/secretkeylabs/xverse-web-extension into victor/eng-3548-ext-send-btc-integrate-tx-consolidation-logic-tx 2024-02-13 12:48:26 +02:00
Ken Liao
d13cbb574e Merge pull request #789 from secretkeylabs/release/v0.29.1
release: v0.29.1 to develop
2024-02-08 02:26:35 -05:00
Ken Liao
a7d723b441 Merge pull request #788 from secretkeylabs/release/v0.29.1
release: v0.29.1 to main
2024-02-08 02:25:58 -05:00
Victor Kirov
286ac33402 Fix in page provider injection (#794)
* changes (#792)

* Fix in page provider injection

---------

Co-authored-by: Terence Ng <terence.ng@cakedefi.com>
2024-02-07 13:39:01 +02:00
Terence Ng
b091ac891c changes (#792) 2024-02-06 15:37:17 +08:00
jordankzf
341f85287a Merge branch 'victor/eng-3548-ext-send-btc-integrate-tx-consolidation-logic-tx' of https://github.com/secretkeylabs/xverse-web-extension into jordankzf/send-max-stx 2024-02-04 15:55:10 +08:00
jordankzf
ecc00569ea remove feeoverride 2024-02-04 15:44:21 +08:00
jordankzf
eacc169971 apply fee 2024-02-04 15:03:58 +08:00
jordankzf
3fe3c7dc42 fees 2024-02-04 14:55:51 +08:00
Mahmoud Aboelenein
23474bd9c1 default to empty string on icon fetching failure (#790) 2024-02-02 16:24:10 +02:00
Tim Man
ad7538f3ad Merge branch 'main' into release/v0.29.1 2024-02-02 22:09:34 +08:00
GitHub Actions Bot
845ea6da31 release: v0.29.1 2024-02-02 13:45:59 +00:00
Mahmoud Aboelenein
21732db165 update ledger message signing util (#784)
* update ledger message signing util

* update core version
2024-02-02 15:45:13 +02:00
Victor Kirov
11395ba70e Fix api 2024-02-02 15:40:13 +02:00
Victor Kirov
aa3a372610 Remove fee subtraction from the You Will Transfer total (#787) 2024-02-02 15:37:37 +02:00
Mahmoud Aboelenein
42171ab512 replace deprecated util with core (#786) 2024-02-02 15:35:34 +02:00
Victor Kirov
8282c076cd bump core 2024-02-02 15:10:21 +02:00
Victor Kirov
96792e970b Ensure translations are not applied to seed phrases (#785)
* Ensure translations are not applied to seed phrases

* Ensure the word button in confirm words onboarding steps aren't translated
2024-02-02 18:41:37 +08:00
jordankzf
b67d1cc1df fees 2024-02-02 17:35:54 +08:00
Tim Man
3e08755b9b fix: react key warning fix 2024-02-02 15:50:44 +08:00
Tim Man
5e00bbbf91 fix: minor spacing, styling, and colour fixes 2024-02-02 15:31:53 +08:00
Tim Man
d2c60d0eaa Revert "Fix fee select styling"
This reverts commit a750d7bf72.
2024-02-02 15:31:53 +08:00
Tim Man
bbcb6771e8 fix: rotate faders icon 2024-02-02 15:31:53 +08:00