Commit Graph

11375 Commits

Author SHA1 Message Date
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
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
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
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
Jitendra Bhurat a3840c280e Check if message payload is signed by the message sender (#853)
* Checking if message is signed by the message sender
2019-10-16 11:57:33 -04:00
Samer Falah 4cb5cfeae0
Merge pull request #855 from antonydenyer/master
rpc: raise HTTP/WebSocket request size limit to 5MB
2019-10-16 10:57:59 -04:00
Antony Denyer 500b5a5ff4 rpc: raise HTTP/WebSocket request size limit to 5MB 2019-10-16 11:02:09 +01:00