mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
CI: use matic-cli master branch
This commit is contained in:
parent
9aeaf03f05
commit
213d0cd56d
2 changed files with 33 additions and 8 deletions
36
.github/matic-cli-config.yml
vendored
36
.github/matic-cli-config.yml
vendored
|
|
@ -1,11 +1,32 @@
|
|||
# defaultStake: 10000
|
||||
# defaultFee: 2000
|
||||
# borChainId: "15001"
|
||||
# heimdallChainId: heimdall-15001
|
||||
# contractsBranch: jc/v0.3.1-backport
|
||||
# sprintSize: 64
|
||||
# blockNumber: '0'
|
||||
# blockTime: '2'
|
||||
# numOfValidators: 3
|
||||
# numOfNonValidators: 0
|
||||
# ethURL: http://ganache:9545
|
||||
# ethHostUser: ubuntu
|
||||
# devnetType: docker
|
||||
# borDockerBuildContext: "../../bor"
|
||||
# heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
||||
|
||||
|
||||
defaultStake: 10000
|
||||
defaultFee: 2000
|
||||
borChainId: "15001"
|
||||
heimdallChainId: heimdall-15001
|
||||
contractsBranch: jc/v0.3.1-backport
|
||||
sprintSize: 64
|
||||
blockNumber: '0'
|
||||
blockTime: '2'
|
||||
borChainId: 15001
|
||||
heimdallChainId: heimdall-4052
|
||||
contractsBranch: 2ed59de3641c407c64def1b40bcd090cb9cc048a
|
||||
genesisContractsBranch: master
|
||||
sprintSize:
|
||||
- '64'
|
||||
blockNumber:
|
||||
- '0'
|
||||
blockTime:
|
||||
- '2'
|
||||
numOfValidators: 3
|
||||
numOfNonValidators: 0
|
||||
ethURL: http://ganache:9545
|
||||
|
|
@ -13,3 +34,6 @@ ethHostUser: ubuntu
|
|||
devnetType: docker
|
||||
borDockerBuildContext: "../../bor"
|
||||
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
|
||||
sprintSizeBlockNumber:
|
||||
- '0'
|
||||
numOfArchiveNodes: 0
|
||||
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
- "master"
|
||||
- "qa"
|
||||
- "develop"
|
||||
- "raneet10/pos-1029"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
|
@ -104,7 +105,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: maticnetwork/matic-cli
|
||||
ref: arpit/pos-655-2
|
||||
ref: master
|
||||
path: matic-cli
|
||||
|
||||
- name: Install dependencies on Linux
|
||||
|
|
@ -119,7 +120,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '10.17.0'
|
||||
node-version: '16.17.1'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
matic-cli/package-lock.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue