Ricardo Guilherme Schmidt
|
79bad75e54
|
remove uint256 _purpose from getKey in ERC725
|
2018-05-13 18:09:20 -03:00 |
|
Ricardo Guilherme Schmidt
|
03a0e163e2
|
fix constructor + require messages
|
2018-05-13 05:46:32 -03:00 |
|
Ricardo Guilherme Schmidt
|
2ee4ec5c6c
|
fix build and test
|
2018-05-13 02:39:10 -03:00 |
|
Ricardo Guilherme Schmidt
|
4e12bd0a16
|
improve constructor and small fix
|
2018-05-11 18:46:05 -03:00 |
|
Ricardo Guilherme Schmidt
|
e99ee43443
|
update to ERC735 rename claimType to topic
|
2018-05-11 10:44:18 -03:00 |
|
Ricardo Guilherme Schmidt
|
15975dbce3
|
improve replaceKey
|
2018-05-11 01:53:22 -03:00 |
|
Ricardo Guilherme Schmidt
|
5b7124fc57
|
remove loops from recovery by add salt to keys storage pointer
|
2018-05-11 01:22:11 -03:00 |
|
Ricardo Guilherme Schmidt
|
6f52b6cde8
|
cheaper recovery processing
|
2018-05-10 01:24:04 -03:00 |
|
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
|
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
|
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
|
e373ef3885
|
initialize first key as manager and action purpose
|
2018-04-02 16:26:25 -03:00 |
|
Ricardo Guilherme Schmidt
|
e76dfe33ab
|
updated to new solidity keywords and linting
|
2018-03-30 02:31:08 -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 |
|
Ricardo Guilherme Schmidt
|
bf51e76c9c
|
reduce warnings
|
2018-03-21 13:13:04 -03:00 |
|
Ricardo Guilherme Schmidt
|
dc6239546b
|
fix inconsistent modifier
|
2018-03-21 13:07:12 -03:00 |
|
Ricardo Guilherme Schmidt
|
accd832bf3
|
function named wrongly fix: rename isKeyType -> isKeyPurpose
|
2018-03-21 12:50:03 -03:00 |
|
Ricardo Guilherme Schmidt
|
8d5046fcb8
|
reduce warnings
|
2018-03-21 12:47:12 -03:00 |
|
Ricardo Guilherme Schmidt
|
c09772e634
|
additional redundant security check
|
2018-03-20 22:29:37 -03:00 |
|
Ricardo Guilherme Schmidt
|
988ccd1085
|
reduce warnings
|
2018-03-19 23:15:22 -03:00 |
|
Richard Ramos
|
807e692829
|
Merge 27-ens-usernames-idopt2 with 27-ens-usernames
|
2018-03-15 14:15:37 -04:00 |
|
Richard Ramos
|
f6ec000091
|
Changed name to function, and added view to Factory
|
2018-03-13 13:52:44 -04:00 |
|
Ricardo Guilherme Schmidt
|
84bb005997
|
constructor logic encapsulated to prevent programming errors
|
2018-03-03 17:16:32 -03:00 |
|
Ricardo Guilherme Schmidt
|
a6cf6f4d27
|
fix compile error in IdentityKernel
|
2018-03-03 17:05:50 -03:00 |
|
Ricardo Guilherme Schmidt
|
612fdb7f43
|
linting and reorder
|
2018-03-03 00:00:11 -03:00 |
|
Ricardo Guilherme Schmidt
|
80b1089bd3
|
reoder functions: {external,public,internal,private}
|
2018-03-02 23:54:36 -03:00 |
|
Ricardo Guilherme Schmidt
|
7de52b4626
|
standarize internal method signature
|
2018-03-02 23:48:15 -03:00 |
|