Commit Graph

5 Commits

Author SHA1 Message Date
Joel Burget 71eb883a50 Merge fixups.
These are the items that weren't correct after my quick initial merge.
This should serve as a good first place to look if anything turns out to
be broken.
2017-10-24 14:22:34 -04:00
Brian Schroeder a218568402 Dynamic raft membership support (#130) 2017-10-17 10:30:27 -04:00
Joel Burget 875c10b2d3 Squashed commits.
* Remove old note about testing with constellation.
* Review: forceParseRfc3339 -> mustParseRfc3339
* Add isQuorum parameter to SignTx.
* Re-enable TestLogReorgs.
* Fix `SignTx` calls in executables other than geth.
* Bring vm closer to public ethereum implementation.
* Restore all original Ethereum tests.
* Update for new event interface.
* Tweak core / EVM.
* Improve "TX failed" error message.
* Fix "err creating contract" bug.
* Don't log "invalid mix digest" in Quorum.
* Fix public / private bug.
  A private contract calling a method on a public contract would create a
  ghost of the private contract on public state due to a value transfer of
  0.
* Clearer naming in minter / work.commitTransactions.
* Remove unused log import.
* Remove unused `enableQuorumChecks` flag.
2017-10-17 10:30:21 -04:00
Joel Burget 3f18431248 Add private state. 2017-08-24 10:24:10 -04:00
Joel Burget 7e94f76b63 Add Raft mode. 2017-08-24 08:52:09 -04:00