Commit Graph

7910 Commits

Author SHA1 Message Date
Patrick Mylund Nielsen aa365571a0
Merge pull request #236 from getamis/feature/add_istanbul_doc
README: add istanbul document
2018-01-25 12:56:19 -05:00
Patrick Mylund Nielsen 393c63b687
Merge pull request #248 from stevenroose/rafthasnopending
eth/api_backend.go: Remove unused raftHasNoPending
2018-01-25 12:55:49 -05:00
Patrick Mylund Nielsen 1c16523df2
Merge pull request #240 from jpmorganchase/no-quorum-api
Remove mention of old `quorum` api in README.md
2018-01-25 12:24:14 -05:00
Patrick Mylund Nielsen 37ccab5c24
Merge pull request #241 from jpmorganchase/doc-updates
Update docs for Quorum v2.
2018-01-25 11:59:29 -05:00
Steven Roose 8b3f7906f9 Remove unused raftHasNoPending 2017-12-18 12:09:54 +01:00
Joel Burget e76c059e7d Update docs for Quorum v2.
Fixes #231
2017-12-01 10:55:19 -05:00
Joel Burget aa3aca7c4d
Remove mention of old `quorum` api in README.md 2017-12-01 10:23:22 -05:00
mark.lin 836820735c README: add istanbul document 2017-11-24 19:37:14 +08:00
Brian Schroeder 0905eda48e Re-add GPO creation in backend
Clique consensus requires a GPO to function.
2017-11-16 09:35:20 -05:00
mark.lin 6f835c377e miner: enable private transaction 2017-11-16 09:17:12 -05:00
Patrick Mylund Nielsen b74fa3ef76
Merge pull request #228 from jpmorganchase/permissioned-typos
p2p/permissions: Fix typos
2017-11-15 23:36:04 -05:00
Patrick Mylund Nielsen 8eb454750a p2p/permissions: Fix typos 2017-11-14 16:43:43 -05:00
Joel Burget cdee0dafe3 Tweak permissioned node logging. 2017-11-14 16:24:53 -05:00
Joel Burget a6f117d138
Merge pull request #218 from jpmorganchase/getDualState
Get dual state
2017-11-09 20:18:37 -05:00
Patrick Mylund Nielsen 5fa07a659a
Merge pull request #202 from conor10/master
Added Quorum Slack badge to main page
2017-11-09 16:36:20 -05:00
Joel Burget 947e55cfb6 s/evm.StateDB/getDualState
There are a lot of places where we wrongly use the current state db
rather than getting dual state. This should have a larger audit, but
it's a good start, and passes all tests.
2017-11-08 18:05:03 -05:00
Joel Burget de1f72b294 Remove Quorum version insertion.
It resulted in "Geth/vquorum" in the console.

Instead print the Quorum version just in the version command.
2017-11-08 14:11:51 -05:00
Joel Burget 0d1f89bbbb Remove Quorum version insertion.
It resulted in "Geth/vquorum" in the console.

Instead print the Quorum version just in the version command.
2017-11-08 14:11:06 -05:00
Patrick Mylund Nielsen 6a6b52c6cc
Merge pull request #214 from jpmorganchase/node-permissioning
Re-enable node permissioning
2017-11-06 11:03:51 -05:00
Joel Burget 81f0c9294e Re-enable node permissioning.
Also:

* update usage info options
* update relevant logging
2017-11-06 10:34:29 -05:00
Brian Schroeder f76983cdab Add quorum-tools to the README (#209) 2017-11-03 10:32:01 -04:00
Patrick Mylund Nielsen 3d91976f08
Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
Conor 3a9ef674b7 Added Quorum Slack badge 2017-10-26 11:43:39 +01:00
Patrick Mylund Nielsen 949b5c0d7b README.md: Add ZSL links (2) 2017-10-17 09:37:13 -04:00
Patrick Mylund Nielsen 7a4ad5443f README.md: Add ZSL links 2017-10-17 09:36:22 -04:00
Leo Arias 70fff48b2e Fix the dash in the bootnode commands (#182) 2017-09-20 14:01:07 -04:00
Steven Roose 3089a92337 Use latest block when pending is indicated with RAFT (#181) 2017-09-18 22:57:55 -04:00
Coenie Beyers e806e7f57e Adding information regarding enode order in static-nodes.json (#174) 2017-09-15 13:28:36 -04:00
bas-vk 7af924507b Failing tests (#179)
* rpc: remove raft from default IPC API list

* core: fix timeout in TestReorgLongBlocks
2017-09-13 16:53:54 -04:00
Guilherme Salgado 663710f413 Add docs/new-block-code-walkthrough.md walkthrough for the creation of a new block (#140) 2017-09-02 14:45:37 -04:00
Joel Burget 188c265c35 README.md: Add a few video links 2017-09-01 08:57:44 -04:00
Joel Burget 396a61bada Small spelling / grammar tweaks to design.md (#164) 2017-09-01 08:57:06 -04:00
Patrick Mylund Nielsen 9faa0ed123 private: Distinguish between privateFor being absent vs. an empty array to allow self-sending (#165) 2017-09-01 08:54:00 -04:00
Brian Schroeder 5dfdecef4c Dynamic raft membership support (#130) 2017-08-28 17:43:44 -04:00
Samer Falah 18fc39b4ed Merge pull request #163 from jpmorganchase/joelburget-patch-1
Fix quorum maker link
2017-08-17 15:54:23 -04:00
Joel Burget c4be162e23 Fix quorum maker link 2017-08-17 15:51:33 -04:00
Joel Burget f5165bf9e8 Add link to Quorum Maker 2017-08-17 11:20:37 -04:00
Guilherme Salgado 2ea6e55def Fix TestPrivateTransaction to actually create private transactions (#144)
It now creates private transactions, but that means it now needs to run
constellation in a subprocess, so do that as well
2017-08-01 05:54:29 -07:00
Samer Falah 42852c31fa Merge pull request #129 from s-matthew-english/readability_improvements
docs, raft, core: general readability improvements
2017-07-29 00:45:22 +08:00
Samer Falah d8e633657e Merge pull request #149 from ewohltman/patch-1
Update README.md
2017-07-28 23:29:53 +08:00
Patrick Mylund Nielsen 647025ed8a Porosity integration (#155)
* Addition of quorum.runPorosity and quorum.getPrivatePayload
2017-07-27 15:30:13 -04:00
Eric Wohltman 4291ba0103 Update README.md 2017-07-21 18:36:58 -04:00
Leo Wang ddb011f3a0 Fix Makefile bug on Go 1.8 due to relative import path 2017-07-14 22:56:37 -04:00
Tyrone Lobban cd869d1322 Quorum description update + new 3rd party tool (#141)
-better description of Quorum and enhancements over geth
-include blk.io's ERC20 REST service under 3rd party tools
2017-07-14 22:47:39 -04:00
S. Matthew English 60c992e916 Update doc.md 2017-06-09 11:05:55 +02:00
s.matthew.english b0aaf68e31 Add extension to README files render markdown, readability improvemewnts to core/quorum/
Remove unused TestBlockVotingBlockMaker function

Readability improvments to comments for core/quorum/ and raft/

Readability improvments to raft/speculative_chain.go

Readability improvments to docs/
2017-06-09 10:59:09 +02:00
Tyrone Lobban 856c9fe43e additional 3rd party tools (#124)
Added a link to Quorum Network Manager
2017-06-08 15:41:03 -04:00
Patrick Mylund Nielsen c5930bab74 private: Support latest Constellation configuration format, and maintain backward compatibility (#127) 2017-06-06 20:41:07 -04:00
Joel Burget 852ac74467 Raft updates (#104)
* Move raft checkpoint logging to logger package.

This allows us to use it everywhere and turn it on / off from command
flags.

* Return an error when the pending block is requested in Raft mode.
2017-05-04 16:49:48 -04:00
Samer Falah e3a0ae2703 Merge pull request #85 from jpmorganchase/raft-events
Raft log/event improvements
2017-04-11 13:29:40 -04:00