Commit Graph

11428 Commits

Author SHA1 Message Date
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
Ionut E. Mihailescu 01f09e070b added documentation for Tessera AWS Secrets Manager integration 2019-12-16 11:10:03 +02:00
Brad McDermott d82821a8bf
Merge branch 'master' into patch-1 2019-12-13 10:23:33 -05:00
Peter Fox 85e2257995 Update DNS document for raft (#912)
* updating documentation for DNS feature
2019-12-13 08:33:09 -05:00
Ionut E. Mihailescu 86f3b4b1cd added documentation for Tessera AWS Secrets Manager integration 2019-12-13 13:43:14 +02:00
Ionut E. Mihailescu 1b6eeb9588 added documentation for Tessera AWS Secrets Manager integration 2019-12-13 13:40:58 +02:00
bmcd87 b2cff9cae7 Removes .swp file 2019-12-10 15:52:28 -05:00
bmcd87 16c9ac1c2e Adds Remix Plugin section with Overview and Getting Started 2019-12-10 14:31:59 -05:00
Brad McDermott b6384bde83
Adds nav entry for Remix Plugin
The entry links to the medium Getting Started post for now. We can add official docs to this page later
2019-12-09 14:09:10 -05:00
Nam Truong 877f85208e Update documentation with latest changes on Tessera APIs (#906) 2019-12-09 12:43:04 -05:00
fixanoid dd10cda143
Merge pull request #907 from trung/add-docker-badges
readme: add badges for Docker Hub
2019-12-09 11:43:00 -05:00
Trung Nguyen cd4a2995c3
readme: add badges for Docker Hub 2019-12-09 09:46:39 -05:00
Trung Nguyen 89067fa93e raft: correct the setup sequence for applied index related test (#900) 2019-12-05 16:46:44 -05:00
Trung Nguyen d9ded9d572 pin mkdocs-material version to fix the missing search bar (#905) 2019-12-05 11:20:08 -05:00
Krish1979 d767a2e962 Update pymdown version (#901) 2019-12-05 08:50:34 -05:00
jpmsam 20c95e5d83 Quorum v2.4.0 2019-12-04 13:18:33 -05:00
Trung Nguyen c278bc49fa Automate release (#899) 2019-12-04 12:04:29 -05:00
Jitendra Bhurat 0e62a4c7ea Setting maxRequestContentLength to 5mb (#898) 2019-12-04 10:53:42 -05:00
Sai V dfd93ff218 Quorum raft upgrade v3.3.13 (#887)
* raft: upgrade etcd to version 3.3.13
* raft: added api for adding a learner node
2019-12-04 09:24:31 -05:00
Trung Nguyen 151cf6e18c p2p: fix connection leakage when peer is not authorized to connect (#897)
* p2p: fix connection leakage when peer is not authorized to connect
2019-12-03 15:36:31 -05:00
Peter Fox 6d25447d64 Update file descriptor limits for macOS (#892)
* Introduces proper file handle limits for darwin based OSes (macOS/OSX)
for working with Go 1.12
2019-12-03 10:13:33 -05:00
Sai V 882a303255 Allow raft to recover state after non-graceful shutdown in non-archive mode (#860)
raft: re-enable gcmode full for raft and ensure the node is able to sync up post non-disgraceful shutdown
2019-12-02 09:46:41 -05:00
Zhou Zhiyao ef99f6d82c Fix raft applied index out of range (#880) 2019-12-02 08:05:32 -05:00
Zhou Zhiyao b7edc0b6c9 Fix premature abort during blocks processing for raft (#881)
* fix premature abort during blocks processing for raft
2019-11-29 14:13:37 -05:00
Jitendra Bhurat 1c6fdc0d06 Disabling swarm tests (#896) 2019-11-29 10:56:03 -05:00
Zhou Zhiyao 0c43425d2f restrict removed raft node in p2p connection (#884) 2019-11-29 10:55:31 -05:00
Peter Fox e3089e30be DNS support for static nodes (#885)
* Update raft to accept a hostname instead of only an IP address
* Add a switch to enable DNS changes in raft to ensure default behavior is backwards-compatible with older versions.
* Allow P2P layer to use the FQDN
2019-11-29 09:42:02 -05:00
Brad McDermott 2c7fc6c3e9 Fixed typo (#894) 2019-11-26 16:40:40 -05:00
Brad McDermott f8238ff404 Updates Cakeshop attached mode instructions (#893) 2019-11-26 11:47:25 -05:00
Sai V 5cb92ceb3c Fix for Raft stability (#886)
* increased the size of blockProposal and chainHeadEvent channels. Changed the call to mintNewBlock from a go routine to a function call. Changes done to improve performance of Raft in high load envs
2019-11-21 12:04:12 -05:00
Satpal f80914446a Fix for overflow in parent tracking (cherrypicking go-ethereum#18165 pull) (#876) 2019-11-13 11:09:54 -05:00
Peter Fox bdbeacdf47 Add check at startup to ensure transaction manager mode is specified. (#868)
Update error message and name to be generic for all PTMs.
2019-11-07 12:31:02 -05:00
Zhou Zhiyao 356cf0da8f fix debug.traceTransaction VM in read-only mode error for public tx (#875) 2019-11-07 08:44:33 -05:00
Jitendra Bhurat e1e3e4a781 Optimize travis and fix flaky tests (#873) 2019-11-06 12:05:14 -05:00
Vinod Damle b1f71b35aa Print TransactionSizeLimit and MaxCodeSize genesis config (#872)
log file does not show any custom settings to these parameters in
genesis config
2019-11-04 22:54:40 -05: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
Peter Fox 66d91d0210 Add ability to see this nodes public address (that is used for signing) (#856)
Add block sealing information to IBFT API .
2019-10-29 00:27:46 -04:00
chris-j-h 1dcee8518b SignTransaction APIs: Set tx as private before signing (#864) 2019-10-23 13:55:34 -04:00
Antony Denyer a15ccedbc0 Update web3j-quorum repo reference. (#859) 2019-10-18 12:07:04 -04:00
Samer Falah 9b1514fff6
Merge pull request #858 from jpmorganchase/feature/addCORSDocs
Add CORS configuration parameters
2019-10-17 17:35:08 -04:00
nicolae 659e7670c3 Add CORS configuration parameters 2019-10-17 12:06:45 +01:00