118 Commits

Author SHA1 Message Date
apanizo
23f0af976c WA-238 Silence tests' output 2018-06-01 08:49:52 +02:00
apanizo
a7076b9a1a WA-238 Implementing mustBeInteger validator on threshold and num of owners 2018-05-29 09:01:04 +02:00
apanizo
bd2e6b70a5 WA-238 Allowing set a Daily Limit of 0 when creating a Safe 2018-05-22 09:21:56 +02:00
apanizo
a16b5ed0f2 WA-238 Add test safesByOnwer selector with casi insensitive comparing addresses 2018-05-17 15:46:31 +02:00
apanizo
4a104830ae WA-238 Fix onClick reset fn hook in Stepper component after tx is finished 2018-05-17 13:44:38 +02:00
apanizo
608e4c1307 WA-238 Giving more time to mine tx when deploying safes 2018-05-14 16:00:44 +02:00
apanizo
c2fd9fb1a5 WA-238 Fix async status on getExtensions when withdrawing safe's funds 2018-05-08 16:41:48 +02:00
apanizo
fe7a936687 WA-238 Include the go title and to properties in Open route component 2018-05-08 13:21:50 +02:00
apanizo
fdca1781cb WA-238 Specify daily limit validation. Should be greater than 0 2018-04-27 16:23:50 +02:00
apanizo
7a05972d7f WA-238 Fixing tests including Daily Limit 2018-04-27 13:29:44 +02:00
apanizo
7dbc14f31e WA-238 Updating review safe creation view with Daily Limit 2018-04-27 13:10:18 +02:00
apanizo
854952f126 WA-238 Including Daily Limit in form 2018-04-27 12:48:03 +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
Adolfo Panizo
0094abd4ac
WA-280 - Feature not allowing similar owners accounts (#14)
* WA-280 adding unique address form validator

* WA-280 Adding test when two owner addresses are the same form raises an error

* WA-280 Refactor - Create safe button, centering loader and improving response on welcome view
2018-04-13 15:03:40 +02:00
Adolfo Panizo
f4284d513a
WA-280 - Feature: improve safe creation flow (#13)
* WA-280 limit the number of owners to 50

* WA-280 Creating a text for assuring error is raised when confirmations > owners

* WA-280 Allowing to finish create safe transaction even if the user leaves the page
2018-04-13 09:37:47 +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
Adolfo Panizo
d2b5131c9e
WA-279 - Create safe in a three step process (#11)
* WA-279 Creating Stepper component for simulating a Wizard Form with multiple steps

* WA-279 Introduced a review middle step when creating a new Safe

* WA-279 Added more Layout components (Bold, Span, GnoForm...)

* WA-279 Added validation to final-form's create safe form, including isEthAddress validator to form's owners addresses

* WA-279 Updated storybook Header and Footer
2018-03-29 11:52:58 +02:00
Adolfo Panizo
135cbd1568
[WA-229] Feature - Create safe (#10)
DevOps:
  Webpack config for having CSS mixins
  Added Flow

FrontEnd:
  Added redux
  Added Layout Components (Row, Col...)
  Added Material UI custom theme
  Added final-form library for creating user inputs for creating a form
  
Logic:
  Added actions, selectors, and reducers for controlling Header's connection done using TDD
  Fetching web3 provider logic dynamically
  Creating a basic safe with harcoded data
2018-03-29 11:05:42 +02:00