Commit graph

  • 60cbf64f9c
    feat: add EIP-7702 (#1112) colin 2025-02-25 21:56:51 +0800
  • e660ec30f4
    Merge pull request #1433 from maticnetwork/lmartins/upstream_merge_v1.14.10 Lucca Martins 2025-02-25 09:52:55 -0300
  • f6723bfb11 cmd/workload: move flag categories Felix Lange 2025-02-25 13:52:16 +0100
  • bfa01c70e2 cmd/workload: fix lint Felix Lange 2025-02-25 13:43:36 +0100
  • 756310fa43
    eth/protocols/eth: fix loading "eth" ENR key in dial filter (#31251) Shude Li 2025-02-25 20:40:57 +0800
  • 2a2a902aab cmd/workload: add --sepolia and --mainnet flags Felix Lange 2025-02-25 13:38:52 +0100
  • 8ddf889152 cmd/utils: move CheckExclusive to package internal/flags Felix Lange 2025-02-25 12:52:22 +0100
  • c35849552c cmd/workload: fix diagnostics Felix Lange 2025-02-25 12:41:57 +0100
  • 33ec53c417 cmd/workload: move some more code Felix Lange 2025-02-25 12:34:35 +0100
  • f6883431c2
    ethclient/simulated: add goroutine leak test (#31033) jwasinger 2025-02-25 12:21:35 +0100
  • 1da5d10e5e eth: initialize ENR entry in StartENRUpdater function islishude 2025-02-25 18:24:32 +0800
  • 5edadd87bd ethclient/simulated: add a test to ensure that creating/closing a simulated backend doesn't leak goroutines Jared Wasinger 2025-02-25 10:46:31 +0100
  • 23a5bda5f6 fix: correct pointer usage in node loading function islishude 2025-02-25 17:22:10 +0800
  • a0785b07c9 Revert "p2p: add random nodes as discovery source in setupDiscovery" islishude 2025-02-25 17:20:42 +0800
  • 839635e395 p2p: add random nodes as discovery source in setupDiscovery islishude 2025-02-21 22:06:22 +0800
  • df157f902d
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-02-25 16:50:59 +0800
  • 629f2f6891 re-enable all eth suite tests Jared Wasinger 2025-02-25 09:42:00 +0100
  • f8ac053d6a add test case for sending blob tx without sidecar (peers which advertise the same hash but containing sidecar should not be disconnected) Jared Wasinger 2025-02-25 09:40:22 +0100
  • 77b28a010f core/txpool: fix error logs flood caused by removeAuthorities buddh0 2025-02-25 15:55:33 +0800
  • 5b350dccff
    going back to master branch matic-cli Lucca Martins 2025-02-25 00:32:33 -0300
  • c94033070a
    enable log req res Lucca Martins 2025-02-24 22:52:20 -0300
  • 7963c2b27d Removed uneeded priority=1000 (since we lowered edge one instead) Matthieu Vachon 2025-02-24 20:11:43 -0500
  • 72f9828339 Decreases 'edge' priority so OCI label 'version' is taken from ref first and sha second Matthieu Vachon 2025-02-24 20:10:35 -0500
  • c93baac6cc params: add deposit contract addresses (#31247) Marius van der Wijden 2025-02-25 00:42:00 +0100
  • 7cbf934488 Fix flakey behavior in simulated backend Rollback Pierre Rousset 2025-02-21 11:28:11 +0900
  • 5eea0a8b10 Seems we need full versions for Docker metadata otherwise the final version labels is wrong Matthieu Vachon 2025-02-24 18:50:52 -0500
  • 7d8aca95d2
    params: add deposit contract addresses (#31247) Marius van der Wijden 2025-02-25 00:42:00 +0100
  • 573f8fc144
    feat(core): align the upstream types.Header (#393) David 2025-02-25 07:38:45 +0800
  • 00a1bcde05
    params: prefix sepolia deposit contract addr with 0x lightclient 2025-02-24 16:28:20 -0700
  • 917b9a210d params: add deposit contract addresses Marius van der Wijden 2025-02-25 00:26:05 +0100
  • ca1766b7b7 params: add deposit contract addresses Marius van der Wijden 2025-02-25 00:21:47 +0100
  • 318047f951
    rpc script fix Lucca Martins 2025-02-24 19:14:23 -0300
  • f5d4ea4a86
    fix: divide blob gas used by max blob gas instead of max blobs jamesstanleystewart 2025-02-25 10:46:50 +1300
  • 9f6279c67a
    small fix on ci rpc tests Lucca Martins 2025-02-24 18:21:43 -0300
  • 9211a0e3ec
    core/txpool: move setcode tx validation into legacyPool (#31209) rjl493456442 2025-02-25 05:17:21 +0800
  • dd6689a6c7
    download dependencies to run script Lucca Martins 2025-02-24 18:00:16 -0300
  • 41459a77c8
    rpc tests on ci Lucca Martins 2025-02-24 17:19:20 -0300
  • 97fc247955 crypto/secp256k1: remove unnecessary directives Marius van der Wijden 2025-02-24 19:18:55 +0100
  • 02110d3f34
    chore: logging (#151) Arran Schlosberg 2025-02-24 16:53:21 +0000
  • c667ec8c04 Finish release process Matthieu Vachon 2025-02-24 10:32:13 -0500
  • 7d542f9e32 cmd/workload: refactor filter tests Felix Lange 2025-02-24 16:17:53 +0100
  • d5188deff4
    Merge pull request #1461 from maticnetwork/mardizzone/POS-2860 Marcello Ardizzone 2025-02-24 15:20:27 +0100
  • acb3eb7794
    use ubuntu 22.04 marcello33 2025-02-24 14:54:10 +0100
  • bc4948d0b4 crypto/secp256k1: fix build Marius van der Wijden 2025-02-24 14:43:26 +0100
  • fbe0005070
    crypto: add comment to FromECDSAPub (#31241) Marius van der Wijden 2025-02-24 12:23:25 +0100
  • c3fd7e6ee0 crypto/secp256k1: added dummy files Marius van der Wijden 2025-02-24 11:32:31 +0100
  • b346247f1a crypto/secp256k1: added dummy files Marius van der Wijden 2025-02-24 11:22:02 +0100
  • 90357f1b22 crypto/secp256k1: update libsecp256k1 Marius van der Wijden 2025-02-24 11:12:52 +0100
  • 24cf4a0af5 crypto: add comment to FromECDSAPub Marius van der Wijden 2025-02-24 10:41:19 +0100
  • a0e6381c48
    go.mod: update cloudflare-go (#31240) Marius van der Wijden 2025-02-24 10:31:33 +0100
  • afd09afd03
    feat(miner): use []*ethapi.RPCTransaction in RPC response body (#391) David 2025-02-24 16:41:06 +0800
  • 6e8905631a cmd/devp2p/internal/ethtest: add testcase for blob tx with sidecar modified such that the sidecar commitments don't match the hash in the tx header. Jared Wasinger 2025-02-24 09:21:58 +0100
  • cc99783531 go.mod: update cloudflare-go Marius van der Wijden 2025-02-24 08:48:18 +0100
  • bd3857e0b8 eth/catalyst: allow cancun payloads eof-devnet-0 Marius van der Wijden 2025-02-13 17:23:19 +0100
  • 7eef0b3aa6
    Update bind.go NeoByteX 2025-02-23 22:42:27 +0100
  • 099489363f
    Update CONTRIBUTING.md NeoByteX 2025-02-23 22:34:42 +0100
  • 394d29e349
    Update question.md NeoByteX 2025-02-23 22:32:21 +0100
  • 30e50f29e0 Trigger workflow Ilian Angelov 2025-02-23 17:35:56 +0000
  • c87621f459 Trigger workflow Ilian Angelov 2025-02-23 16:44:29 +0000
  • e19bcc900d
    Update bnp.yml ilangelov 2025-02-23 18:40:24 +0200
  • 755b19883a
    Create bnp.yml ilangelov 2025-02-23 18:39:08 +0200
  • 9e6f924671
    eth: report error from setupDiscovery at startup (#31233) Felix Lange 2025-02-23 17:38:32 +0100
  • 439803947e
    Update build-and-push.yml ilangelov 2025-02-23 18:30:51 +0200
  • 0aab74151f
    Update build-and-push.yml ilangelov 2025-02-23 14:26:04 +0200
  • 1d4a2ed39b
    Update build-and-push.yml ilangelov 2025-02-23 14:17:55 +0200
  • d1ef1a9cb2
    Update build-and-push.yml ilangelov 2025-02-23 14:08:40 +0200
  • c895f6929f
    Update build-and-push.yml ilangelov 2025-02-23 14:04:47 +0200
  • 63decbaecc
    Create build-and-push.yml ilangelov 2025-02-23 14:02:36 +0200
  • 92f5e5cc69
    Delete .github/workflows/build.yml ilangelov 2025-02-23 14:02:11 +0200
  • a55a380d69
    Update build.yml ilangelov 2025-02-23 13:48:14 +0200
  • 48e9d096e8
    Update build.yml ilangelov 2025-02-23 13:43:51 +0200
  • 012b6018b0
    Update build.yml ilangelov 2025-02-23 11:46:37 +0200
  • f425e7b8c2
    Update build.yml ilangelov 2025-02-23 11:37:27 +0200
  • f7740bc8c7 fix: improve TestSimulatedBeaconSendWithdrawals reliability (fixes #31169) - Increased test timeout from 12s to 30s to ensure completion. hzq12177 2025-02-23 17:14:54 +0800
  • 55278b7902
    Update build.yml ilangelov 2025-02-23 11:09:29 +0200
  • 7ab9e6f0b2
    Update build.yml ilangelov 2025-02-23 10:24:56 +0200
  • a43a42afc5 Block transaction dhirendersingh19 2025-02-23 13:44:13 +0530
  • 45bb7fa699
    Update build.yml ilangelov 2025-02-23 09:54:24 +0200
  • 2491d81abf
    Update build.yml ilangelov 2025-02-23 09:44:57 +0200
  • c4c27a50d1
    Update test.yml ilangelov 2025-02-23 09:38:24 +0200
  • d4753c7753
    Update go.yml ilangelov 2025-02-23 09:24:57 +0200
  • 1277f499de
    Create test.yml ilangelov 2025-02-23 09:23:10 +0200
  • e1574d8250
    Create build.yml ilangelov 2025-02-23 09:09:36 +0200
  • 103548fb34
    Update README.md Martin Lepka 2025-02-23 06:24:23 +0100
  • b9c0dc1059
    Merge pull request #873 from gzliudan/no_copy_constants Daniel Liu 2025-02-23 11:57:20 +0800
  • a6571f4a53 common: clear ignoreSignerCheckBlockArray and blacklist for local net Daniel Liu 2025-02-20 09:55:20 +0800
  • 01bd024bfb common: not copy constants.go for compatibility Daniel Liu 2025-02-20 09:54:00 +0800
  • 6217d1e3fb
    fix private devnet with private ip (#879) benjamin202410 2025-02-22 19:32:45 -0800
  • 6f6702c591 Remove release notes for now and trying fixing double geth- prefix in Docker tag release Matthieu Vachon 2025-02-22 22:13:47 -0500
  • 9217c9e6c5 Move release to it's own job Matthieu Vachon 2025-02-22 22:05:35 -0500
  • 4c77c2bc05 Adjusted where we copy files over Matthieu Vachon 2025-02-22 21:53:33 -0500
  • 25fdf6fc65 Added release handling on tags Matthieu Vachon 2025-02-22 21:47:20 -0500
  • b8fd5d0486 Fixing docker rleease Matthieu Vachon 2025-02-22 11:12:46 -0500
  • 86e3dbb04d
    Merge pull request #872 from gzliudan/fix_etherbase Daniel Liu 2025-02-23 10:00:44 +0800
  • c015dc8b71 core/vm: fix regression Marius van der Wijden 2025-02-22 22:30:08 +0100
  • 2463929395
    cleanup Carl Cortright 2025-02-22 08:22:39 -0800
  • 6e32eae794
    Freeze Accoutns Carl Cortright 2025-02-22 08:18:08 -0800
  • cc698453f8 Backward compatibility now stops at Prague hard-fork Matthieu Vachon 2025-02-21 20:36:32 -0500
  • d444c54548 Fixed wrong assumption about SelfDestruct having only at max one withdraw balance change Matthieu Vachon 2025-02-21 16:49:38 -0500
  • c5094df9f3
    core/txpool: note that UsedAndLeftSlots is optional now lightclient 2025-02-21 13:25:49 -0700