Skip to content

Commit

Permalink
Quorum platform upgrade to v2.3.0 (hyperledger-cacti#69)
Browse files Browse the repository at this point in the history
* Quorum platform upgrade to v2.3.0

Signed-off-by: Denis Glotov <[email protected]>

* Reduce 7 nodes to 4 to reduce its resources footprint

Signed-off-by: Denis Glotov <[email protected]>
  • Loading branch information
denis-yu-glotov authored and petermetz committed Nov 28, 2019
1 parent d6e69c0 commit 4720b94
Show file tree
Hide file tree
Showing 144 changed files with 156 additions and 134,532 deletions.
2 changes: 1 addition & 1 deletion examples/simple-asset-transfer/quorum/api/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WEB3_HOST_LINUX=0.0.0.0
WEB3_HOST_DARWIN=localhost
WEB3_HOST_WIN32=localhost
WEB3_PORT=22000
WEB3_RPC_PORT=8545
WEB3_RPC_PORT=22000

# PARTICIPANT
WEB3_ETH_KEY=0xed9d02e382b34818e88B88a309c7fe71E65f419d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Contracts = {
from: web3.eth.defaultAccount,
gas: 10000000,
})
.on('transactionHash', txHash => logger.log('debug', `newPublicContract: txHash:${txHash}`));
.on('transactionHash', txHash => logger.log('info', `newPublicContract: txHash:${txHash}`));
logger.log('debug', `newPublicContract: ${newContract.options.address}`);
return newContract;
},
Expand Down
218 changes: 0 additions & 218 deletions examples/simple-asset-transfer/quorum/platform/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,23 @@
},
"coinbase": "0x0000000000000000000000000000000000000000",
"config": {
"byzantiumBlock": 1,
"homesteadBlock": 0,
"byzantiumBlock": 0,
"constantinopleBlock":0,
"chainId": 10,
"eip150Block": 1,
"eip150Block": 0,
"eip155Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip158Block": 1,
"isQuorum":true,
"eip158Block": 0,
"isQuorum": true,
"maxCodeSize" : 35,
"clique": {
"period": 5,
"epoch": 30000
}
},
"difficulty": "0x0",
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000ed9d02e382b34818e88b88a309c7fe71e65f419dca843569e3427144cead5e4d5999a3d0ccf92b8e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000000638e1574728b6d862dd5d3a3e0942c3be47d9960fbdc686b912d7722dc86510934589e0aaf3b55a9186eb3d20cbd1f5f992a950d808c4495153abd5ae9bc6cd5145e67fbd1887a5145271fd182f0ee7ca843569e3427144cead5e4d5999a3d0ccf92b8ecc71c7546429a13796cf1bf9228bff213e7ae9cced9d02e382b34818e88b88a309c7fe71e65f419d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0xE0000000",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0",
Expand Down
66 changes: 0 additions & 66 deletions examples/simple-asset-transfer/quorum/platform/clique-init.sh

This file was deleted.

Loading

0 comments on commit 4720b94

Please sign in to comment.