Commit graph

17360 commits

Author SHA1 Message Date
Lucca Martins
31e7d4a4ed proper error handling for not found scenarios 2025-01-13 07:26:21 -03:00
Lucca Martins
3582958cc0 eth_getTransactionByBlockHashAndIndex tests and fix on parallel tests 2025-01-12 19:03:19 -03:00
Lucca Martins
5646ee6258 getAllBlockTransactionsTest 2025-01-12 18:30:00 -03:00
Lucca Martins
a345d6c95c GetBlockReceipts test 2025-01-12 17:05:00 -03:00
Lucca Martins
828fc00b6f GetTransactionByHash tests and rawdb call replacement 2025-01-12 09:44:47 -03:00
Lucca Martins
41134d0473 state sync tests on rpc methods 2025-01-12 04:07:25 -03:00
avalkov
14ea2cafbc
Merge pull request #1401 from maticnetwork/avalkov/GRPC-API-Checks
Additional GRPC API checks
2025-01-08 14:42:41 +02:00
Angel Valkov
7ed0bae0ec
Additional GRPC API checks 2025-01-08 12:12:52 +02:00
Jerry
2c453199c8
Merge pull request #1395 from cffls/develop
Backport master to develop
2025-01-02 07:51:47 -08:00
Jerry
ba53498f49
Merge remote-tracking branch 'upstream/master' into develop 2024-12-24 09:34:36 -08:00
Jerry
47cdc309f5
Fix hasher (#1394)
This will fix a hasher bug that was introduced in a23701f2d4
2024-12-24 09:03:55 -08:00
Jerry
b49047f4ee
core/state: fix SetStorage override behavior (#30185) (#1393)
This pull request fixes the broken feature where the entire storage set is overridden.

Originally, the storage set override was achieved by marking the associated account
as deleted, preventing access to the storage slot on disk. However, since #29520, this
flag is also checked when accessing the account, rendering the account unreachable.

A fix has been applied in this pull request, which re-creates a new state object with all
account metadata inherited.

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2024-12-24 09:03:42 -08:00
Jerry
d68987696a
Fallback to serial execution if parallel execution fails (#1392) 2024-12-24 09:03:30 -08:00
Marcello Ardizzone
135878f611
Merge pull request #1381 from Dimitrolito/fix/typos
Fix typos and improve documentation across several files
2024-12-18 15:16:33 +01:00
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
Marcello Ardizzone
569eb7bb5a
Merge pull request #1383 from maticnetwork/v1.5.3-beta-candidate
v1.5.3 candidate
2024-12-11 09:42:25 +01: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
Jerry
6c75359553
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-11 13:34:55 +05:30
marcello33
8f7533076e
chg: bump stable version 2024-12-11 08:39:16 +01: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
marcello33
d509034fc9
chg: update version 2024-12-10 08:58:30 +01:00
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
Dmytrol
1ce49563a6
typos README.md 2024-12-06 17:28:23 +02:00
Dmytrol
096b429bcb
typos server.md 2024-12-06 17:27:28 +02:00
Dmytrol
ebffd991f2
typos server.md 2024-12-06 17:27:00 +02:00
Dmytrol
104271260e
typos server.md 2024-12-06 17:24:03 +02:00
Dmytrol
5eccec7ab6
typos intapi_changelog.md 2024-12-06 17:21:31 +02: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