Commit Graph

15 Commits

Author SHA1 Message Date
Sai V 0c7cd71122
Updated permissions documentation to remove inactive status for accounts. Modified contract to fix issue with suborg id when node is added to sub orgs (#950) 2020-03-10 11:08:14 -04:00
vsmk98 51252af349 permission: added checks to ensure that updateAccountStatus function cannot be called with action as recover blacklisted node or approve blacklisted node. 2019-08-07 10:39:21 +08:00
vsmk98 b966118614 permissions: added blacklisted account recovery and approval. 2019-08-02 10:28:20 +08:00
vsmk98 755b586428 permissions: added function to approve recovery of blacklisted node. changes to deleted record from disallowed-nodes.json once recovery is complete 2019-08-01 15:19:40 +08:00
vsmk98 b74fc4d0c2 permissions: added functions for blacklisted node recovery. 2019-08-01 11:10:50 +08:00
vsmk98 21780cf12f permission: added safemath checks for map index access. updated documentation. Added event for network boot status update 2019-07-30 16:56:44 +08:00
vsmk98 9799d79e31 permissions: changed all uint variables definition to uint256 2019-07-22 11:25:14 +08:00
vsmk98 25dcf47bca permissions: added proper error messages to silently failing require statments 2019-07-22 11:17:39 +08:00
vsmk98 34957af299 permissions: changes to incorporate security review feedback 2019-07-19 16:48:42 +08:00
vsmk98 bc90e6f8af permissions: changes as per security review feedback. 2019-07-19 16:16:50 +08:00
vsmk98 a5a51d1595 permission: Added setMigrationPolicy to implementation to support policy data update to support implementation contract upgrade. Documentation change. 2019-06-03 15:24:31 +08:00
vsmk98 9632606829 permission: moved the contracts addresses to init of PermissionsImplementation.sol 2019-06-03 13:37:23 +08:00
vsmk98 3994997a73 permissions: big fixes and code clean up based on review comments 2019-05-13 14:15:09 +08:00
vsmk98 ad2abca93a permissions: code comments update 2019-05-10 15:17:01 +08:00
vsmk98 6b66f7e27d permissions: Code clean up. 2019-05-09 11:07:54 +08:00