mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 23:13:45 +00:00
Merge pull request #674 from maticnetwork/raneet10/pos-1029
CI: Update matic-cli branch in integration tests
This commit is contained in:
commit
e06376cd28
2 changed files with 14 additions and 7 deletions
17
.github/matic-cli-config.yml
vendored
17
.github/matic-cli-config.yml
vendored
|
|
@ -1,11 +1,15 @@
|
||||||
defaultStake: 10000
|
defaultStake: 10000
|
||||||
defaultFee: 2000
|
defaultFee: 2000
|
||||||
borChainId: "15001"
|
borChainId: 15001
|
||||||
heimdallChainId: heimdall-15001
|
heimdallChainId: heimdall-15001
|
||||||
contractsBranch: jc/v0.3.1-backport
|
contractsBranch: 2ed59de3641c407c64def1b40bcd090cb9cc048a
|
||||||
sprintSize: 64
|
genesisContractsBranch: master
|
||||||
blockNumber: '0'
|
sprintSize:
|
||||||
blockTime: '2'
|
- '64'
|
||||||
|
blockNumber:
|
||||||
|
- '0'
|
||||||
|
blockTime:
|
||||||
|
- '2'
|
||||||
numOfValidators: 3
|
numOfValidators: 3
|
||||||
numOfNonValidators: 0
|
numOfNonValidators: 0
|
||||||
ethURL: http://ganache:9545
|
ethURL: http://ganache:9545
|
||||||
|
|
@ -13,3 +17,6 @@ ethHostUser: ubuntu
|
||||||
devnetType: docker
|
devnetType: docker
|
||||||
borDockerBuildContext: "../../bor"
|
borDockerBuildContext: "../../bor"
|
||||||
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
||||||
|
sprintSizeBlockNumber:
|
||||||
|
- '0'
|
||||||
|
numOfArchiveNodes: 0
|
||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: maticnetwork/matic-cli
|
repository: maticnetwork/matic-cli
|
||||||
ref: arpit/pos-655-2
|
ref: master
|
||||||
path: matic-cli
|
path: matic-cli
|
||||||
|
|
||||||
- name: Install dependencies on Linux
|
- name: Install dependencies on Linux
|
||||||
|
|
@ -119,7 +119,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '10.17.0'
|
node-version: '16.17.1'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
matic-cli/package-lock.json
|
matic-cli/package-lock.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue