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 |
|
Manav Darji
|
1e75ff6109
|
fix linters
|
2025-03-26 19:33:36 +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 |
|
Manav Darji
|
ccc82911a5
|
accounts/abi/bind/backends: replace deprecated math lib common functions
|
2025-03-26 02:04:20 +05:30 |
|
Manav Darji
|
aee9a5cc07
|
core, params: replace time based hardforks in config to block based
|
2025-03-26 02:03:28 +05:30 |
|
Manav Darji
|
6bb20a79e4
|
rpc: fix call to NewServer in tests
|
2025-03-26 01:56:41 +05:30 |
|
Manav Darji
|
bfedb19b67
|
core: fix call to NewBlockchain in tests
|
2025-03-26 01:55:32 +05:30 |
|
Manav Darji
|
f84745e194
|
consensus/misc/eip1559: remove unused function which used deprecated math methods
|
2025-03-26 01:53:52 +05:30 |
|
Manav Darji
|
cc1ebb7dd8
|
consensus/clique: undo changes
|
2025-03-26 01:53:00 +05:30 |
|
Manav Darji
|
689a048d52
|
core: add cmath import back
|
2025-03-25 23:56:52 +05:30 |
|
Manav Darji
|
f090b34cd0
|
cmd, core, eth: make IsPrague block based instead of block, time both
|
2025-03-25 23:54:01 +05:30 |
|
Manav Darji
|
4a4ba278dc
|
common/math: add BigIntToUint256Int method back
|
2025-03-25 23:51:56 +05:30 |
|
Manav Darji
|
8bb1e67330
|
core: add sidechain event back, update chain2head event
|
2025-03-25 18:16:38 +05:30 |
|
Manav Darji
|
6f42b5a43e
|
cmd/evm: resolve conflict in evm benchmarking
|
2025-03-25 16:20:47 +05:30 |
|
Manav Darji
|
c0d0b1cb06
|
consensus/bor: handle wrapped vm.State in Finalize
|
2025-03-25 16:18:46 +05:30 |
|
Manav Darji
|
f9f84acd4b
|
core/state: fix stateObject function calls
|
2025-03-25 16:17:36 +05:30 |
|
Manav Darji
|
7f10fc419e
|
core/vm: remove duplicate function in state interface
|
2025-03-25 16:16:41 +05:30 |
|
Manav Darji
|
1acf5e6eb0
|
Merge tag 'v1.14.13' into manav/upstream_merge_v1.14.13
|
2025-03-24 21:45:55 +05:30 |
|
Manav Darji
|
37736037ea
|
Merge pull request #1452 from maticnetwork/manav/upstream_merge_v1.14.11
Upstream merge v1.14.11
|
2025-03-21 16:52:08 +05:30 |
|
Manav Darji
|
56065db427
|
Merge branch 'develop' into manav/upstream_merge_v1.14.11
|
2025-03-21 15:08:03 +05:30 |
|
Manav Darji
|
d93ed50fc8
|
Merge pull request #1494 from maticnetwork/p2p-fix
eth: dial nodes from discv5
|
2025-03-21 15:05:58 +05:30 |
|
Felix Lange
|
37a7cadc04
|
eth/protocols/eth: add discovery iterator to protocol (#31185)
We somehow forgot to add this in #30302, so discv5 and DNS have actually
been disabled since then.
Fixes #31168
|
2025-03-21 14:24:31 +05:30 |
|
kamuikatsurgi
|
827251b56b
|
Revert: Revert "eth: dial nodes from discv5 (#30302)"
|
2025-03-21 14:24:23 +05:30 |
|