Commit Graph

11386 Commits

Author SHA1 Message Date
Jitendra Bhurat 2608b97ae5 Updated the comment for checkIfNodeIsActive() to fix typo 2020-02-04 12:26:51 -05:00
vsmk98 3edbfc1e2d Merge branch 'master' into fix/raft-cluster-api 2020-02-01 12:55:43 +08:00
vsmk98 ebee648058 Merge remote-tracking branch 'origin/master' 2020-02-01 12:54:24 +08:00
vsmk98 064e048d6f added api documentation for raft apis. 2020-01-31 12:26:25 +08:00
vsmk98 48ffc86336 raft.cluster was throwing an error when there was no leader in the network. Fixed the same.
added nodeActive attribute to the api response which indicates if the node is active in raft cluster.
added error handling for other apis
2020-01-30 13:38:44 +08:00
Daniel 27b9a01511
fix typo (#930) 2020-01-29 11:43:12 -05:00
vsmk98 956d7747cf Merge remote-tracking branch 'origin/master' 2020-01-29 09:55:48 +08: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
vsmk98 80926f5ba1 Merge remote-tracking branch 'origin/master' 2020-01-15 12:01:30 +08:00
Zou Guangxian ebd31987fb remove duplicated flag group: ETHASH (#924) 2020-01-13 09:10:26 -05: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
vsmk98 0f6956cabc Merge remote-tracking branch 'origin/master'
# Conflicts:
#	docs/Features/dns.md
2019-12-31 10:38:23 +08: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
Krish1979 b1f3b96ea0 Tessera release documentation update. (#914) 2019-12-17 09:10:58 -05: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
vsmk98 39191ffe03 Correcting typo. 2019-12-13 17:36:52 +08:00
vsmk98 7858c7bb8b update dns documentation with known issues 2019-12-13 15:50:38 +08:00
vsmk98 5c83a222e8 updating documentation for DNS feature 2019-12-13 11:18:05 +08: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