107 Commits

Author SHA1 Message Date
mmv
48eb83c288 fix estimateGas call 2019-05-23 12:38:55 +04:00
mmv
8f6823a9c4 minor codestyle fixes 2019-05-22 19:51:15 +04:00
mmv
c5bc2fa584 update calculations to be like in up-to-date safe-contracts tests 2019-05-22 19:36:46 +04:00
mmv
755db44c17 generate pre validated signature for gas calculation 2019-05-22 18:36:43 +04:00
mmv
dc4c6097c1 metamask signature generation fix, gas calculations wip 2019-05-22 17:06:55 +04:00
mmv
c6325567ba gas calculations wip 2019-05-22 15:59:42 +04:00
mmv
a984d08a3d gas calculations wip 2019-05-22 13:14:41 +04:00
mmv
7019d46e13 eslint fixes 2019-05-21 19:18:37 +04:00
mmv
2eb09c6398 gas calculations wip 2019-05-21 19:04:52 +04:00
Mikhail Mikheev
b8d5b383bd make etherscan link actually a link 2019-04-26 12:59:58 +04:00
Mikhail Mikheev
8cd9fffb16 remove unnecessary export 2019-04-25 13:24:51 +04:00
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