Manav Darji
7f2319d4ac
Merge branch 'develop' into manav/upstream_merge_v1.14.13
2025-05-03 10:25:14 -04:00
Jerry
53c0b9f82a
Fix ci ( #1530 )
2025-05-03 19:55:00 +05:30
shangchengbabaiban
956753646a
chore: fix function name in comment ( #1529 )
...
Signed-off-by: shangchengbabaiban <shuang.cui@live.cn>
2025-05-02 09:26:08 +05:30
Manav Darji
e026b4e96f
Merge branch 'develop' into manav/upstream_merge_v1.14.13
2025-05-01 11:20:25 -04:00
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
Daniel Jones
7a5c864340
Updating packager ( #1527 )
2025-04-27 09:22:52 +02:00
marcello33
40aecb5000
no warning on package code
2025-04-14 17:13:57 +02:00
marcello33
09499853a5
fix path for logs
2025-04-10 12:48:58 -07:00
marcello33
bb7e6fa40b
ci update
2025-04-10 10:40:33 -07:00
Marcello Ardizzone
5d3df09e7d
Merge pull request #1508 from maticnetwork/mardizzone/fix-sec
...
Sec fixes
2025-04-01 10:07:41 +02: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
marcello33
750a07e5d4
fixes
2025-03-30 09:29:55 +02:00
marcello33
15d42486c6
bump x/net
2025-03-30 09:07:03 +02:00
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