mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Merge pull request #1220 from maticnetwork/master
Back-merge master branch into 'develop'
This commit is contained in:
commit
d8db72ae01
12 changed files with 90 additions and 10 deletions
|
|
@ -96,6 +96,9 @@ nfpms:
|
||||||
- src: builder/files/genesis-testnet-v4.json
|
- src: builder/files/genesis-testnet-v4.json
|
||||||
dst: /etc/bor/genesis-testnet-v4.json
|
dst: /etc/bor/genesis-testnet-v4.json
|
||||||
type: config
|
type: config
|
||||||
|
- src: builder/files/genesis-amoy.json
|
||||||
|
dst: /etc/bor/genesis-amoy.json
|
||||||
|
type: config
|
||||||
- src: builder/files/config.toml
|
- src: builder/files/config.toml
|
||||||
dst: /var/lib/bor/config.toml
|
dst: /var/lib/bor/config.toml
|
||||||
type: config
|
type: config
|
||||||
|
|
@ -119,6 +122,7 @@ dockers:
|
||||||
extra_files:
|
extra_files:
|
||||||
- builder/files/genesis-mainnet-v1.json
|
- builder/files/genesis-mainnet-v1.json
|
||||||
- builder/files/genesis-testnet-v4.json
|
- builder/files/genesis-testnet-v4.json
|
||||||
|
- builder/files/genesis-amoy.json
|
||||||
|
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- 0xpolygon/{{ .ProjectName }}:{{ .Version }}-arm64
|
- 0xpolygon/{{ .ProjectName }}:{{ .Version }}-arm64
|
||||||
|
|
@ -132,6 +136,7 @@ dockers:
|
||||||
extra_files:
|
extra_files:
|
||||||
- builder/files/genesis-mainnet-v1.json
|
- builder/files/genesis-mainnet-v1.json
|
||||||
- builder/files/genesis-testnet-v4.json
|
- builder/files/genesis-testnet-v4.json
|
||||||
|
- builder/files/genesis-amoy.json
|
||||||
|
|
||||||
docker_manifests:
|
docker_manifests:
|
||||||
- name_template: 0xpolygon/{{ .ProjectName }}:{{ .Version }}
|
- name_template: 0xpolygon/{{ .ProjectName }}:{{ .Version }}
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ WORKDIR ${BOR_DIR}
|
||||||
COPY bor /usr/bin/
|
COPY bor /usr/bin/
|
||||||
COPY builder/files/genesis-mainnet-v1.json ${BOR_DIR}
|
COPY builder/files/genesis-mainnet-v1.json ${BOR_DIR}
|
||||||
COPY builder/files/genesis-testnet-v4.json ${BOR_DIR}
|
COPY builder/files/genesis-testnet-v4.json ${BOR_DIR}
|
||||||
|
COPY builder/files/genesis-amoy.json ${BOR_DIR}
|
||||||
|
|
||||||
EXPOSE 8545 8546 8547 30303 30303/udp
|
EXPOSE 8545 8546 8547 30303 30303/udp
|
||||||
ENTRYPOINT ["bor"]
|
ENTRYPOINT ["bor"]
|
||||||
|
|
|
||||||
72
builder/files/genesis-amoy.json
Normal file
72
builder/files/genesis-amoy.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -27,6 +27,7 @@ var amoyTestnet = &Chain{
|
||||||
BerlinBlock: big.NewInt(0),
|
BerlinBlock: big.NewInt(0),
|
||||||
LondonBlock: big.NewInt(73100),
|
LondonBlock: big.NewInt(73100),
|
||||||
ShanghaiBlock: big.NewInt(73100),
|
ShanghaiBlock: big.NewInt(73100),
|
||||||
|
CancunBlock: big.NewInt(5423600),
|
||||||
Bor: ¶ms.BorConfig{
|
Bor: ¶ms.BorConfig{
|
||||||
JaipurBlock: big.NewInt(73100),
|
JaipurBlock: big.NewInt(73100),
|
||||||
DelhiBlock: big.NewInt(73100),
|
DelhiBlock: big.NewInt(73100),
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Source: bor
|
Source: bor
|
||||||
Version: 1.3.0-beta-1
|
Version: 1.3.0
|
||||||
Section: develop
|
Section: develop
|
||||||
Priority: standard
|
Priority: standard
|
||||||
Maintainer: Polygon <release-team@polygon.technology>
|
Maintainer: Polygon <release-team@polygon.technology>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Source: bor
|
Source: bor
|
||||||
Version: 1.3.0-beta-1
|
Version: 1.3.0
|
||||||
Section: develop
|
Section: develop
|
||||||
Priority: standard
|
Priority: standard
|
||||||
Maintainer: Polygon <release-team@polygon.technology>
|
Maintainer: Polygon <release-team@polygon.technology>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Source: bor-profile
|
Source: bor-profile
|
||||||
Version: 1.3.0-beta-1
|
Version: 1.3.0
|
||||||
Section: develop
|
Section: develop
|
||||||
Priority: standard
|
Priority: standard
|
||||||
Maintainer: Polygon <release-team@polygon.technology>
|
Maintainer: Polygon <release-team@polygon.technology>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Source: bor-profile
|
Source: bor-profile
|
||||||
Version: 1.3.0-beta-1
|
Version: 1.3.0
|
||||||
Section: develop
|
Section: develop
|
||||||
Priority: standard
|
Priority: standard
|
||||||
Maintainer: Polygon <release-team@polygon.technology>
|
Maintainer: Polygon <release-team@polygon.technology>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Source: bor-profile
|
Source: bor-profile
|
||||||
Version: 1.3.0-beta-1
|
Version: 1.3.0
|
||||||
Section: develop
|
Section: develop
|
||||||
Priority: standard
|
Priority: standard
|
||||||
Maintainer: Polygon <release-team@polygon.technology>
|
Maintainer: Polygon <release-team@polygon.technology>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Source: bor-profile
|
Source: bor-profile
|
||||||
Version: 1.3.0-beta-1
|
Version: 1.3.0
|
||||||
Section: develop
|
Section: develop
|
||||||
Priority: standard
|
Priority: standard
|
||||||
Maintainer: Polygon <release-team@polygon.technology>
|
Maintainer: Polygon <release-team@polygon.technology>
|
||||||
|
|
|
||||||
|
|
@ -266,6 +266,7 @@ var (
|
||||||
BerlinBlock: big.NewInt(0),
|
BerlinBlock: big.NewInt(0),
|
||||||
LondonBlock: big.NewInt(73100),
|
LondonBlock: big.NewInt(73100),
|
||||||
ShanghaiBlock: big.NewInt(73100),
|
ShanghaiBlock: big.NewInt(73100),
|
||||||
|
CancunBlock: big.NewInt(5423600),
|
||||||
Bor: &BorConfig{
|
Bor: &BorConfig{
|
||||||
JaipurBlock: big.NewInt(73100),
|
JaipurBlock: big.NewInt(73100),
|
||||||
DelhiBlock: big.NewInt(73100),
|
DelhiBlock: big.NewInt(73100),
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,10 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
VersionMajor = 1 // Major version component of the current release
|
VersionMajor = 1 // Major version component of the current release
|
||||||
VersionMinor = 3 // Minor version component of the current release
|
VersionMinor = 3 // Minor version component of the current release
|
||||||
VersionPatch = 0 // Patch version component of the current release
|
VersionPatch = 0 // Patch version component of the current release
|
||||||
VersionMeta = "beta-1" // Version metadata to append to the version string
|
VersionMeta = "" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
var GitCommit string
|
var GitCommit string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue