Commit graph

17836 commits

Author SHA1 Message Date
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
Arya Lanjewar
d3b4d34e37
Revert "CI changes to accommodate Anvil" 2025-03-05 16:32:29 +05:30
Arya Lanjewar
65a5f58218
Revert "CI changes to accommodate Anvil" 2025-03-05 16:22:52 +05:30
Arya Lanjewar
d5b5ae1fa0
CI changes to accommodate Anvil 2025-03-05 16:01:12 +05:30
Arya Lanjewar
86fc556609
Merge branch 'develop' into anvil-ci 2025-03-05 15:50:05 +05:30
Krishang Shah
c2531f4d03
Merge pull request #1474 from maticnetwork/krishang/remove-mumbai-from-readme
chore: Remove usage of Mumbai from README
2025-03-05 15:46:13 +05:30
kamuikatsurgi
3d0004abae
Remove mumbai from README 2025-03-05 13:58:44 +05:30
Krishang Shah
facb73215a
Merge pull request #1471 from maticnetwork/krishang/bor-info
feat: `bor_info` metric
2025-03-03 17:51:45 +05:30
Krishang Shah
cdd61bdd96
chore(ci): Fix GoVuln and formatting (#1468)
* chore: CI improvements

* revert comment deletions

* add cache for windows build

* chore

* Remove windows build check
2025-03-03 17:20:29 +05:30
kamuikatsurgi
192f6d2704
chore: improve comments 2025-03-03 17:08:58 +05:30
kamuikatsurgi
7afea05a0d
feat: bor_info metric 2025-03-03 15:06:02 +05:30