Marcello Ardizzone
a1d36c2a74
Merge pull request #1385 from maticnetwork/djpolygon/packaging_cleanup
...
Removing control files and updating the updateVersion.sh
2024-12-18 14:59:23 +01:00
Daniel Jones
e2d3fbf2b9
Adding systemd copy, missed in copy over
2024-12-17 11:41:36 -06:00
Daniel Jones
e24a1456b4
Removing control files and updating the updateVersion.sh
2024-12-11 16:23:56 -06:00
Manav Darji
e1f6d2593d
Merge pull request #1384 from maticnetwork/manav/fix-invalid-validator-set
...
Use `header.ParentHash` while fetching validator set from child chain contract so that while making the call, it uses the state which belongs to the same fork which is being imported.
2024-12-11 15:15:11 +07:00
Manav Darji
14c88877e6
consensus/bor: fetch validator set using parent hash
2024-12-10 21:15:49 +05:30
Jerry
67b12b50df
Fix incorrect balance when CreateContract is used in block-stm ( #1382 )
...
* Fix incorrect balance when CreateContract is used in block-stm
* address CR comments
2024-12-10 18:56:47 +05:30
Marcello Ardizzone
d227610781
Merge pull request #1380 from maticnetwork/djpolygon/SPEC-559
...
Wrong architecture binary ended up in arm64
2024-12-10 07:29:49 +01:00
Daniel Jones
7869600b24
Updating verbage
2024-12-05 11:05:20 -06:00
Daniel Jones
b45347aa1a
Wrong architecture binary ended up in arm64
2024-12-05 11:03:04 -06:00
Manav Darji
ee5318b07b
core: validate chain before writing block ( #1319 )
2024-11-18 12:48:04 +05:30
Marcello Ardizzone
4c4185c9ae
Merge pull request #1374 from maticnetwork/mardizzone/grpc
...
gRPC edge cases
2024-11-14 13:26:53 +01:00
dependabot[bot]
6d4d96b0b7
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ( #1371 )
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-14 16:24:58 +05:30
marcello33
b6efb3f102
chg: bump polyproto
2024-11-14 11:42:54 +01:00
marcello33
10d9594b52
chg: try blocks hex ecnoding
2024-11-14 07:19:13 +01:00
marcello33
0634d11d86
cgh: use geth for maxInt
2024-11-13 15:01:55 +01:00
marcello33
32138d70ad
cgh: fix possible out of range on blockNumber
2024-11-13 14:58:18 +01:00
marcello33
baa8a2bb63
cgh: fix rpc blockNumber and bash warnings
2024-11-13 14:45:41 +01:00
marcello33
927db07fc4
chg: switch blockNumber
2024-11-13 14:04:19 +01:00
marcello33
9cb6fcac0b
chg: handle edge cases with string blockNumber
2024-11-13 11:33:02 +01:00
Marcello Ardizzone
59b085a54c
Merge pull request #1373 from maticnetwork/bor-grpc
...
Implement gRPC bidirectional communication between bor and heimdall
2024-11-13 07:56:28 +01:00
marcello33
7a854127dc
fix: lint
2024-11-08 18:40:26 +01:00
marcello33
a4eb8db5bf
fix: lint
2024-11-08 18:33:58 +01:00
marcello33
2af775c1f8
fix: build
2024-11-08 18:25:39 +01:00
marcello33
422122815c
add: deps
2024-11-08 18:16:23 +01:00
marcello33
8c960fd08a
Merge branch 'develop' of https://github.com/maticnetwork/bor into bor-grpc
2024-11-08 18:13:04 +01:00
marcello33
e21905701d
chg: sort imports
2024-11-08 17:46:55 +01:00
marcello33
10f5303fac
chg: remove redundant logs
2024-11-08 17:37:48 +01:00
marcello33
af939db84b
chg: logs
2024-11-08 16:22:50 +01:00
marcello33
af5c3275b2
chg: fix functions' names
2024-11-08 12:05:03 +01:00
marcello33
5d0d4fbbc5
chg: register reflection for grpc server
2024-11-08 11:31:11 +01:00
marcello33
aae292c8ca
chg: add logs
2024-11-08 11:22:13 +01:00
marcello33
7b4666df92
add: logs
2024-11-07 14:14:19 +01:00
Marcello Ardizzone
70f3205cd9
Merge pull request #1370 from maticnetwork/mardizzone/fixes
...
Limit bytes during response body read
2024-10-31 23:10:04 +01:00
marcello33
f08f2ead42
chg: some sec fixes
2024-10-31 10:56:34 +01:00
Pratik Patil
9adec0290d
Merge pull request #1369 from maticnetwork/master
...
Backport master to develop (v1.5.2)
2024-10-30 21:27:24 +05:30
Jerry
16268f6608
Bump version to v1.5.2 ( #1366 )
2024-10-30 07:45:43 -07:00
Jerry
ab66e61737
Fix getBlockTransactionCountByNumber/Hash ( #1365 )
2024-10-29 11:45:56 -07:00
Jerry
ff29b1f2ee
Bump version to v1.5.1 ( #1362 )
2024-10-28 08:22:17 -07:00
Jerry
698f22fd18
Fix panic on nil block in ethstats ( #1360 )
2024-10-24 23:11:10 -07:00
Jerry
356e77454c
Fix bor logs missing ( #1361 )
2024-10-24 23:10:53 -07:00
Jerry
c73129ee39
Merge pull request #1359 from maticnetwork/v1.5.0-candidate
...
v1.5.0 candidate
2024-10-22 19:24:32 -07:00
Jerry
10fa91f658
Bump version to v1.5.0
2024-10-21 12:42:10 -07:00
Jerry
31164fecf7
Bump version to v1.5.0-beta6
2024-10-17 14:46:52 -07:00
Daniel Jones
531028bc90
Merge pull request #1357 from maticnetwork/djpolygon/update_uploader
...
Updating uploader
2024-10-17 10:22:13 -05:00
Daniel Jones
38fabe91ab
Updating uploader
2024-10-17 07:57:53 -05:00
Jerry
cf648c941a
Bump version to v1.5.0-beta5
2024-10-16 10:51:25 -07:00
Marcello Ardizzone
63460bd20e
Merge pull request #1349 from luozexuan/develop
...
chore: fix function name
2024-10-16 18:31:07 +02:00
Daniel Jones
4ebe634eed
Merge pull request #1356 from maticnetwork/djpolygon/rpm_updates
...
Changing names of pbss profiles for consistency in deb and rpm
2024-10-16 10:57:53 -05:00
Daniel Jones
27a626d293
Changing names of pbss profiles for consistency in deb and rpm
2024-10-16 10:26:17 -05:00
Jerry
19ab4720ae
Add flag discovery.dns
2024-10-15 11:04:42 -07:00