diff --git a/.github/matic-cli-config.yml b/.github/matic-cli-config.yml index b2182a5204..b096ae2cc1 100644 --- a/.github/matic-cli-config.yml +++ b/.github/matic-cli-config.yml @@ -2,7 +2,7 @@ defaultStake: 10000 defaultFee: 2000 borChainId: 15001 heimdallChainId: heimdall-15001 -contractsBranch: 2ed59de3641c407c64def1b40bcd090cb9cc048a +contractsBranch: mardizzone/node-16 genesisContractsBranch: master sprintSize: - '64' diff --git a/.github/workflows/security-ci.yml b/.github/workflows/security-ci.yml index 61f4d7ddbb..1d88a8b91a 100644 --- a/.github/workflows/security-ci.yml +++ b/.github/workflows/security-ci.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Running govulncheck - uses: Templum/govulncheck-action@v0.0.8 + uses: Templum/govulncheck-action@v0.10.1 continue-on-error: true env: DEBUG: "true" diff --git a/docs/cli/server.md b/docs/cli/server.md index 1c5d85d1a1..19deb5ca27 100644 --- a/docs/cli/server.md +++ b/docs/cli/server.md @@ -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.lifetime```: Maximum amount of time non-executable transaction are queued (default: 3h0m0s) \ No newline at end of file +- ```txpool.lifetime```: Maximum amount of time non-executable transaction are queued (default: 3h0m0s) diff --git a/packaging/templates/package_scripts/control b/packaging/templates/package_scripts/control index 966ee2ff99..8e50843583 100644 --- a/packaging/templates/package_scripts/control +++ b/packaging/templates/package_scripts/control @@ -1,5 +1,5 @@ Source: bor -Version: 0.3.9-beta-4 +Version: 0.3.9-stable Section: develop Priority: standard Maintainer: Polygon diff --git a/packaging/templates/package_scripts/control.arm64 b/packaging/templates/package_scripts/control.arm64 index cee6d2611c..64682b7b31 100644 --- a/packaging/templates/package_scripts/control.arm64 +++ b/packaging/templates/package_scripts/control.arm64 @@ -1,5 +1,5 @@ Source: bor -Version: 0.3.9-beta-4 +Version: 0.3.9-stable Section: develop Priority: standard Maintainer: Polygon diff --git a/packaging/templates/package_scripts/control.profile.amd64 b/packaging/templates/package_scripts/control.profile.amd64 index d2510f4198..66dc5f4f30 100644 --- a/packaging/templates/package_scripts/control.profile.amd64 +++ b/packaging/templates/package_scripts/control.profile.amd64 @@ -1,5 +1,5 @@ Source: bor-profile -Version: 0.3.9-beta-4 +Version: 0.3.9-stable Section: develop Priority: standard Maintainer: Polygon diff --git a/packaging/templates/package_scripts/control.profile.arm64 b/packaging/templates/package_scripts/control.profile.arm64 index 5998f70e22..5c9a9ca472 100644 --- a/packaging/templates/package_scripts/control.profile.arm64 +++ b/packaging/templates/package_scripts/control.profile.arm64 @@ -1,5 +1,5 @@ Source: bor-profile -Version: 0.3.9-beta-4 +Version: 0.3.9-stable Section: develop Priority: standard Maintainer: Polygon diff --git a/packaging/templates/package_scripts/control.validator b/packaging/templates/package_scripts/control.validator index d48e2a96bb..dbe6ad6c63 100644 --- a/packaging/templates/package_scripts/control.validator +++ b/packaging/templates/package_scripts/control.validator @@ -1,5 +1,5 @@ Source: bor-profile -Version: 0.3.9-beta-4 +Version: 0.3.9-stable Section: develop Priority: standard Maintainer: Polygon diff --git a/packaging/templates/package_scripts/control.validator.arm64 b/packaging/templates/package_scripts/control.validator.arm64 index 8843f5ee22..90da8544e4 100644 --- a/packaging/templates/package_scripts/control.validator.arm64 +++ b/packaging/templates/package_scripts/control.validator.arm64 @@ -1,5 +1,5 @@ Source: bor-profile -Version: 0.3.9-beta-4 +Version: 0.3.9-stable Section: develop Priority: standard Maintainer: Polygon diff --git a/params/version.go b/params/version.go index 72743508e9..c8cb20f902 100644 --- a/params/version.go +++ b/params/version.go @@ -25,7 +25,7 @@ const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 3 // Minor 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.