Manav Darji
0c718c8463
core/state: remove todo
2025-04-30 15:00:46 -04:00
Manav Darji
04e49397b2
core: remove todo
2025-04-30 15:00:09 -04:00
Manav Darji
73fa700a9a
core: check for bor config when enabling prague requests
2025-04-30 14:58:51 -04:00
Manav Darji
8ea52f5036
core: avoid starting prefetcher before process block to avoid duplication
...
We moved the starting of prefetcher to process block function as we need
to copy the state for block-stm (and hence we need separate prefetchers
for both). The witness generation code from upstream starts the prefetcher
early as the witness object is constructed. This lead to OOM issues as
we would be starting duplicate prefetchers per block leading to increase
in go routines with time (eventually OOM). This commit skips starting the
prefetcher earlier and instead pass the witness to process block to start
it later.
2025-04-30 14:51:46 -04:00
Manav Darji
2e71e50b6b
core: emit sidechain event during reorg
2025-03-31 12:02:19 +05:30
Manav Darji
0c0b9bc025
core: skip prague requests tests
2025-03-31 11:26:05 +05:30
Manav Darji
9e430e8925
Merge branch 'develop' into manav/upstream_merge_v1.14.13
2025-03-28 15:37:26 +05:30
Manav Darji
dc8b2b4a6a
internal/ethapi: add max gas in gaspool while executing eth_call
2025-03-28 15:36:52 +05:30
Manav Darji
eb7f26f380
(fix): check for bor config when enabling prague requests
2025-03-28 11:42:27 +05:30
Marcello Ardizzone
f96d451905
Merge pull request #1506 from maticnetwork/mardizzone/nil-check
...
fix nil pointer dereference on DoCall
2025-03-27 19:04:57 +01:00
marcello33
7d005ab547
fix nil pointer dereference on DoCall
2025-03-27 18:34:21 +01:00
Manav Darji
98d09399f7
trie: revert back lock before reset
2025-03-27 18:05:41 +05:30
Manav Darji
91532b6a4e
core: skip verkle tests
2025-03-27 15:33:10 +05:30
Manav Darji
7492a02a90
eth/tracers: revert block hash to original
2025-03-27 14:28:37 +05:30
Manav Darji
0ea2938c82
run make generate-mocks
2025-03-27 14:28:22 +05:30
Manav Darji
b1302594e5
core: skip verkle tests
2025-03-27 14:27:46 +05:30
Manav Darji
8da64cf00d
Merge branch 'develop' into manav/upstream_merge_v1.14.13
2025-03-27 00:46:31 +05:30
Manav Darji
0342e83b96
internal/ethapi: revert block hash changes from upstream
2025-03-26 23:40:54 +05:30
Manav Darji
8bef85d059
params: handle base fee denom for non bor consensus chains
2025-03-26 23:40:40 +05:30
Manav Darji
b7ec380c30
core: skip verkle tests
2025-03-26 23:40:17 +05:30
Manav Darji
4dcc06663d
fix linters
2025-03-26 21:29:20 +05:30
Krishang Shah
5b8042378f
Merge pull request #1504 from maticnetwork/mardizzone/fix-mocks-gen
...
fix mocks generation and remove reflection
2025-03-26 20:11:32 +05:30
marcello33
131b413fd9
fix mocks generation and remove reflection
2025-03-26 15:18:43 +01:00
Manav Darji
1e75ff6109
fix linters
2025-03-26 19:33:36 +05:30
Manav Darji
8a55299877
Merge pull request #1502 from maticnetwork/manav/change-file-perms
...
(chore): change file permissions to 755 for packaging and misc scripts
2025-03-26 18:31:38 +05:30
Manav Darji
4cfa413b38
core: skip TestReorgSideEvent test for time being
2025-03-26 15:43:45 +05:30
Manav Darji
4e8988d8b0
consensus/misc/eip1559: use baseFeeDenominator from config
2025-03-26 14:54:49 +05:30
Manav Darji
4bd7f2309d
params: remove shanghai and cancun hf from unit test chain config
2025-03-26 13:56:18 +05:30
Manav Darji
adb53876db
core: add blockchain back to state processor for bor consensus
2025-03-26 12:10:15 +05:30
Manav Darji
88147109be
miner: remove payload building tests, fixes in worker test
2025-03-26 11:58:03 +05:30
Manav Darji
72b38cde04
build, ethclient, params: fix imports for build, skip ethclient test
2025-03-26 11:54:51 +05:30
Manav Darji
253faa5bc1
core: add TestReorgSideEvent test and side chain event subscription back
2025-03-26 11:23:11 +05:30
Manav Darji
a6c89c1cff
miner: handle requests in block building
2025-03-26 11:14:24 +05:30
Manav Darji
657e91ff8a
internal/cli: use native go math lib
2025-03-26 11:14:10 +05:30
Manav Darji
4b7ace0ba6
node, internal/cli: add pruner options back, fix db creation in tests
2025-03-26 11:13:43 +05:30
Manav Darji
f959873629
graphql: use shanghai block instead of timestamp
2025-03-26 11:12:52 +05:30
Manav Darji
b335c19ccd
ethstats: chain event fixes
2025-03-26 11:12:13 +05:30
Manav Darji
084129ad47
eth/tracers: fix usage of block context in tests
2025-03-26 11:11:28 +05:30
Manav Darji
8a91d39d3a
eth/tracers: remove newly added code in block tracer
2025-03-26 11:10:51 +05:30
Manav Darji
aa36b7dd9b
eth: remove usage of tdd
2025-03-26 11:09:50 +05:30
Manav Darji
0aee8d9db7
core, eth: fix usage of timestamp based hf
2025-03-26 11:07:47 +05:30
Manav Darji
a648256a74
core/txpool/blobpool: add test config back
2025-03-26 11:06:37 +05:30
Manav Darji
c65177c035
core, eth, internal/cli: chain event fixes
2025-03-26 11:05:56 +05:30
Manav Darji
0d1f96960e
cmd: remove unused deps, add deleted code back
2025-03-26 11:04:18 +05:30
Manav Darji
3a4dde953f
(fix): point heimdall dependency to specific commit not using math dependency
2025-03-26 11:02:10 +05:30
Manav Darji
d869f24c2f
go mod tidy
2025-03-26 02:06:58 +05:30
Manav Darji
c58647a932
internal/ethapi: remove globalGasCap param from apply message
2025-03-26 02:06:40 +05:30
Manav Darji
e1fcdd4f83
core: handle wrapped statedb in parallel state processor
2025-03-26 02:06:01 +05:30
Manav Darji
c0eacd4eee
core: remove todo and update call to create new state processor
2025-03-26 02:05:40 +05:30
Manav Darji
37d5cfc053
internal: misc minor fixes
2025-03-26 02:04:59 +05:30