Commit graph

  • af4a29d20a
    fix on golang image dockerfile Lucca Martins 2025-02-04 11:38:43 -0300
  • eee868226a
    params: start osaka fork (#31125) Marius van der Wijden 2025-02-04 15:29:51 +0100
  • 1bf49e2de0
    fix test-integration Lucca Martins 2025-02-04 11:10:19 -0300
  • 26ec762a11
    Merge remote-tracking branch 'origin/upstream_merge_v1.14.8' into lmartins/upstream_merge_v1.14.10 Lucca Martins 2025-02-04 10:35:52 -0300
  • 4248ea01a9
    The gas limit is now at 36M on mainnet Marius Kjærstad 2025-02-04 14:35:37 +0100
  • bdd6ca40d3 params: remove verkle in blob config check Felix Lange 2025-02-04 14:30:43 +0100
  • 665c8512f3
    core: copy genesis before modifying (#31097) Marius van der Wijden 2025-02-04 14:22:30 +0100
  • 9e31c48b95
    core: fix genesis test by adding ethash config lightclient 2025-02-04 06:11:59 -0700
  • 8ecaeec8b8
    feat(l1 follower): add periodic logs for L1 follower mode sync progress (#1110) Jonas Theis 2025-02-04 21:02:17 +0800
  • 75add06fd8
    all: apply review feedback lightclient 2025-02-04 05:58:14 -0700
  • 4563174b81 consensus/misc/eip4844: clean up CalcBlobFee Felix Lange 2025-02-04 13:56:33 +0100
  • 886d6edc2b consensus/misc/eip4844: unexport TargetBlobsPerBlock Felix Lange 2025-02-04 13:41:01 +0100
  • fa73a5e424 params: move blob count functions to eip4844 Felix Lange 2025-02-04 13:39:43 +0100
  • 28496b0180 params: change blob count types to int Felix Lange 2025-02-04 12:56:17 +0100
  • 0ad0966cec
    core/rawdb: introduce flush offset in freezer (#30392) rjl493456442 2025-02-04 18:45:45 +0800
  • 3926e96af5
    Merge branch 'develop' into lmartins/upstream_merge_v1.14.10 Lucca Martins 2025-02-04 07:42:42 -0300
  • fc2198bedd
    Merge tag 'v1.14.10' into lmartins/upstream_merge_v1.14.10 Lucca Martins 2025-02-04 07:41:07 -0300
  • 46b5b4309a params: start osaka fork Marius van der Wijden 2025-02-04 11:09:54 +0100
  • c981cd44ce
    add panic log to Close georgehao 2025-02-04 17:47:41 +0800
  • d875add9c7
    format georgehao 2025-02-04 17:45:42 +0800
  • 30b642bc51 applied suggestion Marius van der Wijden 2025-02-04 10:41:19 +0100
  • 9fe0f42c03
    update georgehao 2025-02-04 17:36:26 +0800
  • 53dc219a81
    update comment georgehao 2025-02-04 17:36:01 +0800
  • 4e8c1e9ac2
    update comments georgehao 2025-02-04 17:35:21 +0800
  • f6360614a1
    remove channel close check georgehao 2025-02-04 17:33:38 +0800
  • 10cd083c78 core/vm: revert merge errors Marius van der Wijden 2025-02-04 10:31:42 +0100
  • 1c931f0f8f core/vm: revert merge errors Marius van der Wijden 2025-02-04 10:26:34 +0100
  • 6fe254e378 all: fix merging issues Marius van der Wijden 2025-02-04 10:20:10 +0100
  • dbb4ef5d9f
    Merge branch 'master' into eof-opcodes Marius van der Wijden 2025-02-04 10:01:36 +0100
  • f0dc433e31
    Merge pull request #60 from shemnon/eof/extcodecopy-oob Marius van der Wijden 2025-02-04 09:44:21 +0100
  • 58989b7ef9
    add panic log georgehao 2025-02-04 15:53:52 +0800
  • be62c3ce27
    add panic log georgehao 2025-02-04 15:52:24 +0800
  • 8bad1bbfc2
    add comments georgehao 2025-02-04 15:28:34 +0800
  • 288d85f411
    fix syncx dead lock georgehao 2025-02-04 15:20:28 +0800
  • e26dd774a9
    tests/fuzzers/bls12381: fix error message in fuzzCrossG2Add (#31113) kazak 2025-02-04 08:09:06 +0200
  • 484164968c accounts/abi: regenerate test data Jared Wasinger 2025-02-03 20:21:17 -0800
  • cf0d15d276 remove redundant method Jared Wasinger 2025-02-03 20:18:34 -0800
  • 3a96aaa819 fix lint Jared Wasinger 2025-02-03 20:06:05 -0800
  • 82886ff010 update tests Jared Wasinger 2025-02-03 20:01:28 -0800
  • 6c70418313 accounts/abi/bind/v2: improvement on the previous commit: remove all publicly-exported member methods from v2 BoundContract. Most of these are only needed to implement the contract interaction methods in accounts/abi/bind/v2/lib.go . Add 'Transact' method to the contract interaction API. Jared Wasinger 2025-02-03 20:00:45 -0800
  • b1e8a7cac0 rename v5respTimeout->respTimeout Chen Kai 2025-02-04 11:33:29 +0800
  • 6078fe2adc feat:make discv5 timeout configuable Chen Kai 2025-02-03 16:34:41 +0800
  • 028ef2f263 accounts/abi/bind/v2: add separate BoundContract struct for v2. Previously, it was unintuitive to instantiate a BoundContract instance which contained member methods used by V1 bindings, while the corresponding methods for v2 functionality were implemented as non-member methods. The new v2 BoundContract instance only exposes member methods that are required by the V2 contract interaction utility methods. Jared Wasinger 2025-02-03 17:33:26 -0800
  • 23a60884cc
    internal/ethapi: update tests lightclient 2025-02-03 17:18:54 -0700
  • 2f16843c5a
    core: default genesis difficulty to zero for merged chains lightclient 2025-02-03 16:10:34 -0700
  • 6b917b393d core/rawdb: rename syncWithNoLock to doSync Felix Lange 2025-02-04 00:21:48 +0100
  • eb5a449316 core/rawdb: change freezerTableMeta.flushOffset to int64 Felix Lange 2025-02-04 00:08:03 +0100
  • 791988fd32 core/rawdb: clean up freezer index truncation logic Felix Lange 2025-02-03 23:54:51 +0100
  • a33bba4773 core/rawdb: several fixes Gary Rong 2025-01-23 11:21:42 +0800
  • 3049d138b7 core/rawdb: introduce flush offset in freezer Gary Rong 2024-05-15 16:48:15 +0800
  • 86be309281
    params: require non-zero blob update fraction lightclient 2025-02-03 15:22:46 -0700
  • 741ed92383 accounts/abi/abigen/testdata/v2,accounts/abi/bind/v2/internal/contracts: update test data Jared Wasinger 2025-02-03 14:02:03 -0800
  • 3eb1f8ab7f accounts/abi: rename MetaData field 'Id' to 'ID' Jared Wasinger 2025-02-03 13:59:40 -0800
  • 2502299233 use different variants for server/client handlers Ilia Tsyplenkov 2025-02-04 00:21:27 +0300
  • eba27c3583
    Update bls12381_fuzz.go kazak 2025-02-03 22:14:09 +0200
  • d1219ff6d4
    Merge pull request #1403 from maticnetwork/dependabot/go_modules/golang.org/x/net-0.33.0 Jerry 2025-02-03 10:51:38 -0800
  • 55a18616b1
    core/vm: simplify tracer hook invocation in interpreter loop (#31074) jwasinger 2025-02-03 09:44:26 -0800
  • 7fc8c6d553 update generated bindings for tests Jared Wasinger 2025-02-03 07:15:36 -0800
  • d43e375683 accounts/abi: rename contract MetaData field 'Pattern' to 'Id'. This reflects the fact that this field will not hold the solidity library pattern when it cannot be defined (when not using the --combined-json option). Modify LinkAndDeploy to return an error upfront if any of the provided metadatas in the DeploymentParams do not have deployer code embedded. Add comment clarifying semantics of link and deploy wrt contracts that share common dependency libraries Jared Wasinger 2025-02-03 07:13:30 -0800
  • 7ef9c891dc rpc: fix goroutine leaks in client handler Ilia Tsyplenkov 2025-02-03 13:38:23 +0300
  • 9d5a50277c PR review fixes shahafn 2025-02-03 11:51:25 +0200
  • 7f6090b4b4 core: don't copy the config when applying overrides Marius van der Wijden 2025-02-03 10:44:24 +0100
  • 70a5344094 review feedback Guillaume Ballet 2025-02-03 10:42:51 +0100
  • 306eb6a72a fix nil pointer when block does not exist mizuguchi_ef 2025-02-03 15:59:13 +0900
  • b61b1053f0 feat:expose discv5 function for portal discv5 json rpc Chen Kai 2025-02-03 11:59:26 +0800
  • b1fa06e1a2 only cache talk request thinkAfCod 2025-02-03 09:29:26 +0800
  • 618559ee75 revert seq num to time Chen Kai 2025-02-02 22:31:49 +0800
  • e64596c783 core/vm: fix system call detection in extcodecopy Guillaume Ballet 2025-02-02 13:36:54 +0100
  • 81d3052a46
    chore: fix incorrect error message in fuzzCrossG2Add function kazak 2025-02-02 11:59:09 +0200
  • fd550f5408 feat:change the discv5 challenge behavior to send same node only one time. Chen Kai 2025-02-02 12:58:28 +0800
  • 8b995dbd04
    Update web3.js kilavvy 2025-02-01 15:16:44 +0100
  • e02e3abea9 p2p/server: fix stun test fearlessfe 2025-02-01 20:10:38 +0800
  • ea8e272e1a p2p/server_nat: set stun IP to localnode fearlessfe 2025-02-01 19:46:28 +0800
  • 79523ca21c
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-02-01 17:46:31 +0800
  • fc12dbe40b
    eth/catalyst: fix validation of type 0 request (#31103) Sina M 2025-01-31 18:34:22 +0100
  • a44f806c4f fix Sina Mahmoodi 2025-01-31 17:43:42 +0100
  • 3fa1ed8420 core: only do a local copy of the genesis block Marius van der Wijden 2025-01-31 16:45:09 +0100
  • dde6292b44 miner: move blob gas checks Marius van der Wijden 2025-01-31 16:33:10 +0100
  • 69614d2ac2 fix api panic when block not exist mizuguchi_ef 2025-01-31 22:22:28 +0900
  • d5d7e00364
    Merge pull request #1415 from maticnetwork/lmartins/validator-id-on-snap-apply Lucca Martins 2025-01-31 08:12:15 -0300
  • 0596e9a77e eth/catalyst: fix validation of type 0 request Sina Mahmoodi 2025-01-31 11:59:14 +0100
  • a6c23063cf
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-01-31 18:19:27 +0800
  • 02597d73f9
    chore(taiko): release 1.12.0 (#346) taiko-bot 2025-01-31 18:18:17 +0800
  • 76f806d4fc Merge branch 'gethmaster' into gethinte1 Chen Kai 2025-01-31 18:18:13 +0800
  • d9086a2838
    crypto: add IsOnCurve check (#31100) (#374) David 2025-01-31 18:00:43 +0800
  • 660f3f6578
    Merge pull request #824 from XinFinOrg/benjamin202410-patch-1 benjamin202410 2025-01-31 01:58:31 -0800
  • 8daefeb890
    params: update system contract addresses for devnet-6 (#31102) lightclient 2025-01-31 02:36:49 -0700
  • 2d2dbcc398
    Merge develop branch kamuikatsurgi 2025-01-31 10:21:37 +0530
  • 743152c0ee
    params: update sys contract addrs for devnet 6 lightclient 2025-01-30 20:39:57 -0700
  • d47bcafb30
    tests: add dummy ChainContext impl to read config lightclient 2025-01-30 20:31:05 -0700
  • ddb9390bae update generated bindings Jared Wasinger 2025-01-30 16:22:45 -0800
  • 5b51a11836
    build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 dependabot[bot] 2025-01-30 22:56:04 +0000
  • 20bf7bd631 only populate Pattern field on binding metdata if the bindings were built from a combined-json Jared Wasinger 2025-01-30 14:18:35 -0800
  • b16db48789
    all: add Config getter to ChainContext lightclient 2025-01-30 12:47:15 -0700
  • 958fe8b5b1
    Bump version to v2.0.0-beta Jerry 2025-01-30 11:40:03 -0800
  • 962923b816
    Merge pull request #1429 from maticnetwork/master Jerry 2025-01-30 11:35:02 -0800
  • b42c28dd93
    fix: some typos (#1396) chloefeal 2025-01-31 03:32:27 +0800
  • 73e7a84851
    builder, docs, packaging: update amoy dns, uncomment mainnet p2p configs (#1428) Manav Darji 2025-01-31 00:48:56 +0530
  • ab7c93a917
    core: harmonize use of cm.config lightclient 2025-01-30 12:05:12 -0700
  • 2be86c91f9
    rm: sender account overwrite (#1418) Marcello Ardizzone 2025-01-30 19:31:34 +0100