Commit Graph

10861 Commits

Author SHA1 Message Date
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
amalraj.manigmail.com 10e01f4fb3 Merge remote-tracking branch 'remotes/origin/master' into fix/raft-calcgaslimit-1 2019-05-31 10:36:00 +08:00
amalraj.manigmail.com 1632f12293 Merge remote-tracking branch 'origin/fix/raft-calcgaslimit' into fix/raft-calcgaslimit-1 2019-05-31 10:35:14 +08:00
fixanoid 43806e165b
Adding Quorum compatibility table to FAQ (#726) 2019-05-29 10:42:18 -04:00
libby kent d1475ee296 Adding signer tests for EIP155, Homestead and private tx. (#682)
Adding signer tests for EIP155, Homestead and private tx.
2019-05-24 15:46:49 -04:00
chris-j-h abac88ea97 Add logo favicon and other minor doc fixes/changes: (#723)
- Fix incorrectly documented Tessera server config field name
- Add Quorum logo favicon
- Add 404.html from material theme to try fix 404 not displaying properly
- FAQ ordering and phrasing changes
- Fix formatting in Tessera TLS config docs
2019-05-23 18:37:52 -04:00
Samer Falah 7511778d0d
Merge branch 'master' into fix/raft-calcgaslimit 2019-05-23 12:12:22 -04:00
Samer Falah 2c9811ffbc
Merge pull request #679 from jpmorganchase/bugfix/personal_sendTransaction
ETHAPI: Private tx bug fix for personal_sendTransaction API
2019-05-21 16:53:45 -04:00
Samer Falah c46d47a0ac
Merge branch 'master' into bugfix/personal_sendTransaction 2019-05-21 14:56:20 -04:00
Samer Falah 5de5126b08
Merge branch 'master' into fix/raft-calcgaslimit 2019-05-21 14:15:25 -04:00
Samer Falah 7504dcf722
Merge pull request #721 from trung/ignore-swarm-tests
ignore tests in `swarm` package for PR builds
2019-05-21 13:50:55 -04:00
Nguyen Kien Trung d484e4621a
Merge branch 'master' into ignore-swarm-tests 2019-05-21 09:29:29 -04:00
Krish1979 2bfbb1381f
Merge pull request #722 from trung/update-docs
updated quorum examples docs
2019-05-21 09:51:44 +01:00
amalraj.manigmail.com 54121422d4 Merge remote-tracking branch 'origin/fix/raft-calcgaslimit' into fix/raft-calcgaslimit-1
# Conflicts:
#	eth/config.go
2019-05-21 15:44:11 +08:00
Krish1979 9c5f0bbd4e
Merge branch 'master' into update-docs 2019-05-20 22:23:33 +01:00
Krish1979 2b66204b7f
Merge pull request #720 from Krish1979/master
Updated FAQ Section in Quorum docs
2019-05-20 22:20:02 +01:00
Nguyen Kien Trung a55573bfc8
Merge branch 'master' into update-docs 2019-05-20 16:52:20 -04:00
Trung Nguyen 31d7309a86
updated quorum examples docs 2019-05-20 16:50:21 -04:00
Nguyen Kien Trung 82b1649859
Merge branch 'master' into ignore-swarm-tests 2019-05-20 15:57:14 -04:00
Trung Nguyen c8d9ed1741
ignore swarm package when running tests for PR 2019-05-20 15:54:50 -04:00