107 Commits

Author SHA1 Message Date
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
apanizo
2430937ce5 Fix tests due recent changes 2018-09-06 13:38:39 +02:00
apanizo
7db8239460 Open in etherscan user address 2018-09-06 12:49:45 +02:00
apanizo
2d443dc4b2 Fix typo on css and exporting outside removeProvider action 2018-09-06 12:33:06 +02:00
apanizo
f61208d914 Updated providerName selector to retrieve the name even if provider is not available 2018-09-06 12:32:37 +02:00
apanizo
a6ea834874 Added removeProvider redux action 2018-09-06 12:32:05 +02:00
apanizo
00caa6e951 Added loaded and avaialble provider selector. Updated Header component 2018-09-06 10:55:31 +02:00
apanizo
13b28dc51f Added as shorten utily method to eth address logic files 2018-09-05 15:50:47 +02:00
apanizo
70f875ba29 Wrapping Provider data in one component & Adding Identicon 2018-08-30 14:02:47 +02:00
apanizo
3003805763 Returning Promise.reject(new Error(....)) when checking receipt status and gas calculation 2018-08-29 09:21:11 +02:00
apanizo
8ecf518022 Executing DailyLimit operation in a controlled try/catch way 2018-08-29 09:20:20 +02:00
apanizo
2e860d7a65 Fetching network version using callback 2018-08-29 09:19:40 +02:00
apanizo
818cdfdba7 Fix Metamask test provider 2018-08-28 14:30:09 +02:00
apanizo
66792477bb Injecting provider selectors in Header's layout 2018-08-28 14:22:13 +02:00
apanizo
b1244a22fd Add network prop to provider entity 2018-08-28 14:13:42 +02:00
apanizo
78a88b29dc Inject provider in lowercase 2018-08-23 13:47:59 +02:00
apanizo
c0970f3906 WA-521 Logic for handling txs via provider signatures 2018-08-22 13:43:43 +02:00
apanizo
b1c281b6d2 WA-521 Use Personal Safe contract in case we use signatures validation via provider 2018-08-22 13:41:48 +02:00