Commit Graph

118 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt 3f9b282fe7 recoveryNewKey was recoveryManager 2018-05-10 00:37:54 -03:00
Ricardo Guilherme Schmidt 5d453489b5 reorder vars + public recoveryContract 2018-05-10 00:35:53 -03:00
Ricardo Guilherme Schmidt ce79a64424 remove txCount, nonce++ in execute submit, pendingTx was multisigTx 2018-05-10 00:29:52 -03:00
Ricardo Guilherme Schmidt 011a923467 simplify transaction struct + small fix 2018-05-09 19:44:35 -03:00
Ricardo Guilherme Schmidt 036c6285a6 update ERC725 spec 2018-05-09 17:12:43 -03:00
Ricardo Guilherme Schmidt 3a62fcf5db "fix" replaceKey 2018-05-09 02:52:05 -03:00
Ricardo Guilherme Schmidt 66555cd4b5 comments + fix executeMessageSigned + constructor require key 2018-05-09 02:49:40 -03:00
Ricardo Guilherme Schmidt 3fefac4c74 use _execute in "shortcut" modifier to respect nonces, txCounts & events 2018-05-09 02:19:07 -03:00
Ricardo Guilherme Schmidt 86dd249b26 improve recovery call names and lock actions 2018-05-09 01:48:51 -03:00
Ricardo Guilherme Schmidt a154220026 improve naming of modifier 2018-05-09 01:37:38 -03:00
Ricardo Guilherme Schmidt 310b0074f1 reorder functions 2018-05-09 01:34:33 -03:00
Ricardo Guilherme Schmidt 80aaa9a561 small change in addKey requirements 2018-05-09 01:20:36 -03:00
Ricardo Guilherme Schmidt a14485c0b0 refactor execution and multisig process 2018-05-09 01:18:35 -03:00
Ricardo Guilherme Schmidt 8938d03911 use MessageSigned.sol abstract contract 2018-05-08 20:48:18 -03:00
Ricardo Guilherme Schmidt 2d8bc3a8fb Merge remote-tracking branch 'origin/bootstrap' into 145-identity 2018-05-08 20:31:16 -03:00
Ricardo Guilherme Schmidt d26c31498a abstract modifier 2018-05-08 20:29:42 -03:00
Ricardo Guilherme Schmidt 00d2dcacc3 remove unused modifiers 2018-05-08 20:27:41 -03:00
Ricardo Guilherme Schmidt a597410b66 fix comment blocks 2018-05-08 00:53:51 -03:00
Ricardo Guilherme Schmidt 0e77dafacd Merge branch 'bootstrap' of https://github.com/status-im/contracts into bootstrap 2018-05-08 00:52:19 -03:00
Ricardo Guilherme Schmidt 7b79862005 make constructors internal of abstract contracts 2018-05-07 23:38:54 -03:00
Ricardo Guilherme Schmidt 9067b7a21c Implement TestToken 2018-05-07 23:38:01 -03:00
Ricardo Guilherme Schmidt bc3933b1f5 change ERC20Token to interface 2018-05-07 23:37:45 -03:00
Ricardo Guilherme Schmidt 6600ee5ccf add basic ethereum signing message methods 2018-04-26 01:03:55 -03:00
Ricardo Guilherme Schmidt 0636efd8a7 add execution failed event 2018-04-25 09:45:27 -03:00
Ricardo Guilherme Schmidt 023eca0d5f add missing event 2018-04-24 15:58:04 -03:00
Ricardo Guilherme Schmidt 8bf51bc488 use hashed keys + dont require issuer to be claim signer 2018-04-23 08:04:03 -03:00
Ricardo Guilherme Schmidt 1c375daeb0 include dependency instance factory 2018-04-23 02:12:55 -03:00
Ricardo Guilherme Schmidt e711952231 reorg 2018-04-23 02:12:55 -03:00
Ricardo Guilherme Schmidt fade1238b3 reorg 2018-04-23 02:12:55 -03:00
Ricardo Guilherme Schmidt 37135766e7 cleanup contents and update solc 2018-04-23 02:04:49 -03:00
Ricardo Guilherme Schmidt 6750c665e8 cleanup bootstrap 2018-04-23 01:58:58 -03:00
Ricardo Guilherme Schmidt f9870224be add return factoried contract address + add emit keyword 2018-04-19 05:33:04 -03:00
Ricardo Guilherme Schmidt 706941acb0 add return factoried contract address + add emit keyword 2018-04-19 05:33:04 -03:00
Richard Ramos 79da42e2ba Fixing naming errors required for compilation 2018-04-09 16:05:19 -04:00
Richard Ramos a94156dd2f Merge from embark into develop 2018-04-09 10:18:44 -04:00
Richard Ramos 74262dd33e Merge from embark into develop 2018-04-09 10:18:44 -04:00
Ricardo Guilherme Schmidt 9de0367ba4 remove leftover info in readme, move docs 2018-04-06 22:33:17 -03:00
Ricardo Guilherme Schmidt e373ef3885 initialize first key as manager and action purpose 2018-04-02 16:26:25 -03:00
Ricardo Guilherme Schmidt ac54537b74 updated to new solidity keywords and linting 2018-03-30 02:31:08 -03:00
Ricardo Guilherme Schmidt e76dfe33ab updated to new solidity keywords and linting 2018-03-30 02:31:08 -03:00
Ricardo Guilherme Schmidt 497076382b fix typo 2018-03-28 18:37:17 -03:00
Ricardo Guilherme Schmidt 27d0fc24b6 democracy , constitution and factory refactor 2018-03-27 23:16:51 -03:00
Ricardo Guilherme Schmidt 33bb06bd76 fix wrong var name 2018-03-24 05:58:49 -03:00
Ricardo Guilherme Schmidt a271b00539 normalize 2018-03-24 05:58:04 -03:00
Ricardo Guilherme Schmidt cfb389398d fix reentrancy and reexecution 2018-03-24 05:53:35 -03:00
Ricardo Guilherme Schmidt 8a32a3ea47 reorder _removeKey logic 2018-03-24 05:30:07 -03:00
Ricardo Guilherme Schmidt 334f6754af move events and nonce increment 2018-03-24 05:16:54 -03:00
Ricardo Guilherme Schmidt 7b179ec04c more comments 2018-03-21 23:32:56 -03:00
Ricardo Guilherme Schmidt 905aff6485 (save gas) bypass "transaction sstore" if multisigned not required 2018-03-21 23:30:54 -03:00
Ricardo Guilherme Schmidt bcadf42cef enhance utility modifier 2018-03-21 13:23:46 -03:00