574 Commits

Author SHA1 Message Date
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
mmv
2593b8a765 fix safe loading by awaiting .at function 2019-03-12 16:35:25 +04:00
mmv
866d2a57cb Fix fetching token data, next one: gnosisSafe.getThresold is not a function 2019-03-11 15:29:50 +04:00
mmv
78dc0d7bb0 WIP commit: add link to the index page in header 2019-03-07 19:05:57 +04:00
mmv
ea0b5f58c5 WIP: Fix safe creation, though there is still errors when we try to fetch it 2019-03-07 18:47:42 +04:00
mmv
7dff751e1e Trying to update web3, wip commit 2019-03-07 18:21:16 +04:00
apanizo
bd80d2f882 Added DOM test for loading safe #75 2018-11-14 17:13:22 +01:00
apanizo
451f3505a2 Removing daily limit in logic 2018-10-15 13:23:37 +02:00
apanizo
678c3de726 Removing unused setup line and increasing gas for creating GnosisSafe contract in test environment 2018-10-11 19:16:49 +02:00
apanizo
b836f656ed Adapting safeContracts to create safes without any module 2018-10-11 19:11:29 +02:00
apanizo
4c482f80ad Adding wrong network notification 2018-10-11 10:04:20 +02:00
apanizo
227d011c7d Refactor provider notifications 2018-10-10 16:40:34 +02:00
apanizo
6de2ad13f8 Show warning message when metamask is locked 2018-10-10 16:25:34 +02:00
apanizo
e2d95c03fb Using notifications when app is connected to web3 provider 2018-10-09 16:50:34 +02:00
apanizo
317c990993 Adding test for generating signatures in correct order even addresses are checksumed 2018-10-08 10:57:30 +02:00
apanizo
98a402ae75 Order signatures by address 2018-10-05 17:33:10 +02:00
apanizo
a20f1a1568 Adjust the tx-history-service sending proper data based on spec 2018-10-05 17:32:19 +02:00
apanizo
85dc4f8b8b Adjust blockchain logic to send approved signatures when executing tx 2018-10-05 17:31:31 +02:00
apanizo
5ff18f62aa Creating a container for opening route 2018-09-28 14:24:55 +02:00
apanizo
9ae732cd6b Adapting blockchain operations to 0.0.2 alpha contracts WIP 2018-09-28 09:35:45 +02:00
apanizo
74b58e3fea Refactoring threshold 2018-09-27 15:41:18 +02:00
apanizo
c6ff0801fb Fix Metamasks' signatures following EIP 712 2018-09-27 10:57:44 +02:00
apanizo
7fdf94f824 Creating safe's instances using 0.0.2 contracts 2018-09-27 10:55:17 +02:00