apanizo
|
0c4708b375
|
WA-238 Fix warning text boolean prop
|
2018-05-26 13:39:44 +02:00 |
apanizo
|
5085a18fa7
|
WA-238 Adding DOM test simulating execution of tx when safe has only 1 owner
|
2018-05-26 13:35:17 +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
|
48a5804051
|
WA-238 Hairline layout component
|
2018-05-26 09:36:59 +02:00 |
apanizo
|
59bd50d55c
|
WA-238 Deploy safe-contracts
|
2018-05-26 09:36:34 +02:00 |
apanizo
|
3268d76dcb
|
WA-238 Rename transactions form component to AddTRansaction
|
2018-05-25 10:21:42 +02:00 |
apanizo
|
cbf29c10e0
|
WA-238 Including only the txHash in the redux store of confirmations
|
2018-05-24 17:27:11 +02:00 |
apanizo
|
38953cfcb7
|
WA-238 Adjust createTransaction function to be executed correctly
|
2018-05-24 17:01:23 +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
|
f42aa0722f
|
WA-238 rename createTransaction to storeTransaction
|
2018-05-24 13:58:49 +02:00 |
apanizo
|
abb949702c
|
WA-238 Adding create multisig tx logic
|
2018-05-24 13:23:04 +02:00 |
apanizo
|
f9407397db
|
WA-238 refactor inLimit form validator
|
2018-05-24 11:31:28 +02:00 |
apanizo
|
67552e211f
|
WA-238 Review TX component
|
2018-05-23 16:33:35 +02:00 |
apanizo
|
fdfeceef8b
|
WA-238 Fix Withdrawn and Multisig Forms
|
2018-05-23 16:29:30 +02:00 |
apanizo
|
3dcb551268
|
WA-238 Multisig transaction form
|
2018-05-23 16:19:16 +02:00 |
apanizo
|
0fb1758fc5
|
WA-238 Added test for enabling add tx button when the safe has funds
|
2018-05-23 12:29:40 +02:00 |
apanizo
|
bc9b2be6a1
|
WA-238 Add TXs row in Safe view
|
2018-05-23 12:05:50 +02:00 |
Adolfo Panizo
|
b784316cfa
|
Merge pull request #27 from gnosis/feature/WA-238-load-safes-by-owner
WA-238 Load safes by owner
|
2018-05-23 08:34:18 +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
|
bb3c5127f6
|
WA-238 Using NoRights component on safe route layout
|
2018-05-22 10:48: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
|
ec25ae276e
|
WA-238 Updating contracts and removing old ones
|
2018-05-22 09:22:38 +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
|
29e92ca622
|
WA-238 Refactor transaction tests
|
2018-05-22 08:56:49 +02:00 |
apanizo
|
3f77bc1dbd
|
WA-238 Tests checking owners conditions
|
2018-05-21 16:58:03 +02:00 |
apanizo
|
60d7f9056e
|
WA-238 Transaction tests for storing confirmations
|
2018-05-21 16:11:02 +02:00 |
apanizo
|
302fc13613
|
WA-238 Refactor localStorage class allowing load data by key
|
2018-05-21 16:10:05 +02:00 |
apanizo
|
7efcf44961
|
WA-238 Adding confirmation and transaction model entities (Immutable Records)
|
2018-05-21 16:09:01 +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
|
e25ccbeb6d
|
WA-238 Adding tests for safesByOwnerSelector
|
2018-05-17 10:29:54 +02:00 |
apanizo
|
e3c4c7661d
|
WA-238 adapt safeContracts> initContracts and code when creating safe to new safe-contracts
|
2018-05-16 16:06:39 +02:00 |
apanizo
|
fb01100e6c
|
WA-238 Updating safe-contracts
|
2018-05-16 15:46:33 +02:00 |
apanizo
|
c997bb4473
|
WA-238 Fixing flow errors
|
2018-05-16 15:38:45 +02:00 |
apanizo
|
140d393e54
|
WA-238 reducing initial load increasing vendors Webpack 4 optimization
|
2018-05-16 15:37:33 +02:00 |
Adolfo Panizo
|
8542a25941
|
Merge pull request #25 from gnosis/feature/WA-238-withdrawn-form-component
WA-238 Daily limit UI changes (React components and tests)
|
2018-05-16 09:26:13 +02:00 |
Adolfo Panizo
|
5531e0fc19
|
Merge pull request #26 from gnosis/feature/WA-238-daily-limit-logic
WA-238 Daily limit logic (including spentToday information)
|
2018-05-16 09:25:33 +02:00 |
apanizo
|
608e4c1307
|
WA-238 Giving more time to mine tx when deploying safes
|
2018-05-14 16:00:44 +02:00 |
apanizo
|
c711c624fd
|
WA-238 Increasing the jest.setTimeout time
|
2018-05-14 15:52:55 +02:00 |
apanizo
|
98ce8f1746
|
WA-238 Adding more time to execute the tx in background
|
2018-05-14 15:26:48 +02:00 |
apanizo
|
d61bf58963
|
WA-238 Fix delay in tests avoiding JEST default error
|
2018-05-14 13:46:30 +02:00 |
apanizo
|
d66ef07f98
|
WA-238 Delaying fetchDailyLimit after withdrawing
|
2018-05-14 13:38:18 +02:00 |
apanizo
|
a4a519ad8e
|
WA-238 Modify redirect of withdrawn stepper
|
2018-05-14 12:41:20 +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
|
26815af91c
|
WA-238 Adding test handling exception when exceeding dailyLimit
|
2018-05-14 10:42:42 +02:00 |