apanizo
|
74f37583af
|
WA-238 Removing old contracts
|
2018-05-31 14:57:09 +02:00 |
Adolfo Panizo
|
948196b100
|
Merge pull request #31 from gnosis/feature/WA-238-implementation-multisig-tx
WA-238 Implementation Multisig TXs
|
2018-05-31 13:45:41 +02:00 |
Adolfo Panizo
|
2c98b2e5ec
|
Merge pull request #30 from gnosis/feature/WA-238-safe-txs-frontend
WA-238 Safe Txs Frontend
|
2018-05-31 13:44:47 +02:00 |
apanizo
|
5ce3564cc7
|
WA-238 Fix createTransactions when safe has only one owner
|
2018-05-31 13:41:51 +02:00 |
apanizo
|
6ee48db1e5
|
WA-238 Fix calculation of executed tx hash when threshold was not reached
|
2018-05-31 11:39:44 +02:00 |
apanizo
|
b2a02982fe
|
WA-238 usage of executeTransaction on processTransaction helper
|
2018-05-31 11:25:44 +02:00 |
apanizo
|
99507a0c33
|
WA-238 usage of ethTransactions functions on createTransactions
|
2018-05-31 09:45:18 +02:00 |
apanizo
|
fff325bfb3
|
WA-238 Added ethTransactions helper function
|
2018-05-31 09:44:04 +02:00 |
apanizo
|
cc548e94db
|
WA-238 Added bigNumber as library
|
2018-05-31 09:20:07 +02:00 |
apanizo
|
6e221dacdf
|
WA-238 Do not redeploy master copies if the instances do not work
|
2018-05-31 09:19:27 +02:00 |
apanizo
|
ad94d78ef9
|
WA-238 Update safe-contracts
|
2018-05-30 15:23:19 +02:00 |
apanizo
|
557a2e17af
|
WA-238 Not allowing user who has confirmed tx do it again
|
2018-05-30 09:36:28 +02:00 |
apanizo
|
649243c0d3
|
WA-238 Fixing problem increasing threshold in UI Transaction's view
|
2018-05-30 09:29:22 +02:00 |
apanizo
|
37c4076d00
|
WA-238 Updating smart contracts
|
2018-05-29 09:33:36 +02:00 |
apanizo
|
cfdbc8a761
|
WA-238 Fixing error of safes 1+ owners and threshold 1 when sending txs
|
2018-05-29 09:31:48 +02:00 |
apanizo
|
a7076b9a1a
|
WA-238 Implementing mustBeInteger validator on threshold and num of owners
|
2018-05-29 09:01:04 +02:00 |
apanizo
|
547f14474e
|
WA-238 Add new deployment of safe-contracts
|
2018-05-28 08:19:20 +02:00 |
apanizo
|
071fee9056
|
WA-238 Fix withdrawn smart contract function
|
2018-05-27 14:38:44 +02:00 |
apanizo
|
f917bb2abd
|
WA-238 sameAddress helper for avoid case sensitive problems with eth addresses
|
2018-05-27 14:12:29 +02:00 |
apanizo
|
194e51d207
|
WA-238 Fix updating executed txs
|
2018-05-27 13:56:22 +02:00 |
apanizo
|
192eb9b909
|
WA-238 Updating Truffle to 4.1.11
|
2018-05-27 13:35:20 +02:00 |
apanizo
|
bd00e4a517
|
WA-238 update safe-contracts
|
2018-05-27 13:33:20 +02:00 |
apanizo
|
efe2905526
|
WA-238 Fix automic onClick calls
|
2018-05-27 12:24:50 +02:00 |
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
|
4caacdb184
|
WA-238 Implementation and UI adaptation to process ttransactions
|
2018-05-27 12:07:58 +02:00 |
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 |