Commit Graph

7970 Commits

Author SHA1 Message Date
vsmk98 4e3c907531 additionla log messages for permissioning 2018-07-31 01:42:51 +00:00
vsmk98 8b31b8931d Transaction level control 2018-07-27 01:29:52 +00:00
vsmk98 d29dc2e6b8 Added monitoring for node deletion via smart contract 2018-07-26 07:46:53 +00:00
vsmk98 ad2c2c8964 minor changes, correcting typos 2018-07-17 02:13:33 +00:00
vsmk98 db875f1fc1 added changes to write to permissioned-nodes.json 2018-07-16 10:34:20 +00:00
vsmk98 aaf0de899d added function for event monitoring 2018-07-14 01:22:43 +00:00
vsmk98 1f4abe1ed4 refactoring of code for permissions 2018-07-12 10:00:19 +00:00
vsmk98 fa134b402a Permissions initial build 2018-07-11 07:25:45 +00:00
Qvintvs 39ca953828 fix istanbul consensus 2018-06-29 14:16:27 +08:00
Qvintvs 30a2c8c7ef fix raft block creating issue;
issue was that miner was subscribing to chainheadevent
2018-06-26 12:29:45 +08:00
Zekun Shi f9541a4125 update raft fix to 1.8.8 2018-06-14 12:12:20 +08:00
Samer Falah 4bfaedf312 Fixes eth.hashrate panic #393 (#409) 2018-06-14 11:40:11 +08:00
fixanoid be5f90620c quorum-maker master link 2018-06-14 11:40:07 +08:00
Samer Falah cfa9c96b5f Merge pull request #399 from jpmorganchase/private_state
validate input before calling evm
2018-06-14 11:40:03 +08:00
jpmsam be8f2f8426 validate input before calling evm 2018-06-14 11:39:22 +08:00
Tomoaki Tsuzuki 9249ab3169 Feature/fix_some_tests (#387)
* same fix as ethereum/go-ethereum#15783
* Fix insufficient balance for transfer
* change chainId of QuorumTestChainConfig
2018-06-14 11:39:06 +08:00
Qvintvs a67eccbcd8 debug tests 2018-06-01 12:51:35 +08:00
Qvintvs 622e98ad51 debug merge attempt 2018-05-31 14:21:16 +08:00
Qvintvs 4b44bea1d7 Merge attempt 2018-05-31 14:16:44 +08:00
Samer Falah fd0e3b9d13
Merge pull request #382 from SatpalSandhu61/master
Correction to README to add missing v value for private transactions
2018-05-26 02:27:50 -04:00
SatpalSandhu61 753e8c7b33 Correction to README to add missing value for private transactions 2018-05-24 12:45:39 +01:00
Samer Falah 4a77480371
Merge pull request #354 from tsuzukit/feature/fix-some-tests
Fix TestUpdatedKeyfileContents, TestEIP155SigningVitalik and TestChainId
2018-05-23 11:29:22 -04:00
Samer Falah b6cee6dd83
Merge pull request #350 from tsuzukit/feature/eip155
Use EIP155 signer when needed
2018-05-23 11:25:26 -04:00
fixanoid d4a1b09581
Adding --maxpeers flag info 2018-05-01 15:11:42 -04:00
tsuzukit 9b488857e4 fix TestEIP155SigningVitalik and TestChainId 2018-04-24 20:21:31 +09:00
Martin Holst Swende c8b5da70df accounts/keystore: Ignore initial trigger of rescan-event 2018-04-24 12:14:08 +09:00
Péter Szilágyi c86c12696d accounts/keystore: lock file cache during scan, minor polish 2018-04-24 12:10:03 +09:00
tsuzukit 8bc31e1968 Use EIP155 signer when needed 2018-04-23 11:06:23 +09:00
Samer Falah aa163f0367
Merge pull request #318 from jimthematrix/disable-ethash
Disable ethash by replacing with ethash.NewFullFake
2018-04-19 15:05:55 -04:00
Jim Zhang 51274bd368 reformatted with 'gofmt' 2018-04-19 15:02:05 -04:00
Jim Zhang c535103027 Addressing Sam's comment in the PR: make the FullFake engine the default so other test/fake flavors can still be used 2018-04-18 17:49:31 -04:00
jpmsam d78cd97995 increased the minimum gas limit for the network 2018-04-09 23:25:53 -04:00
Jim Zhang 2e19f7905d Disable ethash by replacing with ethash.NewFullFake 2018-03-18 22:48:07 -04:00
Patrick Mylund Nielsen df4267a256
Merge pull request #303 from stevenroose/build-quorum
Fix build with Go 1.10
2018-03-01 10:23:30 -05:00
Steven Roose 31ffdb3b0e Fix building with Go 1.10 2018-03-01 09:51:46 +01:00
Péter Szilágyi 4d2a48d817 build: fix version comparison for go1.10 and beyond (#15781) 2018-03-01 09:51:18 +01:00
Patrick Mylund Nielsen bfa1e921ce cmd/geth: Remove unused strings import 2018-02-28 10:27:46 -05:00
Patrick Mylund Nielsen bbc8e726e5
Merge pull request #270 from getamis/feature/update_istanbul
consensus, core, eth, miner, params: update istanbul engine
2018-02-27 20:57:21 -05:00
Patrick Mylund Nielsen 362ecfe528
Merge pull request #297 from getamis/consensus_failed
In this PR, we fixed https://github.com/jpmorganchase/quorum/issues/289.
The root cause is we change the block header timestamp in Seal(). It will cause different root hash in proposer and validators' side.

We did the following updates:
1. remove `BlockPauseTime`
2. set block header timestamp in Prepare()
2018-02-27 15:30:43 -05:00
Patrick Mylund Nielsen 5e98b83daa
Merge pull request #298 from conor10/patch-1
README.md: Added Quorum Blockchain Explorer
2018-02-27 08:48:42 -05:00
Conor Svensson 46b9076352
Added Quorum Blockchain Explorer
Tooling list is now ordered alphabetically (with tools in Quorum in their title taking priority).
2018-02-27 08:42:20 +00:00
mark.lin 51c5e2cb30 consensus/istanbul: set header timestamp in Prepare() 2018-02-27 14:52:13 +08:00
mark.lin f7b063302d cmd, consensus: remove BlockPauseTime flag 2018-02-27 14:52:03 +08:00
Patrick Mylund Nielsen ee498061b5 private.constellation: make sure response from SendPayload gets Base64-decoded 2018-02-21 16:12:19 -05:00
Joel Burget 7672c47b70 fix receipts issue 2018-02-15 16:41:57 -05:00
Joel Burget 85f1bc2998 Add missing private bloom setting / checking. 2018-02-15 16:41:57 -05:00
Patrick Mylund Nielsen 3214705480 params.version: Bump QuorumVersionPatch to 1 2018-02-08 18:08:11 -05:00
Patrick Mylund Nielsen 2a5a1d6146
Use sendraw/receiveraw and allow specifying Constellation IPC socket in PRIVATE_CONFIG (#278) 2018-02-08 16:16:40 -05:00
Joel Burget f651c1befa Fix sometimes printing wrong address.
Prior to this fix, a series of submitted transactions in the javascript
console would each show a different "from" field when inspected with
`eth.getTransaction`.

It turns out the transactions were all created with the correct sender,
but were just printed incorrectly. We were using the EIP155Signer when
all Quorum transactions expect the HomesteadSigner.

This fix is not exactly satisfying, since in every other place we've
been able to use an `isQuorum` boolean to tell whether a `v` of `37` or
`38` denotes a quorum private tx, but it's particularly hard to do that
in these two places.
2018-02-02 13:46:41 -05:00
Joel Burget d21f5e5284 Add missing argument to checkpoint. 2018-02-02 13:45:40 -05:00