Commit Graph

11418 Commits

Author SHA1 Message Date
Trung Nguyen 02747c5aa7
travis: reduce the time running Travis for PR (#958) 2020-03-23 18:39:58 -04:00
Trung Nguyen 6f0c11e4bb
plugin: delegate JSON RPC calls to plugin (#956) 2020-03-23 14:43:31 -04:00
Trung Nguyen 6498718bce
travis: update gauge version (#955) 2020-03-17 15:31:21 -04:00
Zhou Zhiyao 4d27950f66
Fix params number for debug.dumpBlock in web3ext (#944)
Co-authored-by: Samer Falah <samer.falah@jpmchase.com>
2020-03-13 21:05:12 -04:00
fixanoid 0aa358e2ba
Documentation updates for genesis samples to reflect latest code updates (#952) 2020-03-10 15:10:33 -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
Trung Nguyen 1275599573
docs: fix broken link (#949) 2020-03-03 14:06:27 -05:00
jpmsam 685f59fb5e Merge branch 'master' of github.com:jpmorganchase/quorum 2020-03-03 13:22:34 -05:00
jpmsam 27bfed769e v2.5.0 2020-03-03 13:11:13 -05:00
Zhou Zhiyao 9111ffdf2b
Support Quorum import export chain (#946)
Co-authored-by: Sai V <vsaimk@gmail.com>
Co-authored-by: Samer Falah <samer.falah@jpmchase.com>
2020-03-02 16:28:40 -05:00
Trung Nguyen 07b0834245
Framework that allows adding additional Quorum features as plugins (#923) 2020-02-28 15:19:08 -05:00
Zhou Zhiyao 4b125de4f2
Bloom filter fixes (#945)
Co-authored-by: Samer Falah <samer.falah@jpmchase.com>
2020-02-25 09:53:22 -05:00
Sai V 439f52942a
added a maxCodeSizeChangeBlock to track the block height when maxCodeSize changes from default value of 24K to the given value in genesis.json (#947) 2020-02-21 12:38:55 -05:00
Jitendra Bhurat b5266cbd19
Fix broken raft consensus link (#940) 2020-02-11 15:22:51 -05:00
Sai V 8c50cb09e7
IBFT private state commit issue in a single validator node network (#938) 2020-02-11 15:21:13 -05:00
Zhou Zhiyao 29d53fb649
Fix DNS issue in 2.4.0 (#937)
* Fix DNS issue in v2.4.0 as well as code refactoring
2020-02-10 16:04:16 -05:00
Krish1979 a5d329391d
Merge pull request #919 from Emi14/docs/AWSSecretsManagerKeyVault
Documentation for Tessera AWS Secrets Manager implementation
2020-02-10 16:12:08 +00:00
Krish1979 9c2cba6a5b
Merge branch 'master' into docs/AWSSecretsManagerKeyVault 2020-02-10 15:35:15 +00:00
chris-j-h d16b9d27e7
docs(tessera): CLI and configfile updates (#929) 2020-02-10 10:30:38 -05:00
Krish1979 ca0b625436
Merge branch 'master' into docs/AWSSecretsManagerKeyVault 2020-02-10 12:56:48 +00:00
Jitendra Bhurat 4b4874e8b6
IBFT Documentation (#935) 2020-02-07 14:59:52 -05:00
Sai V 0b8ea86da4
raft.cluster api returns error if no leader is there in the network in version 2.4.0 (#934) 2020-02-04 14:27:18 -05:00
Daniel 27b9a01511
fix typo (#930) 2020-01-29 11:43:12 -05:00
Peter Fox 2cc7f9603d Create tutorial for adding Quorum nodes (#925)
Adds walkthroughs in various scenarios for adding new nodes (both
Quorum and Tessera). Resources are added that match the readme file, so
they can be downloaded and followed on users local machines.
2020-01-23 13:40:57 -05:00
fixanoid 076213a439
Merge pull request #928 from bmcd87/FixCakeshopFormatting
Fixes markdown bullet formatting for cakeshop getting started
2020-01-15 15:33:42 -05:00
bmcd87 7f37e84884 Fixes markdown bullet formatting for cakeshop getting started 2020-01-15 15:23:11 -05:00
Zou Guangxian ebd31987fb remove duplicated flag group: ETHASH (#924) 2020-01-13 09:10:26 -05:00
Mihailescu Ionut Emanuel 074c6631f5
Merge branch 'master' into docs/AWSSecretsManagerKeyVault 2020-01-10 09:08:20 +02:00
Mihailescu Ionut Emanuel 70a99e06c8
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2020-01-10 09:07:49 +02:00
Mihailescu Ionut Emanuel dd6eb12d90
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2020-01-10 09:07:38 +02:00
Mihailescu Ionut Emanuel 7dd35f75d7
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2020-01-10 09:07:24 +02:00
Mihailescu Ionut Emanuel 93d4e2c7f0
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2020-01-10 09:07:12 +02:00
Mihailescu Ionut Emanuel 1ae7b23f9d
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2020-01-10 09:07:05 +02:00
Mihailescu Ionut Emanuel 52977dffb8
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2020-01-10 09:06:52 +02:00
Peter Fox a603e74570 Rename the transaction manager package to make it more neutral (#895) 2020-01-08 11:15:55 -05:00
Peter Fox 3d91a6ca52 Add Quorum eth namespace RPC methods to console (#922) 2020-01-08 10:41:44 -05:00
Krish1979 d769b3cab6
Merge branch 'master' into docs/AWSSecretsManagerKeyVault 2019-12-23 12:27:11 +00:00
fixanoid 51e1f63546
Merge pull request #908 from bmcd87/patch-1
Adds nav entry for Remix Plugin
2019-12-20 14:43:52 -05:00
Brad McDermott ae31b09f62
Merge branch 'master' into patch-1 2019-12-20 14:24:37 -05:00
Ionut E. Mihailescu 0251ad85c8 Merge branch 'master' of https://github.com/jpmorganchase/quorum into docs/AWSSecretsManagerKeyVault
 Conflicts:
	docs/Privacy/Tessera/Configuration/Keys.md
2019-12-20 10:16:59 +02:00
Ionut E. Mihailescu a448154653 AWS Secrets Manager implementation docs - resolved PR conversation 2019-12-20 10:15:42 +02:00
Krish1979 b1f3b96ea0 Tessera release documentation update. (#914) 2019-12-17 09:10:58 -05:00
Ionut E. Mihailescu ccbd83a657 AWS Secrets Manager implementation docs - resolved PR conversation 2019-12-17 13:55:31 +02:00
Ionut E. Mihailescu 0ff7a68550 AWS Secrets Manager implementation docs - resolved PR conversation 2019-12-17 13:46:58 +02:00
Mihailescu Ionut Emanuel 8a357a862a
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2019-12-17 13:38:41 +02:00
Mihailescu Ionut Emanuel fb148d6dc8
Update docs/Privacy/Tessera/Tessera Services/Keys/Setting up an AWS Secrets Manager.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2019-12-17 13:38:23 +02:00
Mihailescu Ionut Emanuel cf6ca07f35
Update docs/Privacy/Tessera/Tessera Services/Keys/Setting up an AWS Secrets Manager.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2019-12-17 13:38:18 +02:00
Mihailescu Ionut Emanuel fa116befba
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2019-12-17 13:38:13 +02:00
Mihailescu Ionut Emanuel 345d775b40
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2019-12-17 13:38:07 +02:00
Mihailescu Ionut Emanuel d4a474e10d
Update docs/Privacy/Tessera/Configuration/Keys.md
Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
2019-12-17 13:38:01 +02:00