rampall
bce93ce3cd
fix: update swap-endpoint to blockchain-rpc-endpoint ( #628 )
2023-10-18 15:42:06 +02:00
Cafe137
665ae063fa
fix: handle auth and server error during swap ( #593 )
...
* fix: change execution order for light node upgrade
* refactor: grab new configuration from post config request
* fix: only print successful light node upgrade when it really happens
* fix: log full desktop side swap error (#596 )
* refactor: try to make the auth error in swap nicer
* refactor: make error instruction consistent
* fix: avoid overwriting daiToSwap when it is set manually
2022-12-01 12:36:15 +01:00
Cafe137
4e564dd5c0
feat: add prerequisite checks before swap ( #588 )
...
* feat: add prerequisite checks before swap
* fix: add missing authentication on desktop config call
* refactor(wip): introduce swap error
* refactor: use wrapWithSwapError
* fix: log originalError instead of error
* fix: show snackbar when error is unexpected
2022-11-23 14:20:55 +01:00
Cafe137
ec8fdf0315
fix: always consider user input when performing swap ( #572 )
...
* fix: always consider user input when performing swap
* refactor: extract decimal places constants
* refactor: extract minimumOptimalValue
* fix: handle bzz precision and tweak message
2022-11-09 14:21:34 +01:00
Adam Uhlíř
e2dd077118
fix: rpc endpoint setting ultra-light mode logic ( #547 )
2022-09-15 14:42:53 +02:00
Adam Uhlíř
0c262a4811
refactor: remove env. variables from the component ( #529 )
2022-09-08 08:51:55 +02:00
Cafe137
a9a5d76e45
feat: add real price calculation to swap page ( #459 )
2022-07-04 15:38:55 +02:00
Vojtech Simetka
2e0eeb7a1b
fix: provider is by default null and account page redirect to provider setup ( #437 )
2022-06-24 14:03:37 +02:00
Adam Uhlíř
8f4a4ebaa9
feat: version check and info ( #425 )
2022-06-21 15:47:26 +02:00
Adam Uhlíř
109e07b097
feat: sentry integration ( #385 )
...
* feat: sentry support
* ci: depscheck
2022-06-16 20:32:53 +02:00
Cafe137
a768b4ea06
feat: add light node upgrade top up methods ( #372 )
...
* feat: add top up
* chore: remove console.log
* build: add pseudo-missing dependency
* feat: add missing top up components
* fix: crypto route
* feat(wip): add gift wallet logic
* fix: fix gift wallet flows
* feat: simplify flow without fund step
* feat: add loading screens
* fix: remove alert
* fix: prepend http if needed
* fix: fix bug that was reintroduced with merge
* refactor: rename minusEther to minusBaseUnits
* fix: remove unused setStartedAt
* build: remove unused dependency
2022-06-02 09:28:43 +02:00
Cafe137
ecaf2054fc
feat: add bee desktop toolkit ( #311 )
...
* feat: add light node upgrade
* refactor: improve upgrade page
* feat: pretty print xdai and add xbzz faucets
* feat: display xBZZ balance (#312 )
* refactor: change rpc provider
* fix: remove version alert
* fix: load really xBZZ balance instead of xDAI (#314 )
* feat: add bee desktop api key support
* chore: remove dead code
* chore: revert useless change
* refactor: extract desktop utils module (#339 )
* refactor: extract desktop utils module
* fix: add 0x prefix if it missing from address
* refactor: extract BalanceProvider
* fix: remove double finally
* fix: remove token fallbacks
* fix: reuse address and handle balance errors
* chore: disable eslint for any
* refactor: remove upgrade page
* refactor: cleanup, debounce and axios
* refactor: change fetch to axios
* chore: remove dead code
* chore: revert import ordering
* refactor: use axios instead of fetch
* refactor: use token instead of string
Co-authored-by: Cafe137 <aron@aronsoos.com >
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz >
2022-04-21 16:29:50 +02:00