mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-29 15:57:59 +00:00
Update the ci to include cargo fmt
This commit is contained in:
@@ -36,14 +36,14 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y protobuf-compiler clang libclang-dev
|
||||
rustup target add wasm32-unknown-unknown
|
||||
rustup component add rust-src
|
||||
rustup component add rust-src cargo-fmt
|
||||
|
||||
- name: Install dependencies (macOS)
|
||||
if: matrix.os == 'macos-14'
|
||||
run: |
|
||||
brew install protobuf
|
||||
rustup target add wasm32-unknown-unknown
|
||||
rustup component add rust-src
|
||||
rustup component add rust-src cargo-fmt
|
||||
|
||||
- name: Cache binaries
|
||||
id: cache
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
CONFIG_NAME: localnet
|
||||
PRESET_BASE: mainnet
|
||||
|
||||
ALTAIR_FORK_EPOCH: 0
|
||||
BELLATRIX_FORK_EPOCH: 0
|
||||
CAPELLA_FORK_EPOCH: 0
|
||||
DENEB_FORK_EPOCH: 0
|
||||
ELECTRA_FORK_EPOCH: 0
|
||||
|
||||
TERMINAL_TOTAL_DIFFICULTY: 0
|
||||
|
||||
SECONDS_PER_SLOT: 12
|
||||
SECONDS_PER_ETH1_BLOCK: 14
|
||||
|
||||
MIN_GENESIS_TIME: 0
|
||||
MIN_GENESIS_ACTIVE_VALIDATOR_COUNT: 1
|
||||
MIN_VALIDATOR_WITHDRAWABILITY_DELAY: 256
|
||||
SHARD_COMMITTEE_PERIOD: 256
|
||||
ETH1_FOLLOW_DISTANCE: 2048
|
||||
GENESIS_DELAY: 0
|
||||
INACTIVITY_SCORE_BIAS: 4
|
||||
INACTIVITY_SCORE_RECOVERY_RATE: 16
|
||||
EJECTION_BALANCE: 16000000000
|
||||
MIN_PER_EPOCH_CHURN_LIMIT: 4
|
||||
CHURN_LIMIT_QUOTIENT: 65536
|
||||
PROPOSER_SCORE_BOOST: 40
|
||||
|
||||
GENESIS_FORK_VERSION: 0x00000000
|
||||
ALTAIR_FORK_VERSION: 0x01000000
|
||||
BELLATRIX_FORK_VERSION: 0x02000000
|
||||
CAPELLA_FORK_VERSION: 0x03000000
|
||||
DENEB_FORK_VERSION: 0x04000000
|
||||
ELECTRA_FORK_VERSION: 0x05000000
|
||||
|
||||
DEPOSIT_CHAIN_ID: 420420420
|
||||
DEPOSIT_NETWORK_ID: 420420420
|
||||
DEPOSIT_CONTRACT_ADDRESS: 0x0000000000000000000000000000000000000000
|
||||
@@ -1,2 +0,0 @@
|
||||
- mnemonic: "test test test test test test test test test test test junk"
|
||||
count: 1
|
||||
@@ -1,48 +0,0 @@
|
||||
{
|
||||
"config": {
|
||||
"chainId": 420420420,
|
||||
"homesteadBlock": 0,
|
||||
"eip150Block": 0,
|
||||
"eip155Block": 0,
|
||||
"eip158Block": 0,
|
||||
"byzantiumBlock": 0,
|
||||
"constantinopleBlock": 0,
|
||||
"petersburgBlock": 0,
|
||||
"istanbulBlock": 0,
|
||||
"berlinBlock": 0,
|
||||
"londonBlock": 0,
|
||||
"arrowGlacierBlock": 0,
|
||||
"grayGlacierBlock": 0,
|
||||
"shanghaiTime": 0,
|
||||
"cancunTime": 0,
|
||||
"pragueTime": 0,
|
||||
"terminalTotalDifficulty": 0,
|
||||
"terminalTotalDifficultyPassed": true,
|
||||
"ethash": {},
|
||||
"blobSchedule": {
|
||||
"cancun": {
|
||||
"target": 3,
|
||||
"max": 6,
|
||||
"baseFeeUpdateFraction": 3338477
|
||||
},
|
||||
"prague": {
|
||||
"target": 6,
|
||||
"max": 9,
|
||||
"baseFeeUpdateFraction": 5007716
|
||||
}
|
||||
}
|
||||
},
|
||||
"nonce": "0x0000000000000042",
|
||||
"timestamp": "0x0",
|
||||
"extraData": "0x",
|
||||
"gasLimit": "0x01c9c380",
|
||||
"difficulty": "0x1",
|
||||
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"coinbase": "0x0000000000000000000000000000000000000000",
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"baseFeePerGas": "0x3b9aca00",
|
||||
"excessBlobGas": "0x0",
|
||||
"blobGasUsed": "0x0",
|
||||
"requestsHash": "0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
||||
"alloc": {}
|
||||
}
|
||||
Reference in New Issue
Block a user