Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5.3 candidate #1383

Merged
merged 38 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
91cd4a8
add api calls to bor grpc
anshalshukla Jun 21, 2024
14764d1
save
anshalshukla Jun 29, 2024
48c1d57
save
anshalshukla Jun 29, 2024
1918691
upgrade polyproto version
anshalshukla Sep 10, 2024
6947088
chore: fix function name
luozexuan Oct 10, 2024
63460bd
Merge pull request #1349 from luozexuan/develop
marcello33 Oct 16, 2024
9adec02
Merge pull request #1369 from maticnetwork/master
pratikspatil024 Oct 30, 2024
f08f2ea
chg: some sec fixes
marcello33 Oct 31, 2024
70f3205
Merge pull request #1370 from maticnetwork/mardizzone/fixes
marcello33 Oct 31, 2024
7b4666d
add: logs
marcello33 Nov 7, 2024
aae292c
chg: add logs
marcello33 Nov 8, 2024
5d0d4fb
chg: register reflection for grpc server
marcello33 Nov 8, 2024
af5c327
chg: fix functions' names
marcello33 Nov 8, 2024
af939db
chg: logs
marcello33 Nov 8, 2024
10f5303
chg: remove redundant logs
marcello33 Nov 8, 2024
e219057
chg: sort imports
marcello33 Nov 8, 2024
8c960fd
Merge branch 'develop' of https://github.com/maticnetwork/bor into bo…
marcello33 Nov 8, 2024
4221228
add: deps
marcello33 Nov 8, 2024
2af775c
fix: build
marcello33 Nov 8, 2024
a4eb8db
fix: lint
marcello33 Nov 8, 2024
7a85412
fix: lint
marcello33 Nov 8, 2024
59b085a
Merge pull request #1373 from maticnetwork/bor-grpc
marcello33 Nov 13, 2024
9cb6fca
chg: handle edge cases with string blockNumber
marcello33 Nov 13, 2024
927db07
chg: switch blockNumber
marcello33 Nov 13, 2024
baa8a2b
cgh: fix rpc blockNumber and bash warnings
marcello33 Nov 13, 2024
32138d7
cgh: fix possible out of range on blockNumber
marcello33 Nov 13, 2024
0634d11
cgh: use geth for maxInt
marcello33 Nov 13, 2024
10d9594
chg: try blocks hex ecnoding
marcello33 Nov 14, 2024
b6efb3f
chg: bump polyproto
marcello33 Nov 14, 2024
6d4d96b
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#…
dependabot[bot] Nov 14, 2024
4c4185c
Merge pull request #1374 from maticnetwork/mardizzone/grpc
marcello33 Nov 14, 2024
ee5318b
core: validate chain before writing block (#1319)
manav2401 Nov 18, 2024
b45347a
Wrong architecture binary ended up in arm64
djpolygon Dec 5, 2024
7869600
Updating verbage
djpolygon Dec 5, 2024
d227610
Merge pull request #1380 from maticnetwork/djpolygon/SPEC-559
marcello33 Dec 10, 2024
d509034
chg: update version
marcello33 Dec 10, 2024
8f75330
chg: bump stable version
marcello33 Dec 11, 2024
6c75359
Fix incorrect balance when CreateContract is used in block-stm (#1382)
cffls Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chg: update version
  • Loading branch information
marcello33 committed Dec 10, 2024
commit d509034fc9089f8c6c9a353a218ecbac30bdc6c0
2 changes: 1 addition & 1 deletion packaging/templates/package_scripts/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: bor
Version: 1.5.2
Version: 1.5.3-beta
Section: develop
Priority: standard
Maintainer: Polygon <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion packaging/templates/package_scripts/control.arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: bor
Version: 1.5.2
Version: 1.5.3-beta
Section: develop
Priority: standard
Maintainer: Polygon <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion packaging/templates/package_scripts/control.profile.amd64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: bor-profile
Version: 1.5.2
Version: 1.5.3-beta
Section: develop
Priority: standard
Maintainer: Polygon <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion packaging/templates/package_scripts/control.profile.arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: bor-profile
Version: 1.5.2
Version: 1.5.3-beta
Section: develop
Priority: standard
Maintainer: Polygon <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion packaging/templates/package_scripts/control.validator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: bor-profile
Version: 1.5.2
Version: 1.5.3-beta
Section: develop
Priority: standard
Maintainer: Polygon <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: bor-profile
Version: 1.5.2
Version: 1.5.3-beta
Section: develop
Priority: standard
Maintainer: Polygon <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
)

var GitCommit string
Expand Down
Loading