Commit Graph

10312 Commits

Author SHA1 Message Date
vsmk98 178d7629c4 added error message when a node not part of network is added is proposed for deactviation 2019-02-07 12:45:29 +08:00
vsmk98 c0d48d90d4 changed API names as per review and testing 2019-02-07 09:20:49 +08:00
vsmk98 f41e7ac83c additional fixes 2019-02-01 16:08:48 +08:00
vsmk98 13b8209d18 bug fixes based on internal testsing 2019-02-01 15:32:45 +08:00
vsmk98 925dd698e6 changes to reorder account access types 2019-01-29 14:23:30 +08:00
vsmk98 1cee5af40d merge with Zhiyao branch for cancel pending operation 2019-01-29 14:06:24 +08:00
vsmk98 70b66fb808 changes for solc compire change 0.5.3 version 2019-01-29 13:52:58 +08:00
zzy96 e854ebaabe add cancelPendingOperation api in quorumNodeMgmt 2019-01-24 14:25:44 +08:00
vsmk98 412ba4d73d changes to avoid duplicate records in permissioned-nodes.json 2019-01-24 13:35:46 +08:00
vsmk98 4bb8a364a9 added check in init function to avoid duplicate entries 2019-01-23 08:55:50 +08:00
vsmk98 4d6cf6da77 added checks to validate that the contract code is existing at the address 2019-01-21 16:18:59 +08:00
vsmk98 94aa2382ce Added validation to check if anything is pending approval for node approve, deactivation approve, activation approve and blacklisting approval 2019-01-18 14:20:40 +08:00
vsmk98 f78d2636ef Documenattion for org kety management 2019-01-18 10:49:46 +08:00
vsmk98 20061402c8 updated documentation 2019-01-17 17:38:46 +08:00
vsmk98 79c7dd3224 updated documentation 2019-01-17 17:24:11 +08:00
Sai V ddb4373f6e
Update permissions.md 2019-01-17 17:11:51 +08:00
vsmk98 f93932cfce uodated table 2019-01-17 17:10:08 +08:00
vsmk98 4732e6ee16 added table 2019-01-17 16:56:21 +08:00
vsmk98 af95a0dfb3 correcting typos 2019-01-17 16:36:57 +08:00
vsmk98 46d375557b Documentation updates 2019-01-17 16:32:42 +08:00
vsmk98 9a09d47a24 Documentation updates 2019-01-17 15:13:46 +08:00
vsmk98 9326118764 Documentation updates 2019-01-17 14:42:06 +08:00
vsmk98 19a0171375 Documentation updates 2019-01-17 14:14:31 +08:00
Sai V adebd943f3
Update permissions.md
link not working. correcting the same
2019-01-17 13:59:04 +08:00
Sai V 406292f6e6
Update permissions.md
updates
2019-01-17 13:58:12 +08:00
Sai V 5fc2d73247
Update permissions.md
Check
2019-01-17 13:56:54 +08:00
vsmk98 e0355c5e52 Documentation updates 2019-01-17 13:53:10 +08:00
vsmk98 e3c1cd349b Documentation updates 2019-01-17 10:48:33 +08:00
vsmk98 1142ba730e Documentation for permissioning and org key management features 2019-01-17 10:06:46 +08:00
vsmk98 061c9b85ce merge with master 2019-01-14 13:53:05 +08:00
vsmk98 c31fa5cfa5 changes to set readOnlyDepth only once during the entire opCode execution 2019-01-14 11:53:33 +08:00
vsmk98 2d46b297c4 changes to not update the permissioned-nodes.json in case of restart 2019-01-11 11:38:02 +08:00
amalraj.manigmail.com 741fe1b33f quorun: add json camelCase name for api's output structs 2019-01-09 13:39:32 +08:00
vsmk98 b40b7ab148 added api for listing the voters for a master org 2019-01-08 17:27:13 +08:00
vsmk98 45189d42c7 minor changes to avoid package name changes of abigen output 2019-01-08 14:40:57 +08:00
Samer Falah d77cb778ca
Merge pull request #563 from Puneetha17/private_rawtx
Do not reset V value if the tx is already set to private
2019-01-07 09:22:20 -05:00
vsmk98 99e717bd1a changed api signature from key managment to org management 2019-01-07 10:23:22 +08:00
Samer Falah c090cea617
Merge pull request #591 from QuorumEngineering/feature/support-private-sendRawTransaction-merge
feature/support private sendRawTransaction
2019-01-04 15:18:15 -05:00
namtruong 01a8a5ec80 minor documentation update 2019-01-04 19:32:17 +00:00
namtruong e92052b3a4 return error when sendRawPrivateTransaction is called to submit public transaction (privateFor list empty) 2019-01-03 15:26:42 +00:00
Samer Falah decb4c76b4
Merge pull request #592 from trung/staticcall-dual-state
added dual state implementation to StaticCall
2019-01-01 13:59:13 +00:00
Samer Falah 1092eac015
Merge pull request #597 from jpmorganchase/fd-limit-max-out
Maxing out fdlimit per go-ethereum#18211
2018-12-13 15:27:59 -05:00
Samer Falah 004dd53a68
Merge pull request #598 from jbhurat/miner-setcoinbase
Prevent deadlock when miner.setEtherbase is called for Istanbul consensus
2018-12-13 15:19:45 -05:00
Jitendra Bhurat aea11d53a8 calling unlock using defer, preventing deadlock when miner.setEtherbase() returns an error 2018-12-13 12:31:50 -05:00
Felix Shnir bd558eff27 Cherrypicking go-ethereum#18211 pull 2018-12-13 16:32:48 +00:00
vsmk98 23e0cecdc5 contract change to add api for org listing 2018-12-13 20:58:36 +05:30
vsmk98 c47cdf8b8d contract change to fix approval issue 2018-12-13 06:22:06 +05:30
jpmsam 8f678278aa quorum version update 2018-12-12 15:27:29 -05:00
vsmk98 f5981f0c7e latest changes for cluster key management 2018-12-12 13:07:13 +05:30
Trung Nguyen 67c9b4332f
staticcall does not modify states so no need to push to stack 2018-12-11 16:54:18 -05:00