Ricardo Guilherme Schmidt
1cc1a7c860
fixed infinite recursive call of delegationOfAt and renamed stuff
2018-03-16 20:43:45 -03:00
Ricardo Guilherme Schmidt
f198a785ce
introduce search indexing "views" for cheapening constant costy calls
2018-03-16 14:54:57 -03:00
Ricardo Guilherme Schmidt
ddc3486af7
include msg.sender in sender signature
2018-03-15 23:26:14 -03:00
Ricardo Guilherme Schmidt
325b6ecb26
offline inboxing payout contract
2018-03-15 23:19:14 -03:00
Ricardo Guilherme Schmidt
cca39e00ee
use correct file
2018-03-15 16:54:24 -03:00
Richard Ramos
0cc3554275
Merge of 27-ens-usernames with develop
2018-03-15 14:35:55 -04:00
Richard Ramos
5e9bd3109a
Merge 27-ens-usernames-idopt2 with 27-ens-usernames
2018-03-15 14:15:37 -04:00
Richard Ramos
f75c0e973c
Merge republic-status with develop
2018-03-15 14:02:12 -04:00
Ricardo Guilherme Schmidt
dd0f878385
recovery explanation details
2018-03-15 14:31:24 -03:00
Ricardo Guilherme Schmidt
5cdd941768
factory detailing explanation
2018-03-15 14:25:19 -03:00
Richard Ramos
d857ccc467
Fix error on docs
2018-03-15 11:27:29 -04:00
Richard Ramos
ebaeeb750e
Adding recovery documentation
2018-03-14 11:23:49 -04:00
Richard Ramos
9c3116e5cd
Updated test unit to reflect changes in recovery contract
2018-03-13 19:30:12 -04:00
Richard Ramos
625eda2e44
Updated factory unit test and docs to include delay functionality
2018-03-13 14:37:15 -04:00
Richard Ramos
e89cb20af8
Updated documentation
2018-03-13 13:52:59 -04:00
Richard Ramos
05376565a7
Changed name to function, and added view to Factory
2018-03-13 13:52:44 -04:00
Richard Ramos
daf69e5c91
Documented execution, approval process, and identity upgrades
2018-03-13 10:58:15 -04:00
Richard Ramos
4a631c726c
Documented identity management activities
2018-03-13 10:26:18 -04:00
Richard Ramos
67baa004cd
Identity documentation Format
2018-03-13 09:47:01 -04:00
Richard Ramos
c62e185af8
Adding documentation for Identity contracts
2018-03-13 09:29:26 -04:00
Ricardo Guilherme Schmidt
c5770826b9
..
2018-03-11 22:13:08 +07:00
Ricardo Guilherme Schmidt
3a0b56738e
include SOB proposal for republic
2018-03-11 22:12:50 +07:00
Ricardo Guilherme Schmidt
8adc054dcc
avoid overwrite of target function
2018-03-11 22:11:42 +07:00
Ricardo Guilherme Schmidt
4b2af0daa7
better git ignore
2018-03-11 22:11:03 +07:00
Ricardo Guilherme Schmidt
cb2c639455
simple recycle manager
2018-03-11 19:56:47 +07:00
Ricardo Guilherme Schmidt
dd69fbe3f6
burned fee locker/recycler
2018-03-11 18:39:57 +07:00
Ricardo Guilherme Schmidt
7365504bf9
approval process
2018-03-11 18:17:50 +07:00
Ricardo Guilherme Schmidt
7a61f0ffb3
fix delegate flood gas "attack"/"limitation"
2018-03-11 17:11:46 +07:00
Ricardo Guilherme Schmidt
b715a0245e
updates delayed in 30 days to prevent takeover
2018-03-04 03:31:07 -03:00
Ricardo Guilherme Schmidt
d97be16c56
constructor logic encapsulated to prevent programming errors
2018-03-03 17:16:32 -03:00
Ricardo Guilherme Schmidt
78c1b97a1e
fix compile error in IdentityKernel
2018-03-03 17:05:50 -03:00
Ricardo Guilherme Schmidt
341c0ae442
fix front running vulnerability
2018-03-03 00:55:40 -03:00
Ricardo Guilherme Schmidt
93150ce174
linting and reorder
2018-03-03 00:00:11 -03:00
Ricardo Guilherme Schmidt
f12dead0b8
reoder functions: {external,public,internal,private}
2018-03-02 23:54:36 -03:00
Ricardo Guilherme Schmidt
65936f8347
standarize internal method signature
2018-03-02 23:48:15 -03:00
Richard Ramos
42bebae3c8
Added extra verification when deleting management keys
2018-03-02 17:27:08 -04:00
Richard Ramos
a011e905b8
Updated approval process
...
- Managers can only execute actions on identity
- Actors can execute actions outside identity
- Validated minimum approvals to not exceed available keyTypes
- Updated identity test unit to reflect changes
2018-03-02 15:00:46 -04:00
Ricardo Guilherme Schmidt
b6c64d97c4
replace key, recovery manager reset, remove unnecessary storage, lint
2018-03-02 11:32:00 -03:00
Ricardo Guilherme Schmidt
181a926ddc
allow withdraw funds sent by other contract selfdestruct
2018-03-02 10:34:20 -03:00
Ricardo Guilherme Schmidt
b56119bde3
setup delay, signature security, execution, events and linting.
2018-03-02 10:21:52 -03:00
Ricardo Guilherme Schmidt
106e98c52d
more clear code and functions, simplier process
2018-03-02 07:14:45 -03:00
Ricardo Guilherme Schmidt
aea0106e3c
add public visibility modifier
2018-03-02 02:25:46 -03:00
Richard Ramos
9233c6bd7a
Identity can receive ether
...
- Added payable fallback function
- Added unit test for sending/receiving ether
2018-03-01 16:07:32 -04:00
Richard Ramos
9f61696ad8
- Fixing typo in Identity.sol
...
- Reorganizing javascript files used in tests
- Cleaned up unit tests
- Created identityUtils.js to encode function calls sent in execute();
2018-03-01 11:42:44 -04:00
Richard Ramos
be10d3ba95
Linting to reduce problems in IDE
2018-02-28 14:52:32 -04:00
Richard Ramos
7560ac8328
Removing unused function
2018-02-28 14:39:22 -04:00
Richard Ramos
e92c6b7867
Added unit test to verify identity upgrades
2018-02-28 14:35:15 -04:00
Richard Ramos
ab16457075
Added Approved and Executed events to Identity contract
2018-02-28 14:22:06 -04:00
Richard Ramos
2824b8039a
- Added event to inform of an identity instance upgrade
...
- Added test units for Identity factory and its kernel upgrading
2018-02-28 11:47:59 -04:00
Richard Ramos
a9d1a6e04b
- Merge of recovery branch
2018-02-28 10:33:56 -04:00