Commit Graph

70 Commits

Author SHA1 Message Date
Trung Nguyen 3034c75403
fix linting issues (#995) 2020-05-11 16:15:27 -04:00
Sai V c215989c10
Quorum geth upgrade to 1.9.7 (#960)
Co-authored-by: amalraj.manigmail.com <amalraj.manigmail.com>
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
Co-authored-by: Flash Sheridan <flash@pobox.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Nguyen Kien Trung <trung.n.k@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: Rob Mulholand <rmulholand@8thlight.com>
Co-authored-by: Felföldi Zsolt <zsfelfoldi@gmail.com>
Co-authored-by: soc1c <soc1c@users.noreply.github.com>
Co-authored-by: Rafael Matias <rafael@skyle.net>
Co-authored-by: gary rong <garyrong0905@gmail.com>
Co-authored-by: Lucas Hendren <lhendre2@gmail.com>
Co-authored-by: Ryan Schneider <ryanleeschneider@gmail.com>
Co-authored-by: ywzqwwt <39263032+ywzqwwt@users.noreply.github.com>
Co-authored-by: zcheng9 <zcheng9@hawk.iit.edu>
Co-authored-by: zzy96 <zhou0250@e.ntu.edu.sg>
Co-authored-by: kikilass <36239971+kikilass@users.noreply.github.com>
Co-authored-by: Darrel Herbst <dherbst@gmail.com>
Co-authored-by: Ross <9055337+Chadsr@users.noreply.github.com>
Co-authored-by: Jeffery Robert Walsh <rlxrlps@gmail.com>
Co-authored-by: Marius Kjærstad <sandakersmann@users.noreply.github.com>
Co-authored-by: Piotr Dyraga <piotr.dyraga@keep.network>
Co-authored-by: Guillaume Ballet <gballet@gmail.com>
Co-authored-by: Michael Forney <mforney@mforney.org>
Co-authored-by: Samuel Marks <807580+SamuelMarks@users.noreply.github.com>
2020-04-29 10:50:56 -04:00
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
Sai V 118ccc6e8f Moved event subscription out of go func to avoid race condition where in the event broadcast was completed even before the subscription was done in go func, resulting in permissions service not starting for the node. (#866) 2019-11-04 13:54:39 -05:00
vsmk98 ebaf137a02 permission: initial node list population from static-nodes.json 2019-09-30 17:12:06 +08:00
vsmk98 532ba24f48 permission: Added qip714Block check to GetAccountAccess. Corrected comments 2019-09-27 11:40:59 +08:00
vsmk98 4280bdadac permission: Enabled QIP714Block to allow staggered migration of network for enabling new permissions 2019-09-26 15:38:45 +08:00
vsmk98 50f5852ae4 permission: removed unnecessary mux from permissions_cache.go, added additional unit test for permissions cache, code clean up and documentation change 2019-09-09 15:53:15 +08:00
Trung Nguyen 56dbdc24f9
permission: separate multiple unit tests and run goimports 2019-09-05 11:53:43 -04:00
vsmk98 b21606f59e Merge remote-tracking branch 'remotes/origin/feature/permissioning-1.8.18-suborgs-docs' into feature/permissioning-1.8.18-suborgs-docs 2019-09-05 10:29:50 +08:00
vsmk98 d0c31c252c permission: refactoring the go unit tests 2019-09-05 10:28:03 +08:00
Trung Nguyen a5c8e7af32
permission: minor fixes and update with master 2019-09-04 14:39:53 -04:00
vsmk98 82fd20b084 permission: unit tests for permission apis 2019-08-30 15:28:35 +08:00
vsmk98 ee0ca9772f Core: Added key store and api test cases 2019-08-29 15:55:45 +08:00
Trung Nguyen f6cde2119c
permission: fix unit tests 2019-08-27 09:12:48 -04:00
Trung Nguyen 0dffa2eb8d
permission: declare constants for arbitrary values in unit tests 2019-08-27 09:01:59 -04:00
vsmk98 f0bc9df675 Merge remote-tracking branch 'remotes/qeng/permissioning-startup' into feature/permissioning-1.8.18-suborgs-docs 2019-08-27 15:45:26 +08:00
Trung Nguyen 3de8a26276
permission: add unit test for network initialization 2019-08-26 15:55:01 -04:00
Trung Nguyen 7b987cd102
permission: let nonce be decided in the binding 2019-08-26 08:39:29 -04:00
Trung Nguyen 23be20b1b7
permission: let nonce to be decided by the binding 2019-08-26 08:10:44 -04:00
Trung Nguyen 37cbb620ec
permission: add unit tests 2019-08-23 09:49:04 -04:00
Trung Nguyen e450ca3438
Merge branch 'permissioning-startup' into permissioning-testing 2019-08-22 15:44:37 -04:00
Trung Nguyen 2f0824fb8b
permission: fix typo 2019-08-22 11:27:38 -04:00
Trung Nguyen fd9d532fc4
permission: use events to bring up permission service asynchronously 2019-08-21 16:55:58 -04:00
Trung Nguyen 8a088def7a
permission: [WIP] start permission service 2019-08-20 09:33:54 -04:00
Trung Nguyen 2fc26b72db
permission: update with latest 2019-08-19 10:19:24 -04:00
Trung Nguyen 2b70d2bfbf
permissions: add unit tests 2019-08-19 09:39:18 -04:00
vsmk98 cfd7e95bd9 permission: minor changes to disconnet node while updating permissioned-nodes.json file 2019-08-16 22:52:23 +08:00
Trung Nguyen 8212be30e7
Merge branch 'feature/permissioning-1.8.18-suborgs-docs' into permissioning-testing 2019-08-15 09:47:39 -04:00
Trung Nguyen 26ec029456
permission: skeleton for writing unit tests 2019-08-14 17:09:24 -04:00
Trung Nguyen b4d7b1e282
capture error in CLI layer 2019-08-14 12:01:29 -04:00
Trung Nguyen d3c2c59b94
permission: simplify permission checking logic
- add unit tests
- minor enhancements on handling JSON unmarshalling
2019-08-14 11:55:42 -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 5cfc1a057c permissions: code clean up and removal of hard coded values 2019-08-02 13:36:19 +08:00
vsmk98 b966118614 permissions: added blacklisted account recovery and approval. 2019-08-02 10:28:20 +08:00
vsmk98 56c2717eb1 permissions: added validations for node recovery initiation and approval activties. 2019-08-01 16:19:26 +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 bce6c1566d permissions : reverted the require check in getIndex functions 2019-08-01 10:29:52 +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 53d580fb6c permissions: converted permissions to a service registered in line with other services at node level 2019-07-24 14:00:49 +08:00
vsmk98 86c9be5f01 permissions: fixed testing issues for sub org management 2019-07-23 18:18:12 +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 5abf2b301a permissions: documentation changes based on review feedback 2019-07-17 18:26:39 +08:00
vsmk98 237a2a6269 permissions: renamed custodian to guardian. 2019-07-10 11:06:13 +08:00
vsmk98 4092b7dfcb permissions: change to replace custodian with guardian 2019-07-10 10:10:43 +08:00
amalraj.manigmail.com e1cc8a80ef permission: return when contract watch channels are closed 2019-07-09 12:40:16 +08:00