Merge pull request #878 from maticnetwork/master-copy-psp

Merge master to qa
This commit is contained in:
Pratik Patil 2023-05-31 09:36:03 +05:30 committed by GitHub
commit ecceab88f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@ defaultStake: 10000
defaultFee: 2000 defaultFee: 2000
borChainId: 15001 borChainId: 15001
heimdallChainId: heimdall-15001 heimdallChainId: heimdall-15001
contractsBranch: 2ed59de3641c407c64def1b40bcd090cb9cc048a contractsBranch: mardizzone/node-16
genesisContractsBranch: master genesisContractsBranch: master
sprintSize: sprintSize:
- '64' - '64'

View file

@ -49,7 +49,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Running govulncheck - name: Running govulncheck
uses: Templum/govulncheck-action@v0.0.8 uses: Templum/govulncheck-action@v0.10.1
continue-on-error: true continue-on-error: true
env: env:
DEBUG: "true" DEBUG: "true"

View file

@ -282,4 +282,4 @@ The ```bor server``` command runs the Bor client.
- ```txpool.globalqueue```: Maximum number of non-executable transaction slots for all accounts (default: 32768) - ```txpool.globalqueue```: Maximum number of non-executable transaction slots for all accounts (default: 32768)
- ```txpool.lifetime```: Maximum amount of time non-executable transaction are queued (default: 3h0m0s) - ```txpool.lifetime```: Maximum amount of time non-executable transaction are queued (default: 3h0m0s)

View file

@ -1,5 +1,5 @@
Source: bor Source: bor
Version: 0.3.9-beta-4 Version: 0.3.9-stable
Section: develop Section: develop
Priority: standard Priority: standard
Maintainer: Polygon <release-team@polygon.technology> Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor Source: bor
Version: 0.3.9-beta-4 Version: 0.3.9-stable
Section: develop Section: develop
Priority: standard Priority: standard
Maintainer: Polygon <release-team@polygon.technology> Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor-profile Source: bor-profile
Version: 0.3.9-beta-4 Version: 0.3.9-stable
Section: develop Section: develop
Priority: standard Priority: standard
Maintainer: Polygon <release-team@polygon.technology> Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor-profile Source: bor-profile
Version: 0.3.9-beta-4 Version: 0.3.9-stable
Section: develop Section: develop
Priority: standard Priority: standard
Maintainer: Polygon <release-team@polygon.technology> Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor-profile Source: bor-profile
Version: 0.3.9-beta-4 Version: 0.3.9-stable
Section: develop Section: develop
Priority: standard Priority: standard
Maintainer: Polygon <release-team@polygon.technology> Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor-profile Source: bor-profile
Version: 0.3.9-beta-4 Version: 0.3.9-stable
Section: develop Section: develop
Priority: standard Priority: standard
Maintainer: Polygon <release-team@polygon.technology> Maintainer: Polygon <release-team@polygon.technology>

View file

@ -25,7 +25,7 @@ const (
VersionMajor = 0 // Major version component of the current release VersionMajor = 0 // 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 = 9 // Patch version component of the current release VersionPatch = 9 // Patch version component of the current release
VersionMeta = "beta-4" // Version metadata to append to the version string VersionMeta = "stable" // Version metadata to append to the version string
) )
// Version holds the textual version string. // Version holds the textual version string.