37 Commits

Author SHA1 Message Date
apanizo
8e908bb5fc WA-238 Added a test for assuring grantedSelector works in a case-insentive mode 2018-05-27 12:16:19 +02:00
apanizo
44ed495226 WA-238 Adding tests of confirmations and transactions selectors 2018-05-26 12:01:08 +02:00
apanizo
8abc514413 WA-238 Transaction List component 2018-05-26 09:56:17 +02:00
apanizo
ad7157b454 WA-238 include hash in Confirmation record, added tests for safes with 1 owner they do not need confirmation 2018-05-24 16:38:20 +02:00
apanizo
f4ca495ea0 WA-238 Adding fetchTransactions action 2018-05-22 11:34:56 +02:00
apanizo
89b1b5ffe0 WA-238 adding transactions property to redux store 2018-05-22 11:23:41 +02:00
apanizo
63cb857b7b WA-238 Rename calculateInitialState to safeInitialState 2018-05-22 11:07:38 +02:00
apanizo
26c4d8ffda WA-238 added grantedSelector and its test for displaying safe if user is owner 2018-05-22 10:22:57 +02:00
apanizo
60d7f9056e WA-238 Transaction tests for storing confirmations 2018-05-21 16:11:02 +02:00
apanizo
7efcf44961 WA-238 Adding confirmation and transaction model entities (Immutable Records) 2018-05-21 16:09:01 +02:00
apanizo
e25ccbeb6d WA-238 Adding tests for safesByOwnerSelector 2018-05-17 10:29:54 +02:00
apanizo
c997bb4473 WA-238 Fixing flow errors 2018-05-16 15:38:45 +02:00
apanizo
98ce8f1746 WA-238 Adding more time to execute the tx in background 2018-05-14 15:26:48 +02:00
apanizo
d0860df49b WA-238 Not allowing to wthdrawn if limit is exceeded 2018-05-14 12:27:57 +02:00
apanizo
f04eec5f77 WA-238 Storybook showing spentToday and disabling withdrawn buttons is limit has been exceeded 2018-05-14 11:14:09 +02:00
apanizo
706bdba69b WA-238 Adding test updating safe's daily limit redux record after executing withdrawn 2018-05-14 10:43:23 +02:00
apanizo
4051852eda WA-238 Returning promise when executing dailyLimit tx 2018-05-14 10:42:08 +02:00
apanizo
725a9f6b13 WA-238 Fix error on reducer not using action's payload property 2018-05-14 09:50:11 +02:00
apanizo
cefa6d5567 WA-238 Do not update safes in localStorage when updating DailyLimit 2018-05-14 09:10:28 +02:00
apanizo
4a30051858 WA-238 fetchDailyLimit action definition and its reducer 2018-05-13 13:33:40 +02:00
apanizo
3cba259fc1 WA-238 DailyLimit Record types 2018-05-13 13:31:33 +02:00
apanizo
aa93a8301b WA-238 refactor update deployedSafe builder including execture withdrawn helper 2018-05-13 13:30:20 +02:00
apanizo
79ae47570f WA-238 creation of updateDailyLimit action 2018-05-13 13:25:02 +02:00
apanizo
1e42b3d67e WA-238 Adapting dailyLimit in safes to store the amount spent 2018-05-11 15:25:16 +02:00
apanizo
91f142f510 WA-238 Adding dailyLimit withdrawn DOM test 2018-05-09 14:41:29 +02:00
apanizo
ec9c78b88b WA-238 Deploying contracts with Daily limit and ProxyFactory 2018-04-30 14:10:24 +02:00
apanizo
d3ab3ec658 WA-238 Adding Daily Limit when showing safe route 2018-04-27 15:06:13 +02:00
apanizo
7a05972d7f WA-238 Fixing tests including Daily Limit 2018-04-27 13:29:44 +02:00
apanizo
c866afcf56 WA-230 Including in tests decimal eth for testing balances 2018-04-17 12:01:29 +02:00
apanizo
01977f91cd WA-230 Adding get balance selector using rr match props. Included tests 2018-04-17 11:37:01 +02:00
apanizo
2fa204a693 WA-230 Adding fetchBalance action. Included tests 2018-04-17 10:05:08 +02:00
apanizo
5ddc5f7afe WA-230 Including balances reducer in store 2018-04-17 09:39:27 +02:00
apanizo
42f2e763b9 WA-230 Extracting DOM safe deployment via eth tx into deployedSafe builder helper class 2018-04-17 09:37:04 +02:00
apanizo
4de739ca74 WA-230 Refactoring safe.builder to provide only safe records 2018-04-17 09:35:02 +02:00
apanizo
92b881fc5e WA-230 Adding balances reducer 2018-04-16 14:47:17 +02:00
apanizo
c2f00976c6 WA-230 Adding addBalance and fetchBalance actions 2018-04-16 14:45:09 +02:00
Adolfo Panizo
88bfca0a0d
WA-280 - Feature open created safes (#12)
* WA-280 Added redux logic for safe route

* WA-280 Added tests including builders for safe's redux store classes

* WA-280 Improving Flow coverage in actions and reducers

* WA- 280 Mocking LocalStorage and Web3 in JEST

* WA-280 Generating view of Safe route and its logic to store and retrieve info from localstorage

* WA-280 Added run-with-testrpc for simulating a testnet in memory while executing tests
2018-04-11 09:28:54 +02:00