212 Commits

Author SHA1 Message Date
kyranjamie
6be73c6664 refactor: vault reducer, create parallel store 2022-02-28 16:59:59 +01:00
fbwoolf
0393ceca70 refactor: view secret key 2022-02-03 15:26:48 -06:00
timstackblock
2964de6fdd test: regression test refactor 2022-02-03 09:39:44 -05:00
fbwoolf
6851348ae0 refactor: test with new onboarding 2022-01-26 12:07:47 -06:00
fbwoolf
abf6fd0dbb refactor: add primary button 2022-01-26 12:07:47 -06:00
fbwoolf
6e113032d1 feat: add back up secret key page 2022-01-26 12:07:47 -06:00
kyranjamie
32dbd967b3 fix: is asset transferable logic, closes #2154 2022-01-25 18:51:28 +01:00
kyranjamie
24721d8788 refactor: remove some data fetching from atom tree
This commit removes some of the atoms that fetch data from the API.
The motivation for this came when attempting to upgrade Jotai, and
running into multiple issues doing so, esp. with the query toolkit.
As the objective is to remove dependence on this, I had a crack at
removing some, which is extremely difficiult given the inter-conn-
mesh nature of our atom set up.
2022-01-18 13:19:45 +01:00
kyranjamie
3ad055d795 refactor: reduce reliance on private key 2022-01-18 12:28:24 +01:00
kyranjamie
43b7d63cf5 refactor(tests): move select analytics to signup/signin tasks 2022-01-18 12:22:42 +01:00
Fara Woolf
95c3a766b7 Revert "feat: add back up secret key page"
This reverts commit cdb3fbd37f.
2022-01-11 16:19:24 -06:00
Fara Woolf
152fffd2d3 Revert "refactor: add primary button"
This reverts commit bbca4d0dae.
2022-01-11 16:19:24 -06:00
Fara Woolf
b24bd90d73 Revert "refactor: integration tests with new onboarding"
This reverts commit ffcf767129.
2022-01-11 16:19:24 -06:00
fbwoolf
ffcf767129 refactor: integration tests with new onboarding 2022-01-11 13:48:02 -06:00
fbwoolf
bbca4d0dae refactor: add primary button 2022-01-11 13:48:02 -06:00
fbwoolf
cdb3fbd37f feat: add back up secret key page 2022-01-11 13:48:02 -06:00
MrHeidar
6aafe8964a fix: remove disabled regtest option from networks list 2022-01-11 13:55:46 -05:00
kyranjamie
c07a910307 refactor: rename linting actions 2021-12-21 15:01:05 +00:00
kyranjamie
143bad3c33 refactor(folders): move components 2021-12-21 15:01:05 +00:00
fbwoolf
6e2933abca refactor: add test for unlock route 2021-12-20 08:41:18 -06:00
fbwoolf
7efd8c989c fix: switch account failing test 2021-12-16 10:09:31 -06:00
fbwoolf
c5d365cc75 refactor: app routes and account gate 2021-12-08 10:44:33 -06:00
kyranjamie
083fa84cce refactor(tx-signing): adjust unusual fee behaviour, kill signed tx file 2021-12-07 14:09:39 +01:00
kyranjamie
c70844a73d refactor(tx-signing): upgrade '@stacks/transaction', '@stacks/connect' 2021-12-07 14:09:39 +01:00
beguene
14f6cbab8e feat: add fiat onramp UI + providers
Added Transak & Okcoin
Add ability to switch on/off provider using config/wallet-config.json
2021-12-06 15:57:03 +01:00
kyranjamie
4d5effe5ac test: upload traces, remove '.only' 2021-12-03 18:02:05 +01:00
kyranjamie
eca4d681c3 test(tx-signing): add test of sending stx initiated by app 2021-12-03 11:12:59 +01:00
kyranjamie
4c297d0876 test(tx-signing): fix dead test app 2021-12-03 11:12:59 +01:00
kyranjamie
266262a901 ci: merge from 'dev' --> 'beta' 2021-12-01 15:36:58 +01:00
fbwoolf
fdd80f3222 refactor: screen paths to route urls 2021-11-30 14:18:06 -06:00
fbwoolf
99d9ac0603 test: add integration tests for fee estimations 2021-11-24 14:01:53 -06:00
fbwoolf
5ce8023405 refactor: remove global fee state 2021-11-23 09:05:33 -06:00
fbwoolf
5800aeb207 refactor: remove unused fee rate 2021-11-23 09:05:33 -06:00
kyranjamie
f0a9964af4 chore: remove dead files, old resolution 2021-11-17 15:57:57 +01:00
kyranjamie
39ad558885 chore: upgrade packages 2021-11-17 15:57:57 +01:00
kyranjamie
629c1d0b6c refactor(ledger): more logical naming/grouping, test organisation 2021-11-17 15:44:35 +01:00
kyranjamie
a72119b47e chore: kill repeated, broken tests 2021-11-16 16:26:49 -06:00
fbwoolf
78fd65269e feat: use fee estimation endpoint
This feature adds a fee select dropdown in the form, that lets
users choose a Low, Medium, or High fee.
2021-11-16 16:26:49 -06:00
beguene
0999431bf0 feat: add segment integration
closes #1748
2021-11-16 14:20:16 +01:00
kyranjamie
557271c7bf chore: move conditional handling of string 2021-11-11 10:41:57 +01:00
beguene
514cc617a9 fix: show stx transfers from contract call
closes #1713
2021-11-10 15:59:34 +01:00
kyranjamie
61e9d9f84e test: use --runInBand setting, slow tests down 100ms 2021-11-10 15:59:34 +01:00
kyranjamie
2cd7400afe refactor: remove dead code 2021-10-25 13:26:21 +02:00
fbwoolf
815407ec3b refactor: use react-query for contract interface 2021-10-25 13:26:21 +02:00
timstackblock
99929419ec test: regression test send form, closes #1698 2021-09-27 12:29:08 -04:00
Thomas Osmonson
eecd631e09 chore: fix mocks 2021-09-13 17:51:08 -05:00
beguene
990bec70aa fix: use api to get possible nonce
fallback to default nonce calculation if the api is not available.
This should solve most of our nonce issues.
closes #934
2021-09-09 17:10:16 +02:00
kyranjamie
fcb08232f7 chore: fix lint issues 2021-09-09 12:17:53 +02:00
kyranjamie
88682a9b39 feat: add confirmation step before clearing wallet 2021-09-09 12:17:53 +02:00
kyranjamie
1fae990742 chore: check prettier checks tests 2021-09-08 17:07:34 +02:00