-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump avalanchego v1.10.15 & subnet-evm v0.5.9 (#51)
* bump avalanchego v1.10.15 & subnet-evm v0.5.9 * replace avalanchego var name
- Loading branch information
Showing
11 changed files
with
56 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,41 @@ | ||
{ | ||
"config": { | ||
"chainId": 99999, | ||
"homesteadBlock": 0, | ||
"eip150Block": 0, | ||
"eip150Hash": "0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0", | ||
"eip155Block": 0, | ||
"eip158Block": 0, | ||
"byzantiumBlock": 0, | ||
"constantinopleBlock": 0, | ||
"petersburgBlock": 0, | ||
"istanbulBlock": 0, | ||
"muirGlacierBlock": 0, | ||
"subnetEVMTimestamp": 0, | ||
"feeConfig": { | ||
"gasLimit": 15000000, | ||
"minBaseFee": 25000000000, | ||
"targetGas": 15000000, | ||
"baseFeeChangeDenominator": 36, | ||
"minBlockGasCost": 0, | ||
"maxBlockGasCost": 1000000, | ||
"targetBlockRate": 2, | ||
"blockGasCostStep": 200000 | ||
}, | ||
"allowFeeRecipients": false | ||
"config": { | ||
"chainId": 99999, | ||
"homesteadBlock": 0, | ||
"eip150Block": 0, | ||
"eip155Block": 0, | ||
"eip158Block": 0, | ||
"byzantiumBlock": 0, | ||
"constantinopleBlock": 0, | ||
"petersburgBlock": 0, | ||
"istanbulBlock": 0, | ||
"muirGlacierBlock": 0, | ||
"subnetEVMTimestamp": 0, | ||
"feeConfig": { | ||
"gasLimit": 15000000, | ||
"minBaseFee": 25000000000, | ||
"targetGas": 15000000, | ||
"baseFeeChangeDenominator": 36, | ||
"minBlockGasCost": 0, | ||
"maxBlockGasCost": 1000000, | ||
"targetBlockRate": 2, | ||
"blockGasCostStep": 200000 | ||
}, | ||
"alloc": { | ||
"8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC": { | ||
"balance": "0x295BE96E64066972000000" | ||
} | ||
}, | ||
"nonce": "0x0", | ||
"timestamp": "0x0", | ||
"extraData": "0x00", | ||
"gasLimit": "0xe4e1c0", | ||
"difficulty": "0x0", | ||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"coinbase": "0x0000000000000000000000000000000000000000", | ||
"number": "0x0", | ||
"gasUsed": "0x0", | ||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" | ||
} | ||
"allowFeeRecipients": false | ||
}, | ||
"alloc": { | ||
"8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC": { | ||
"balance": "0x295BE96E64066972000000" | ||
} | ||
}, | ||
"nonce": "0x0", | ||
"timestamp": "0x0", | ||
"extraData": "0x00", | ||
"gasLimit": "0xe4e1c0", | ||
"difficulty": "0x0", | ||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"coinbase": "0x0000000000000000000000000000000000000000", | ||
"number": "0x0", | ||
"gasUsed": "0x0", | ||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" | ||
} |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"rpcChainVMProtocolVersion": { | ||
"v0.1.6": 30, | ||
"v0.1.5": 29, | ||
"v0.1.4": 28, | ||
"v0.1.3": 28, | ||
|
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Set up the versions to be used - populate ENV variables only if they are not already populated | ||
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.5.8'} | ||
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.5.9'} | ||
# Don't export them as they're used in the context of other calls | ||
AVALANCHEGO_VERSION=${AVALANCHE_VERSION:-'v1.10.14'} | ||
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.10.15'} | ||
GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'} |