Lucca Martins
0873515bcf
Merge remote-tracking branch 'origin/upstream_merge_v1.14.8' into lmartins/upstream_merge_v1.14.10
2025-02-11 03:51:43 -03:00
kamuikatsurgi
fc1d1fb01f
Merge develop
2025-02-11 10:22:01 +05:30
marcello33
44b94ca6d3
POS-2821: solve lint issues
2025-02-06 13:05:46 +01:00
Lucca Martins
13d6ac9f58
fix global gas cap
2025-02-04 16:14:31 -03:00
Lucca Martins
5db5e5d817
keep gp to call always max
2025-02-04 15:14:46 -03:00
Lucca Martins
26ec762a11
Merge remote-tracking branch 'origin/upstream_merge_v1.14.8' into lmartins/upstream_merge_v1.14.10
2025-02-04 10:35:52 -03:00
Lucca Martins
fc2198bedd
Merge tag 'v1.14.10' into lmartins/upstream_merge_v1.14.10
2025-02-04 07:41:07 -03:00
kamuikatsurgi
2d2dbcc398
Merge develop branch
2025-01-31 10:21:37 +05:30
Manav Darji
8a1e0ec125
Enforce parallel evm via flag ( #1425 )
...
* (feat): implement --parallelevm.enforce to force using block-stm
* core: debug log
* docs: update docs with new flag
* update all config files
* core: modify chain import test to enforce parallel processing
2025-01-30 23:01:27 +05:30
kamuikatsurgi
cb10335739
Merge latest develop branch
2025-01-30 16:23:12 +05:30
kamuikatsurgi
78513d75a3
Merge develop and remove commented code
2025-01-30 16:15:29 +05:30
Simone Bologna
984e074a9b
trim trailing / from ancient path ( #1400 )
2025-01-30 14:56:22 +05:30
Pratik Patil
348026227f
Merge pull request #1426 from maticnetwork/master
...
v1.5.4 backport
2025-01-30 14:53:48 +05:30
Jerry
4c6169a604
Use PBSS and pebble by default ( #1412 )
...
* Use pebble db and PBSS by default
* Address CR comments
* Fix failed test
2025-01-27 10:45:33 -08:00
kamuikatsurgi
f09f89e1cb
make bor && make all successful
2025-01-22 15:36:07 +05:30
Lucca Martins
b0bba24d7c
removed blob tx tests
2025-01-14 04:08:07 -03:00
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
Jerry
230be40ae2
Bump default value of txpool global slots
...
Increase the default value in order to reduce the time spent in txpool reorg.
When txpool is saturated, txpool reorg can take more than a few seconds to run. This impacts block producer because the producer would need to get the pending txns from txpool, which is blocked by reorg.
2025-01-09 23:16:31 -08:00
Angel Valkov
7ed0bae0ec
Additional GRPC API checks
2025-01-08 12:12:52 +02: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
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
marcello33
7a854127dc
fix: lint
2024-11-08 18:40:26 +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
7b4666df92
add: logs
2024-11-07 14:14:19 +01:00
Jerry
ab66e61737
Fix getBlockTransactionCountByNumber/Hash ( #1365 )
2024-10-29 11:45:56 -07:00
Jerry
19ab4720ae
Add flag discovery.dns
2024-10-15 11:04:42 -07:00
Jerry
57a7f7fd6f
Fix eth_getTransactionReceipt
2024-10-15 11:04:42 -07:00
Jerry
3b9f73ab69
Fix bor tx missing
2024-10-09 09:36:06 -07:00
Jerry
a7578a3cea
Fix panic on getting safe block
...
Since bor doesn't have "safe" block, the api should always return null when requested safe block.
2024-10-09 07:59:21 -07:00
marcello33
63dd8d6315
fix: lint
2024-10-07 07:50:23 +02:00
marcello33
8185d48f71
internal/cli: add: prometheus sever timeouts
2024-10-07 07:40:19 +02:00
Jerry
af5c2b1cad
Merge remote-tracking branch 'upstream/master' into develop
2024-10-01 11:59:32 -07:00
Sina M
f2e13c7e33
internal/ethapi: fix gascap 0 for eth_simulateV1 ( #30496 )
...
Similar to #30474 .
2024-09-24 13:14:38 +02:00