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
kamuikatsurgi
565e977de7
Revert squashed commit
2025-03-21 14:24:12 +05:30
Krishang Shah
99f3b70580
eth: dial nodes from discv5 ( #1492 )
...
* Revert: Revert "eth: dial nodes from discv5 (#30302 )"
* 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
---------
Co-authored-by: Felix Lange <fjl@twurst.com>
2025-03-21 14:13:27 +05:30
Manav Darji
754cce0629
Merge branch 'develop' into manav/upstream_merge_v1.14.11
2025-03-20 18:31:15 +05:30
Jerry
0e7ce277de
Revert "eth: dial nodes from discv5 ( #30302 )" ( #1489 )
...
This reverts commit 6eb42a6b4f .
2025-03-20 18:30:09 +05:30
Marcello Ardizzone
efbcc0ed64
Merge pull request #1488 from maticnetwork/mardizzone/genesis-contracts-fix
...
ci fix
2025-03-18 16:23:28 +01:00
marcello33
897332e908
install solc-select on e2e ci tests
2025-03-18 16:00:16 +01:00
linchizhen
a2fe0aaa2e
refactor: use t.TempDir() instead of os.MkdirTemp ( #1484 )
...
Signed-off-by: linchizhen <jiayanbing@yeah.net>
2025-03-11 06:41:40 -04:00
jj1980a
d72c039a1a
param: txs announced only ( #1467 )
2025-03-11 05:47:54 -04:00
Lucca Martins
697b68a54d
Merge pull request #1475 from MqllR/fix_bootnodes
...
fix: use single source of truth for bootnodes
2025-03-07 09:43:52 -03:00
Mael Regnery
1d87b93aa6
fix: use single source of truth for bootnodes
2025-03-07 11:32:41 +01:00
Lucca Martins
acf8d871de
Merge pull request #1464 from FlyingFog/crypto
...
update gfp12 MulScalar in crypto module.
2025-03-06 14:49:15 -03:00
Arya Lanjewar
12bd028cde
CI changes to accommodate Anvil
2025-03-05 17:39:59 +05:30
Arya Lanjewar
f767ec7f84
CI changes to accommodate Anvil
2025-03-05 16:42:28 +05:30