Skip to content

Commit 84fd09a

Browse files
authored
Merge pull request #1534 from maticnetwork/v2.0.2-candidate
v2.0.2 release
2 parents d7dd234 + 9ac9a6d commit 84fd09a

File tree

401 files changed

+8945
-3790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+8945
-3790
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Heimdall client version: [e.g. v0.2.10] <!--Can be found by running the command
2020

2121
OS & Version: Windows / Linux / OSX
2222

23-
Environment: Polygon Mainnet / Polygon Mumbai / Polygon Amoy / Devnet
23+
Environment: Polygon Mainnet / Polygon Amoy / Devnet
2424

2525
Type of node: Validator / Sentry / Archive
2626

.github/matic-cli-config.yml

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,38 @@
1-
defaultStake: 10000
1+
devnetType: docker
2+
23
defaultFee: 2000
4+
defaultStake: 10000
5+
36
borChainId: 15001
47
heimdallChainId: heimdall-15001
5-
contractsBranch: mardizzone/node-16
8+
9+
borDockerBuildContext: '../../bor'
10+
heimdallDockerBuildContext: 'https://github.com/maticnetwork/heimdall.git#develop'
11+
612
genesisContractsBranch: master
13+
contractsRepo: https://github.com/0xPolygon/pos-contracts.git
14+
contractsBranch: anvil-pos
15+
16+
blockTime:
17+
- '2'
18+
blockNumber:
19+
- '0'
20+
721
sprintSize:
822
- '64'
9-
blockNumber:
23+
sprintSizeBlockNumber:
1024
- '0'
11-
blockTime:
12-
- '2'
25+
1326
numOfBorValidators: 3
1427
numOfBorSentries: 0
1528
numOfBorArchiveNodes: 0
29+
30+
devnetBorFlags: config,config,config
31+
1632
numOfErigonValidators: 0
1733
numOfErigonSentries: 0
1834
numOfErigonArchiveNodes: 0
19-
ethURL: http://ganache:9545
35+
36+
ethURL: http://anvil:9545
2037
ethHostUser: ubuntu
21-
devnetType: docker
22-
borDockerBuildContext: "../../bor"
23-
heimdallDockerBuildContext: "https://github.com/maticnetwork/heimdall.git#develop"
24-
sprintSizeBlockNumber:
25-
- '0'
26-
devnetBorFlags: config,config,config
38+
mnemonic: 'clock radar mass judge dismiss just intact mind resemble fringe diary casino'

.github/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Number of days of inactivity before an Issue is closed for lack of response
22
daysUntilClose: 30
33
# Label requiring a response
4-
responseRequiredLabel: "need:more-information"
4+
responseRequiredLabel: 'need:more-information'
55
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
66
closeComment: >
77
This issue has been automatically closed because there has been no response

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In case this PR includes changes that must be applied only to a subset of nodes,
3939
- [ ] I have added tests to CI
4040
- [ ] I have tested this code manually on local environment
4141
- [ ] I have tested this code manually on remote devnet using express-cli
42-
- [ ] I have tested this code manually on mumbai/amoy
42+
- [ ] I have tested this code manually on amoy
4343
- [ ] I have created new e2e tests into express-cli
4444

4545
### Manual tests

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exemptLabels:
77
- pinned
88
- security
99
# Label to use when marking an issue as stale
10-
staleLabel: "status:inactive"
10+
staleLabel: 'status:inactive'
1111
# Comment to post when marking an issue as stale. Set to `false` to disable
1212
markComment: >
1313
This issue has been automatically marked as stale because it has not had

.github/workflows/amoy_deb_profiles.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
id-token: write
1717
contents: write
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
@@ -29,7 +29,6 @@ jobs:
2929
NUMERIC_VERSION=$( echo ${{ env.GIT_TAG }} | sed 's/[^0-9.]//g' )
3030
echo "VERSION=$NUMERIC_VERSION" >> $GITHUB_ENV
3131
32-
3332
- name: Making directory structure for yaml
3433
run: mkdir -p packaging/deb/bor/var/lib/bor
3534
- name: making directory structure for the systemd
@@ -391,14 +390,3 @@ jobs:
391390
packaging/deb/bor-pbss-amoy-**.deb
392391
packaging/deb/bor-amoy-**.deb.checksum
393392
packaging/deb/bor-pbss-amoy-**.deb.checksum
394-
395-
396-
397-
398-
399-
400-
401-
402-
403-
404-

0 commit comments

Comments
 (0)