Commit Graph

10880 Commits

Author SHA1 Message Date
Samer Falah a1490d7be6
Merge pull request #823 from prd-fox/remove-unused-function
Remove unused sleep in Raft
2019-09-25 10:08:16 -04:00
Peter Fox 7653213084
Remove unused function 2019-09-23 11:48:25 +01:00
Satpal d140c2a00b Change "block in the future" message to Info instead of Warn (#821) 2019-09-20 12:48:30 -04:00
fixanoid 26d381511e
Updating examples with broader samples (#816)
* Updating examples with broader samples
* Removing unused pages
2019-09-11 10:13:39 -04:00
Zhou Zhiyao 58fc5cd59d
Merge pull request #815 from jpmorganchase/raft-issue-795-fix
Raft issue 795 fix
2019-09-10 09:51:46 +08:00
zzy96 77731de614 Merge branch 'master' into raft-issue-795-fix 2019-09-06 10:01:31 +08:00
Nguyen Kien Trung 664c2ab20a p2p/enode, p2p/discv5: fix URL parsing test for go 1.11.13 (#810) 2019-08-27 15:17:59 -04:00
chris-j-h f8c925c14c Fix incorrectly displayed CLI flags in geth usage (#799) 2019-08-27 19:36:26 +02:00
Satpal 00bbf495d9 Reorganize raft faq (#804) 2019-08-27 19:14:22 +02:00
Krish1979 50429f8cd3
Merge pull request #808 from jpmorganchase/docs-install-link-fix
Fix broken links in Getting Started docs
2019-08-23 11:39:25 +01:00
chris-j-h c824ab6f47 Fix broken links in Getting Started docs 2019-08-23 10:46:48 +01:00
zzy96 a833142ce5 Merge branch 'master' into raft-issue-795-fix 2019-08-20 17:31:56 +08:00
Zhou Zhiyao 4b45dd2004 Minor fixes (#803) 2019-08-17 08:37:57 -04:00
zzy96 1d8954c480 forceSnapshot on ConfChangeAddNode for single node scenario, fix issue 795 2019-08-14 22:35:04 +08:00
Krish1979 6a3a6900bc Tessera 0.10.0 - Documentation update (#801)
Tessera 0.10.0 Release updates
2019-08-13 18:29:02 -04:00
Libby Kent 7e87e40340 VM read-only mode: check `operation.writes` not `op.isMutating`.
`op.isMutating()` was added for checking mutating VM operation, but `operation.writes`
should be used now as it registers all mutating ops and is consistent with upstream.
Additionally, there is a new  mutating opcode `CREATE2`, but `CREATE2` has not been added to the
`op.isMutating()` set. The VM is in read-only mode when a private contract calls a public contract.
2019-08-12 10:14:23 -04:00
jpmsam c894c2d70e v2.2.5 2019-08-08 15:24:12 -04:00
Krish1979 4c74f47525 Update the key usage on Tessera transaction flow (#782) 2019-08-07 16:52:54 -04:00
Krish1979 cfaa9d2ebd Cakeshop documentation inclusion (#773) 2019-08-06 09:48:20 -04:00
fixanoid b204d1702a
Updating running notes (#794) 2019-08-06 09:43:19 -04:00
Brajesh Awasthi baa7efcf3d max code size option in genesis config (#786) 2019-08-02 15:53:15 -04:00
amalraj 97b59dfe21 internal/ethapi: ask transaction pool for pending nonce (#784)
internal/ethapi: ask transaction pool for pending nonce
2019-07-30 09:56:57 -04:00
Christian Muehlhaeuser acb00b6cf1 Fixed typos (#781)
Typo fixes.
2019-07-25 15:31:38 -04:00
chris-j-h fc441ec6c4 Use first account instead of coinbase in quorum ex docs (#783)
This command fails with unknown account err when using istanbul
2019-07-23 11:19:01 -04:00
four f2055c06df Set tcp port of p2p node by raft peer correctly. (#775) 2019-07-18 16:55:55 -04:00
Satpal a9f96e0954 Bugfix/geth console displays incorrect block timestamp (#762)
Fix issue where geth console displays incorrect timestamp under Raft, due to Raft holding block timestamp in nanoseconds, instead of seconds.
2019-07-17 17:11:37 -04:00
chris-j-h 9c0195fd57 Restructure and reorder Getting Started docs (#777)
* Create new page for installation instructions, add quorum cloud details

* Break up QuorumExamples docs & move above CreatingFromScratch in sidebar
2019-07-17 16:01:30 -04:00
cucrisis 60eaf20d40 Security issues reporting 2019-07-12 20:48:54 -04:00
libby kent e0564f7b41 Adding QuorumPrivateTxSigner for signing and recovering private txs. (#767)
Refactor private transaction signing and add a QuorumPrivateTxSigner for signing and recovering private txs.
2019-07-11 13:32:19 -04:00
Nguyen Kien Trung 0b12c423e0 update security framework documentation (#774) 2019-07-10 14:12:43 -04:00
Krish1979 7507bc1183 Detail getting started from scratch with step by step instructions (#742)
Detailed getting started from scratch with step by step instructions
2019-07-09 09:26:42 -04:00
amalraj.manigmail.com 4268ec00ab code improvement to set trieWriteCacheDisabled flag 2019-07-05 11:20:15 -04:00
amalraj.manigmail.com e2c12896d2 raft: set geth's gcmode=archive by default 2019-07-05 11:20:15 -04:00
Vinod Damle 16bfe64d1d rpc: increase server buffer size to 128kb
Changes in #636 makes transaction size limit configurable up to a maximum of 128kb.
RPC server creates a buffer to accept payload for a transaction, this
change increases the size of the buffer to 128kb to match the maximum
allowed in chain config
2019-07-03 19:28:10 +01:00
fixanoid 5e9ff6d522 Updating links 2019-07-03 14:29:53 +01:00
Matus Kysel d10680f97f Fixed broken links in README (#746) 2019-06-19 19:34:18 -04:00
jpmsam 30d4d72476 patch version update 2019-06-19 14:36:21 -04:00
fixanoid d948fe0e1d
Removing contract code type ref in security docs 2019-06-19 12:42:02 -04:00
fixanoid 20fd435ab7
Typo 2019-06-17 17:41:40 -04:00
fixanoid 548f65efad
Updating packages -- IGNORE WHEN MERGING UPSTREAM GETH (#743) 2019-06-17 15:59:41 -04:00
Chaddy H 90bbfb18c8 Quorum Security Framework (#738)
Quorum security framework
2019-06-17 15:25:44 -04:00
Samer Falah 53105b1640
Merge pull request #739 from trung/non-party-refund-gas
non-party node must refund gas for private transactions
2019-06-14 16:17:19 -04:00
Trung Nguyen 74337c7167
added unit tests and comments 2019-06-13 13:41:28 -04:00
Trung Nguyen bacd5dc3c9
non-party must refund gas for private transactions 2019-06-12 17:09:49 -04:00
Nguyen Kien Trung 5a80e7a1ba added how-to-contribute (#736) 2019-06-10 15:25:00 -04:00
Krish1979 175fffb806 Docs updates (#735)
* Update 7Nodes.md

* Update FAQ.md

* Update FAQ.md

* Rename docs/api.md to docs/Getting Started/api.md

* Update running.md

* Update mkdocs.yml

* Create roadmap.md

* Add Product Roadmap
2019-06-10 10:42:20 -04:00
Samer Falah 731d186401
Merge pull request #731 from conor10/master
Update URL for Quorum Blockchain explorer by Web3 Labs
2019-06-06 08:21:02 -04:00
Conor ec5bcc95a7 Update URL for Quorum Blockchain explorer by Web3 Labs 2019-06-05 21:47:27 +01:00
Nguyen Kien Trung bb88608c16 updated broken links (#728) 2019-06-03 22:37:20 -04:00
Samer Falah 1c07c0c8c4
Merge pull request #680 from jpmorganchase/fix/raft-calcgaslimit
raft: pass gas floor and gas ceil to calcGasLimit when minting block
2019-05-31 09:49:30 -04:00