-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial dockerfile * add build-node target, light-node dockerfile update * add compose to ci * more ci changes * install solc with apt * do not build node in dockerfile * Working CI * remove redundant step * add node * add node-gyp * dependencies and build in same step * print compiler cache * Update compiler version * Add cache for CI * Fix ci.yml * Fix ci.yml * Update rust cache * Update rust cache * Use rust cache in every step * Update cache and locks * Revert "Update cache and locks" This reverts commit 2000689. * Share cache between cargo test check and tests * Use nightly everywhere * Fix rust nightly * fix rust * Use cache for rust everywhere * Require lint before checks * Properly start node * Update makefile and names * Use literal loopback instead of localhost * Print test node output * Build node on CI * Decrease sleep time * Move everything to compile * Fix yml * Remove test-node output on CI * Send output to era_node.log * Add missing ampersand --------- Co-authored-by: Francisco Krause Arnim <[email protected]> Co-authored-by: Francisco Krause Arnim <[email protected]>
- Loading branch information
1 parent
bb9d399
commit bf19db4
Showing
7 changed files
with
206 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
services: | ||
reth: | ||
restart: always | ||
image: "ghcr.io/paradigmxyz/reth:v0.2.0-beta.2" | ||
volumes: | ||
- type: bind | ||
source: ./tests/reth/chaindata | ||
target: /chaindata | ||
|
||
command: node --dev --datadir /rethdata --http --http.addr 0.0.0.0 --http.port 8545 --dev.block-time 300ms --chain /chaindata/reth_config | ||
ports: | ||
- 127.0.0.1:8545:8545 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FROM rust:latest | ||
COPY ./ /precompiles | ||
WORKDIR /precompiles | ||
CMD [ "make", "run-node" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"config": { | ||
"chainId": 9, | ||
"homesteadBlock": 0, | ||
"eip150Block": 0, | ||
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"eip155Block": 0, | ||
"eip158Block": 0, | ||
"daoForkBlock": 0, | ||
"frontierBlock": 0, | ||
"byzantiumBlock": 0, | ||
"constantinopleBlock": 0, | ||
"petersburgBlock": 0, | ||
"muirGlacierBlock": 0, | ||
"istanbulBlock": 0, | ||
"berlinBlock": 0, | ||
"londonBlock": 0, | ||
"terminalTotalDifficulty": "0x0", | ||
"mergeNetsplitBlock": 0, | ||
"shanghaiTime": 0, | ||
"cancunTime": 0, | ||
"clique": { | ||
"period": 0, | ||
"epoch": 30000 | ||
} | ||
}, | ||
"nonce": "0x0", | ||
"timestamp": "0x5ca9158b", | ||
"gasLimit": "0x1c9c380", | ||
"difficulty": "0x0", | ||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"coinbase": "0x0000000000000000000000000000000000000000", | ||
"alloc": { | ||
"0000000000000000000000000000000000000000": { | ||
"balance": "0x1" | ||
}, | ||
"8a91dc2d28b689474298d91899f0c1baf62cb85b": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"de03a0b5963f75f1c8485b355ff6d30f3093bde7": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"52312AD6f01657413b2eaE9287f6B9ADaD93D5FE": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"36615Cf349d7F6344891B1e7CA7C72883F5dc049": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"a61464658AfeAf65CccaaFD3a512b69A83B77618": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"0D43eB5B8a47bA8900d84AA36656c92024e9772e": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"A13c10C0D5bd6f79041B9835c63f91de35A15883": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"8002cD98Cfb563492A6fB3E7C8243b7B9Ad4cc92": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"4F9133D1d3F50011A6859807C837bdCB31Aaab13": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"bd29A1B981925B94eEc5c4F1125AF02a2Ec4d1cA": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"edB6F5B4aab3dD95C7806Af42881FF12BE7e9daa": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"e706e60ab5Dc512C36A4646D719b889F398cbBcB": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"E90E12261CCb0F3F7976Ae611A29e84a6A85f424": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
}, | ||
"e706e60ab5dc512c36a4646d719b889f398cbbcb": { | ||
"balance": "0x4B3B4CA85A86C47A098A224000000000" | ||
} | ||
}, | ||
"number": "0x0", | ||
"gasUsed": "0x0", | ||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"baseFeePerGas": 1, | ||
"excessBlobGas": "0x0", | ||
"blobGasUsed": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters