Mikhail Mikheev
|
22eb1a3c55
|
implement form populating after valid address
|
2019-04-24 17:52:21 +04:00 |
|
Mikhail Mikheev
|
4b1a0f785d
|
pass token address as a param in fetch token function
|
2019-04-23 13:54:10 +04:00 |
|
Mikhail Mikheev
|
39ccb7b288
|
move fetchTokenList function to separate api folder, add fetchToken func
|
2019-04-23 13:42:45 +04:00 |
|
Mikhail Mikheev
|
3e62d3b7be
|
flow type fix
|
2019-04-22 18:46:41 +04:00 |
|
Mikhail Mikheev
|
c6110fc8c2
|
Merge branch 'development' of github.com:gnosis/safe-react into 83-tokens
|
2019-04-22 17:59:22 +04:00 |
|
Mikhail Mikheev
|
5b109dd60a
|
implement adding custom token
|
2019-04-22 17:45:05 +04:00 |
|
Mikhail Mikheev
|
1c95804b54
|
fix loading active tokens error
|
2019-04-22 16:43:33 +04:00 |
|
Mikhail Mikheev
|
7dc2f235f8
|
implement add custom token modal
|
2019-04-22 16:23:58 +04:00 |
|
mmv
|
c633165dd2
|
rename setActiveTokens to saveActiveTokens
|
2019-04-17 18:40:30 +04:00 |
|
mmv
|
43e8521aba
|
eslint fix
|
2019-04-17 18:37:41 +04:00 |
|
mmv
|
289f5f6feb
|
token redux-related stuff cleanup after refactor
|
2019-04-17 18:37:15 +04:00 |
|
mmv
|
cdaa6c8223
|
fix loading tokens from storage
|
2019-04-17 16:47:21 +04:00 |
|
Mikhail Mikheev
|
3373b83a27
|
storage middleware wip, add optimization comment
|
2019-04-16 16:13:28 +04:00 |
|
Mikhail Mikheev
|
413cfa39d4
|
reducer fix
|
2019-04-12 18:57:37 +04:00 |
|
Mikhail Mikheev
|
a6249de48d
|
add SafeToken record
|
2019-04-12 17:26:24 +04:00 |
|
Mikhail Mikheev
|
50a315b839
|
show eth balance in balance tab
|
2019-04-12 13:57:03 +04:00 |
|
Mikhail Mikheev
|
3530d2f305
|
remove eth from list of active tokens
|
2019-04-11 20:24:14 +04:00 |
|
Mikhail Mikheev
|
be295d1ef5
|
tokens balance refactor wip
|
2019-04-11 19:44:48 +04:00 |
|
Mikhail Mikheev
|
f94e598609
|
balance fetch fixes
|
2019-04-11 18:12:27 +04:00 |
|
Mikhail Mikheev
|
fe35b811c4
|
refactor tokens reducer
|
2019-04-11 15:19:22 +04:00 |
|
Mikhail Mikheev
|
a158fe4a15
|
add extended token selector
|
2019-04-10 20:04:29 +04:00 |
|
Mikhail Mikheev
|
93cf045c00
|
update safe and token models
|
2019-04-10 17:24:32 +04:00 |
|
Mikhail Mikheev
|
56c6892651
|
split fetching tokens function
|
2019-04-09 19:53:41 +04:00 |
|
Mikhail Mikheev
|
1125536412
|
tokens fetch fixes, disable eth switch in tokens modal
|
2019-04-09 18:14:48 +04:00 |
|
Mikhail Mikheev
|
4f5986506b
|
reducer fix, fetching balances and updating balances fixes
|
2019-04-09 16:36:04 +04:00 |
|
Mikhail Mikheev
|
8a8b29744a
|
action for fetching active token balances wip
|
2019-04-09 12:48:22 +04:00 |
|
Mikhail Mikheev
|
8108b6bd01
|
add an action to fetch token balances
|
2019-04-08 19:58:01 +04:00 |
|
Mikhail Mikheev
|
3b27729d85
|
load active tokens from localstorage when visiting safe view
|
2019-04-08 16:53:45 +04:00 |
|
Mikhail Mikheev
|
32970871d2
|
eslint fixes
|
2019-04-04 18:04:59 +04:00 |
|
Mikhail Mikheev
|
e33c90c230
|
load safes from localstorage on app load
|
2019-04-04 17:35:32 +04:00 |
|
Mikhail Mikheev
|
01baabc7cb
|
add loadFromStorage funC
|
2019-04-03 17:43:49 +04:00 |
|
Mikhail Mikheev
|
1c0917d25a
|
move safe storage logic to logic folder, refactor generic storage logic to use immortaldb
|
2019-04-01 17:50:56 +04:00 |
|
Mikhail Mikheev
|
95d6316860
|
prettier code formatting
|
2019-03-29 17:32:59 +04:00 |
|
Mikhail Mikheev
|
2a4e72a88e
|
refactor tokensStorage to use immortaldb
|
2019-03-28 19:30:03 +04:00 |
|
Mikhail Mikheev
|
05c6ffbce7
|
fix flow annotation for createAction for tokens actions
|
2019-03-28 13:10:58 +04:00 |
|
Mikhail Mikheev
|
718e84aea3
|
save whole tokens object in a reducer wip, fix flow type annotation in tokens reducer
|
2019-03-27 20:19:38 +04:00 |
|
Mikhail Mikheev
|
633f8738b6
|
save active tokens via immortaldb
|
2019-03-27 19:30:32 +04:00 |
|
Mikhail Mikheev
|
7e150a2ff3
|
immortaldb wip
|
2019-03-26 19:18:36 +04:00 |
|
Mikhail Mikheev
|
0e97f41c54
|
fix token balance calculation rounding issue by using bignumber not from web3
|
2019-03-26 17:14:52 +04:00 |
|
Mikhail Mikheev
|
a302742e27
|
move side effects out from tokens reducer, wip rounding bug in tokens balances (should be 1.1 but bignumber returns 1)
|
2019-03-25 18:59:00 +04:00 |
|
Mikhail Mikheev
|
d7fedee8a9
|
precommit hook changes
|
2019-03-25 15:10:37 +04:00 |
|
Mikhail Mikheev
|
c62271bcb8
|
wip commit: removing side effects from tokens reducer to actions
|
2019-03-22 19:27:18 +04:00 |
|
Mikhail Mikheev
|
5c8dcb1d8f
|
move token-related localstorage logic to toknes folder
|
2019-03-22 18:27:47 +04:00 |
|
Mikhail Mikheev
|
745bb06962
|
move tokens stuff to logic folder because in the new mockups their functionality moved to safe page
|
2019-03-20 19:13:53 +04:00 |
|
mmv
|
8ac4cd5b1a
|
wip fixing tests, fix toNative function, remove deprecated property from TableCell
|
2019-03-18 19:30:33 +04:00 |
|
mmv
|
92772834b9
|
tests fix wip commit
|
2019-03-14 19:36:09 +04:00 |
|
mmv
|
122be46934
|
tests fix wip commit
|
2019-03-14 17:02:04 +04:00 |
|
mmv
|
d930db5ace
|
remove unused imports
|
2019-03-13 16:26:49 +04:00 |
|
mmv
|
91c3c9fa91
|
Fix funds.toNumber is not a function
|
2019-03-13 15:01:02 +04:00 |
|
mmv
|
f2dedc4ad2
|
add click to copy feature on safe page
|
2019-03-12 17:46:35 +04:00 |
|