Commit Graph

  • effeefcc23
    core: activate EIP-3860 in Shanghai Andrei Maiboroda 2023-01-03 18:40:03 +01:00
  • a55f5cb7a3
    core/vm: fix CI warnings Andrei Maiboroda 2022-12-27 15:33:18 +01:00
  • ed09df53b5
    core/vm: simplify gas calculators for 3860 Martin Holst Swende 2022-12-27 11:12:42 +01:00
  • 5d73263f9d
    core/vm: move 3860-checks to separate gas calculator Martin Holst Swende 2022-12-27 10:37:12 +01:00
  • 8edb9d3742
    core/vm: modify tests for create2 gas consumption Martin Holst Swende 2022-12-27 10:15:07 +01:00
  • db41c8887e
    core/vm: don't sub hashing cost for create2 initcode if length is too long lightclient@protonmail.com 2022-12-08 12:18:20 -07:00
  • 9a109f3a2a
    core/vm: Change order of initcode charge checks and nonce update Andrei Maiboroda 2022-11-23 17:29:15 +01:00
  • 8896d4193d
    core: Make creation transaction invalid if initcode size above limit Andrei Maiboroda 2022-01-06 18:17:21 +01:00
  • 0fe2b2c371
    core/vm: Unit tests for initcode gas charge according to EIP-3860 Andrei Maiboroda 2021-11-22 14:38:20 +01:00
  • b5a3aecc11
    core: EIP-3860: extra charge for creation transaction Andrei Maiboroda 2022-02-07 13:05:09 +01:00
  • 493db58a98
    evm: EIP-3860: extra charge for CREATE and CREATE2 Andrei Maiboroda 2021-11-22 14:36:31 +01:00
  • 7eda5414dd
    evm: EIP-3860: abort if initcode size above the limit Andrei Maiboroda 2022-02-09 12:17:02 +01:00
  • f0cf88737b
    evm: Add EIP-3860 to supported extra EIPs Andrei Maiboroda 2021-10-15 18:37:17 +02:00
  • a0cd97133d
    tests: fix DIFFICULTY error in state executor Martin Holst Swende 2023-01-09 16:57:21 +01:00
  • 251b7e0023 added upscale leonbiton1 2023-01-09 17:36:03 +02:00
  • d60505bff3
    eth/downloader: move the pivot in beacon sync mode too Péter Szilágyi 2023-01-09 15:16:18 +02:00
  • 0f83abb367 core/types: moved to merkle.go, added comments, fixed issues Marius van der Wijden 2023-01-09 13:26:29 +01:00
  • cd559a48be internal/flags: use backticks, fix test Marius van der Wijden 2023-01-09 12:47:51 +01:00
  • 29b3a810d8 core/types: added lut Marius van der Wijden 2023-01-09 12:43:05 +01:00
  • 43692c84d1
    Merge pull request #26451 from rjl493456442/fix-beacon-sync-2 Péter Szilágyi 2023-01-09 12:55:51 +02:00
  • 6906bcb88a chore: add relevant workflows Vladislav Varadinov 2023-01-09 12:25:06 +02:00
  • 7c9aa53e34 internal/flags: modify test for windows Marius van der Wijden 2023-01-09 11:17:41 +01:00
  • 71f7988b0f
    eth/downloader: create repro testcase for beacon header loss Péter Szilágyi 2023-01-09 12:12:25 +02:00
  • 686f7438d3 eth/downloader: fix unexpected skeleton header deletion Gary Rong 2023-01-09 15:07:08 +08:00
  • 5e23a9b858 added raw json block avepa 2023-01-08 19:32:35 +03:00
  • 2b556dbb66
    add BlockValue to GetPayloadV2/V3 result (#88) Roberto Bayardo 2023-01-08 08:03:23 -08:00
  • ac3a1c6d90 core/types: rename Marius van der Wijden 2023-01-07 13:38:48 +01:00
  • b81a24d490 core/types: add ssz chunking, length mixin Marius van der Wijden 2023-01-07 13:31:37 +01:00
  • ac857c8c94 core/types: implement binary merkle tree hashing Marius van der Wijden 2023-01-07 13:02:21 +01:00
  • 17ed09e0d0 crypto/bls12381: use worst case scalar for input to G1/G2 mul benchmarks Jared Wasinger 2023-01-06 17:46:35 -05:00
  • 48cd33e62d test Jared Wasinger 2023-01-06 17:38:11 -05:00
  • ed01dbb798
    Merge pull request #87 from mdehoog/blob-tx-hash2 Roberto Bayardo 2023-01-06 07:03:00 -08:00
  • d167bb91ba update go installation instructions Joe 2023-01-06 14:11:00 +00:00
  • 2189773093
    Merge pull request #25878 from MariusVanDerWijden/shanghai-by-time Péter Szilágyi 2023-01-06 16:10:12 +02:00
  • de232a96d7 add website contribution instructions to readme Joe 2023-01-06 13:32:15 +00:00
  • b56c796220
    cmd, core, eth, els, params: disallow setheads below genesis, tweaks Péter Szilágyi 2023-01-06 15:07:38 +02:00
  • fcf3d00488
    eth, les: polish forkid a bit, fix races and transition validation Péter Szilágyi 2023-01-03 13:06:32 +02:00
  • f6337ca741
    Merge pull request #26439 from LucasAschenbach/patch-1 Joseph Cook 2023-01-06 13:19:07 +00:00
  • 388f894b24
    Merge pull request #26438 from jpitts/website Joseph Cook 2023-01-06 13:17:38 +00:00
  • f426805fdd
    build: upgrade -dlgo version to Go 1.19.4 (#26440) Marius Kjærstad 2023-01-06 12:25:58 +01:00
  • 92c9ea3bf2 eth/downloader: fix cornercase when clean stale beacon headers Gary Rong 2023-01-06 14:48:54 +08:00
  • 6b0ae6c04e
    Merge pull request #26430 from ethereum/readme-improvements Sam Richards 2023-01-05 20:47:26 -05:00
  • ef35a07c40
    Merge pull request #26432 from ethereum/remove-url-list Paul Wackerow 2023-01-06 01:23:35 +01:00
  • c298b4b01f
    build: upgrade -dlgo version to Go 1.19.4 Marius Kjærstad 2023-01-06 01:03:53 +01:00
  • 5dbd2e88ea docs: update README Nicolás Quiroz 2023-01-05 13:56:38 -03:00
  • cb1a4b6550 docs: add tutorials to README Nicolás Quiroz 2023-01-05 13:48:44 -03:00
  • efdf2721c3
    [website]: fix typos in sync-modes docs Lucas Aschenbach 2023-01-05 17:47:34 +01:00
  • 61dc3a04bb
    Website: update ethstats.net to ethstats.dev Jamie Pitts 2023-01-05 07:45:27 -08:00
  • 4e4d5efdfc
    Merge pull request #77 from blocknative/feature/eth_callBundle-rearrangement ayazabbas 2023-01-05 15:35:46 +00:00
  • 899691cf0d
    Merge pull request #78 from blocknative/feature/duplicate-multisim-name ayazabbas 2023-01-05 14:36:14 +00:00
  • 75e7da518b
    Merge pull request #76 from blocknative/merge/v1.10.26 ayazabbas 2023-01-05 14:35:55 +00:00
  • b98a762cc2
    [website]: add info on cache.preimages to docs (#26436) Joseph Cook 2023-01-05 13:45:45 +00:00
  • ed7acdf74a
    Apply suggestions from code review Marius van der Wijden 2023-01-05 14:45:17 +01:00
  • fdd1111e8f
    Update docs/faq.md Joseph Cook 2023-01-05 12:54:05 +00:00
  • a21cbf27c5 + preimage to faq & note to GetModifiedAccount... Joe 2023-01-05 11:53:37 +00:00
  • 59c423a1f5 Blockchain parser Dmitry Negoda 2023-01-05 15:47:53 +04:00
  • e608c6a200 chore: remove url-list.csv Nicolás Quiroz 2023-01-04 19:05:10 -03:00
  • e52b44a09e docs: update frontmatter section title Nicolás Quiroz 2023-01-04 18:38:42 -03:00
  • 5bf99f3c06 docs: add frontmatter metadata example Nicolás Quiroz 2023-01-04 18:33:43 -03:00
  • d6a58d325b Merge branch 'website' of github.com:ethereum/go-ethereum into website Nicolás Quiroz 2023-01-04 18:28:09 -03:00
  • db30491147
    docs: README improvements Nicolás Quiroz 2023-01-04 18:25:20 -03:00
  • 9cebffd388
    Update README.md Corwin Smith 2023-01-04 10:19:42 -07:00
  • 6a45803ca8
    chore: remove unused /api dir (#26415) Nicolás Quiroz 2023-01-04 13:09:03 -03:00
  • b798bc8f16 update readme w note/img instructions Joe 2023-01-04 15:28:07 +00:00
  • 424f4a8320 chore: remove unused /api dir Nicolás Quiroz 2023-01-04 12:03:31 -03:00
  • 01fd6e6f6b
    [website] geth-website migration (#26412) Paul Wackerow 2023-01-04 15:16:45 +01:00
  • c29f890ca7 add instruction to update authrpc.port in priv-netwk Joe 2023-01-04 11:51:42 +00:00
  • 4464c02b89 update README and contributing page Joe 2023-01-04 11:24:37 +00:00
  • 7d53e388d6 miner, cmd, eth: require explicit etherbase address Gary Rong 2023-01-04 14:44:44 +08:00
  • b4d3e40af7 Make blob id hash computation include the signature, and make both signing hash and id hash computations hash the tx SSZ serialization instead of the tx ssz hash_tree_root per https://github.com/ethereum/EIPs/issues/6245 Roberto Bayardo 2022-12-29 12:03:03 -08:00
  • 5eb30e7d2a
    Merge remote-tracking branch 'geth-website/master' into geth-website-migration Paul Wackerow 2023-01-03 16:58:51 -08:00
  • 75407052c6
    Fix broken rpc link (#203) Sam Richards 2023-01-03 09:25:27 -05:00
  • 77d277814f internal/flags: fix windows pipe issue Marius van der Wijden 2023-01-03 15:14:02 +01:00
  • 6c149fd4ad
    core, eth, trie, light: clean up trie interface (#26388) rjl493456442 2023-01-03 21:41:40 +08:00
  • 696de8fd65 ethclient/gethclient: ensure getProof keys parameter is not 'null' Felix Lange 2023-01-03 13:51:45 +01:00
  • 41fe9d646c
    cmd/evm: update documentation (#26385) Martin Holst Swende 2023-01-03 12:37:48 +01:00
  • a251bca67c
    p2p/discover: add more packet information in logs (#26307) Felix Lange 2023-01-03 12:36:38 +01:00
  • 9e6a1c3834
    common/mclock: add Alarm (#26333) Felix Lange 2023-01-03 12:10:48 +01:00
  • d021157820
    core, les, light: implement timestamp based sethead and genesis rewinds Péter Szilágyi 2022-12-16 14:06:22 +02:00
  • 08481028fe
    core, les, params: add timestamp based fork compatibility checks Péter Szilágyi 2022-12-15 09:40:33 +02:00
  • a4e19c5ca3
    all: implement forkid changes for shanghai Marius van der Wijden 2022-11-10 15:25:32 +01:00
  • efc9409ca9
    params: core: enable shanghai based on timestamps Marius van der Wijden 2022-09-27 13:42:57 +02:00
  • c6a2f77c2e
    cmd/devp2p/internal/v4test: add pong validation in bond (#26400) strykerin 2023-01-03 07:30:34 -03:00
  • dad92500e7
    cmd, internal: update copyright year to 2023 (#26382) Marius Kjærstad 2023-01-03 10:04:54 +01:00
  • 9d38466437
    eth/downloader: fix some typos (#26396) Ha DANG 2023-01-03 16:03:44 +07:00
  • 48b7b871a7
    BUG:No etherbase configured Jin 2023-01-03 13:30:51 +08:00
  • 04316203c7 Re-add in eth_callBundle after rebase Alexander Campbell 2023-01-03 12:40:03 +11:00
  • dd40975eab Re-remove debug Alexander Campbell 2023-01-03 12:31:43 +11:00
  • 82f3d15b42 Revert "Remove debug" Alexander Campbell 2023-01-03 12:28:34 +11:00
  • ff542c1a77
    condrieu: update go-verkle + verify produced proofs (#148) Guillaume Ballet 2023-01-02 18:30:44 +01:00
  • 5ef2e442de internal/flags: use filepath.Clean instead of path.Clean Marius van der Wijden 2023-01-02 16:24:40 +01:00
  • e204bfc91d cmd/devp2p: add pong validation on bond function strykerin 2022-12-31 20:08:55 -03:00
  • 20b962ada0 Master AlAstor66767 2022-12-31 02:50:54 +00:00
  • 10e51ac62f eth/downloader: fix some typos Ha ĐANG 2022-12-30 23:26:06 +07:00
  • ad7c7640f8 eth, trie: address comments Gary Rong 2022-12-30 12:28:22 +08:00
  • 251262677c
    Merge 02aa9b2e91cd2e4e43fff3b6718582d6dd1a6580 into db82ea2ee375b80809673316ec79578c9e883166 Juliusproduction 2022-12-29 17:47:33 +00:00
  • 02aa9b2e91
    Rename tools.go to .tools.go Juliusproduction 2022-12-29 18:47:26 +01:00
  • 2bd3a3cf9f
    Fix out of data gas error in tracer (#85) Inphi 2022-12-29 09:34:29 -08:00
  • 42220718bd
    test more dimension on devnet (#219) Liam 2022-12-29 21:39:57 +08:00
  • db82ea2ee3
    core: reset txpool on sethead (#26392) Marius van der Wijden 2022-12-29 13:24:34 +01:00