Commit graph

  • d9d612d94a
    Merge pull request #80 from GrapeBaBa/lc_api 彭振 2024-04-09 11:51:11 +0800
  • a6f3d9305f First commit about UDP Fuzz fudong 2024-04-09 10:32:07 +0800
  • d68fda5997 core/state, tests: remove account reset operation Gary Rong 2024-02-02 11:57:34 +0800
  • 94a42f8843 all: fix some lint errors zhiqiangxu 2024-04-08 23:54:06 +0800
  • 4c8f58e549
    Update README.md ahmetgul23 2024-04-09 01:13:03 +0300
  • 0f6d38b50f
    EIPs: add eip-779.md (#5) c0np4nn4 2024-04-08 23:33:59 +0900
  • 5c15dd8126 params: update BLS gas costs Marius van der Wijden 2024-04-08 16:24:12 +0200
  • 0af03ee0d1 core/vm: simplify your life Marius van der Wijden 2024-04-08 15:59:43 +0200
  • 14431072f3 oss-fuzz: add subgroup check fuzzers to oss-fuzz Marius van der Wijden 2024-04-08 13:05:38 +0200
  • f9eed104b0 tests/fuzzers/bls12381: add fuzzers for subgroup checks Marius van der Wijden 2024-04-08 13:03:35 +0200
  • 8c2bb6c383 crypto/bls12381: remove vendored library Marius van der Wijden 2024-04-08 09:55:55 +0200
  • 1eab649970 tests/fuzzers/bls12381: fix fuzzer Marius van der Wijden 2024-04-08 09:54:56 +0200
  • f599b583a3 core/vm: remove benchmark Marius van der Wijden 2024-04-08 09:40:42 +0200
  • 718e83cfd0 core/vm: remove subgroup checks Marius van der Wijden 2024-04-05 09:57:08 +0200
  • 6a8fc2df1e core/vm: remove subgroup checks Marius van der Wijden 2024-04-05 09:50:31 +0200
  • 88f1c0993f crypto/bls12381: improve it a bit Marius van der Wijden 2024-02-13 09:56:10 +0100
  • 6c7a6dd1ce crypto/bls12381: fix bugs, rename errors Marius van der Wijden 2024-02-08 13:35:34 +0100
  • b6c8158885 crypto/bls12381: use gnark instead of kilic for bls Marius van der Wijden 2024-02-06 21:37:08 +0100
  • 00a3896dc5 crypto/bls12381: update kilic library Marius van der Wijden 2024-02-05 15:33:47 +0100
  • 75a9bc1b54
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-08 21:53:47 +0800
  • eb46343944 feat: beacon-storage-part2 fearlseefe 2024-04-08 17:12:17 +0800
  • 23a502a2c3 feat:add light client types Chen Kai 2024-04-08 21:51:16 +0800
  • c170cc0ab0
    core/vm: reject contract creation if the storage is non-empty (#28912) rjl493456442 2024-04-08 21:48:37 +0800
  • 7fb3e5d5c8 fix snapshot flag bug maskpp 2024-04-08 21:35:36 +0800
  • 5f812599b3
    all: use big.Sign to compare with zero Aaron Chen 2024-04-08 21:07:34 +0800
  • 5d4ea760d5
    revert rename change as change db field name and stops block chain reading from db (#517) Liam 2024-04-08 20:40:20 +0800
  • 2c3dd013ab
    internal, signer/core: replace path.Join with filepath.Join Aaron Chen 2024-04-08 20:39:08 +0800
  • d42b1f6a2c
    tests: avoid duplicate state-tests Martin Holst Swende 2024-04-08 13:22:25 +0200
  • fdb1dd08e3
    trie/utils: use Uint64 Aaron Chen 2024-04-08 19:10:55 +0800
  • 3c75c64e6b
    core: fix typo (#29438) seayyyy 2024-04-08 19:02:56 +0800
  • c3465cb5ba
    core: fix dev mode genesis difficulty (#29469) Sina M 2024-04-08 13:01:22 +0200
  • ed4bc7f27b
    all: replace fmt.Errorf() with errors.New() if no param required (#29472) Aaron Chen 2024-04-08 18:59:17 +0800
  • cfc7d06cc9
    signer/core/apitypes: use slices.Contains (#29474) Aaron Chen 2024-04-08 18:58:37 +0800
  • 919d02ebee all: replace reflect.PtrTo with reflect.PointerTo mohanson 2024-04-08 18:38:12 +0800
  • 0dc09da7db
    all: replace path.Join with filepath.Join (#29479) imalasong 2024-04-08 17:29:49 +0800
  • c11631ce85 internal/build: replace file.Join with filepath.Join imalasong 2024-04-08 16:25:22 +0800
  • 84527f3d78 tests: remove duplication Gary Rong 2024-04-08 14:57:00 +0800
  • 92059878bb Pass ReadOnly flag to precompiles codchen 2024-04-08 14:54:24 +0800
  • ef12453d14 core/vm: reject contract creation if the storage is non-empty Gary Rong 2024-02-02 11:57:34 +0800
  • 7ae6dec52d
    Merge pull request #1208 from maticnetwork/genesis-amoy-json Anshal Shukla 2024-04-08 11:32:34 +0530
  • 85447ec9a4
    feat(sepolia): enable Bernoulli hard fork (#688) Péter Garamvölgyi 2024-04-08 13:59:31 +0800
  • ee7299bb24
    eth, miner: fix enforcing the minimum miner tip (#28933) (#1209) Pratik Patil 2024-04-08 10:47:47 +0530
  • d0ff83941c
    chore(libzkp): upgrade to v0.9.13, support next hard fork transition (#693) Zhang Zhuo 2024-04-08 11:09:15 +0800
  • 74e0424686 feat: beacon-storage-part1 fearlessfe 2024-03-25 21:24:33 +0800
  • 4c2b567116
    fix(txpool): rollback false optimization (#694) georgehao 2024-04-08 10:13:43 +0800
  • f7834b5be1 feat:add remain light client content type Chen Kai 2024-04-07 17:56:02 +0800
  • 1ca9930b10
    Merge pull request #516 from gzliudan/estimate-gas Daniel Liu 2024-04-07 18:54:29 +0800
  • d9bf577f92
    trie/utils: simplify codeChunkIndex Aaron Chen 2024-04-07 18:46:45 +0800
  • c83c0671a2 core/rawdb: replace file.Join with filepath.Join imalasong 2024-04-07 15:56:03 +0800
  • dd8588c97e
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-07 15:29:12 +0800
  • bf6dd12bad feat:make spec arg Chen Kai 2024-04-07 12:35:05 +0800
  • 6edb2a29b3 feat:add lc bootstrap and update range Chen Kai 2024-04-06 21:28:15 +0800
  • d320d83232 Fix deadlock in SimulatedBeacon.loop Nikita Gashkov 2024-04-07 09:23:02 +0200
  • 9de40946cf rename function doCall and doEstimateGas Daniel Liu 2024-04-07 11:07:40 +0800
  • bae49119cb
    Create devcontainer.json UnGa BuNgA DA o Ła 2024-04-06 21:14:55 +0200
  • 2fb82ec5f3
    signer/core/apitypes: use slices.Contains Aaron Chen 2024-04-06 19:16:39 +0800
  • 7aafad2233
    core/vm: better error-info for vm errors (#29354) Martin HS 2024-04-06 12:22:55 +0200
  • 8787b06b4b
    Website: add live tracing docs (#29371) Sina M 2024-04-06 12:21:57 +0200
  • 8876868bb8
    log: default JSON log handler should log all verbosity levels (#29471) Roberto Bayardo 2024-04-06 03:17:41 -0700
  • ccb76c01d7
    eth/tracers: use slices.Contains (#29461) Aaron Chen 2024-04-06 18:16:25 +0800
  • 74995bf8a1
    all: use slices.Contains (#29459) Aaron Chen 2024-04-06 18:05:06 +0800
  • 95291aa480 node: fix test Felix Lange 2024-04-06 12:03:01 +0200
  • fcb3dd2614 eth/filters: use slices.Contains Aaron Chen 2024-04-05 15:28:28 +0800
  • 4e28c73924 node, cmd/devp2p/internal/v5test: use slices.Contains Aaron Chen 2024-04-05 14:38:34 +0800
  • cc348a601e
    common/prque: fix godoc comments (#29460) georgehao 2024-04-06 17:09:30 +0800
  • 4a783ffcd9
    Update prque.go Felix Lange 2024-04-06 11:09:05 +0200
  • 993d3cb01c
    README: add section "how to work" (#4) SangIlMo 2024-04-06 17:31:50 +0900
  • 6adc4db800 README: add description working with branch SangIlMo 2024-04-06 17:27:29 +0900
  • 54b84b5a61 README: add description how to work (when fork) SangIlMo 2024-04-06 17:22:42 +0900
  • 2e4825dc56
    EIPs: fix format and add contents on erc-7291.md (#3) SangIlMo 2024-04-06 16:59:08 +0900
  • edbb2c4a83
    miner: fix a typo in comment Aaron Chen 2024-04-06 14:26:44 +0800
  • 5677758b9d
    all: replace fmt.Errorf() with errors.New() if no param required Aaron Chen 2024-04-06 14:07:37 +0800
  • 530513726c EIPs: add transact method EIP-1559.md siddharth0a 2024-04-06 12:25:15 +0900
  • 6e8e2f38b8
    internal/debug: retain info level for json loggers lightclient 2024-04-05 16:49:57 -0400
  • 4458905f26
    signer/core/apitypes: fix apitypes breakage due to bitrotted PR (#29470) Martin HS 2024-04-05 21:01:39 +0200
  • 1c1feabb94
    stop default JSON log handler from suppressing records w/ more than INFO verbosity Roberto Bayardo 2024-04-05 11:53:25 -0700
  • 503fa32cc4
    signer/core/apitypes: fix apitypes breakage due to bitrotted PR Martin Holst Swende 2024-04-05 19:40:51 +0200
  • 81e7fe13ea fix baseFee, add blobGasUsed and excessBlobGas to result Sina Mahmoodi 2024-04-05 19:37:56 +0200
  • 7ee9a6e89f
    signer: implement blob txs sendtxargs, enable blobtx-signing (#28976) Martin HS 2024-04-05 19:29:44 +0200
  • ec2d1c5155 core: fix dev mode genesis difficulty Sina Mahmoodi 2024-04-05 18:22:48 +0200
  • a8512d65de Add sidecars to execution data Ferran Borreguero 2024-04-05 15:41:31 +0100
  • 25c65c196c EIPs: update code explain eip-1559.md siddharth0a 2024-04-05 22:49:09 +0900
  • 64ee02849e
    Merge pull request #2 from SangIlMo/research/eip-7291-pbm-2 SangIlMo 2024-04-05 22:24:04 +0900
  • a21a583805 EIPs: add erc-7291.md SangIlMo 2024-04-05 22:23:26 +0900
  • 0fb2147c06
    website: add trace call config (#29428) Delweng 2024-04-05 21:22:18 +0800
  • b3fba10d0d fixes Sina Mahmoodi 2024-04-05 15:20:52 +0200
  • f82ef2e241
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-05 19:24:51 +0800
  • f9c2cbfdc8
    EIPs: Update eip-2.md Seungmin Kim 2024-04-05 20:07:08 +0900
  • c59345f65f
    EIPs: Update eip-2.md Seungmin Kim 2024-04-05 20:05:50 +0900
  • 456d9ddbdf EIPs: update eip-2.md smin-k 2024-04-05 20:03:42 +0900
  • f0995b4f1a Merge branch 'master' of https://github.com/orakle-opensource/EIP_opensource smin-k 2024-04-05 19:56:33 +0900
  • 6b4035c6b7 EIPs: update eip-1559.md siddharth0a 2024-04-05 19:52:00 +0900
  • d323080baa
    crypto:fix typo goofylfg 2024-04-05 18:24:42 +0800
  • 668446a791 params/protocol_params.go: eip-2 comment smin-k 2024-04-05 17:38:21 +0900
  • 6daa03cb44 crypto/signature_nocgo.go: eip-2 comment smin-k 2024-04-05 17:38:08 +0900
  • fb8d3fa476 core/state_transition.go: eip-2 comment smin-k 2024-04-05 17:37:52 +0900
  • b7165cea9c EIPs: add eip-2.md smin-k 2024-04-05 17:36:50 +0900
  • 5afd0c42c4
    eth/tracers: use slices.Contains Aaron Chen 2024-04-05 16:03:53 +0800
  • af8b972d5e
    feat: tweak some comments of prque georgehao 2024-04-05 15:09:53 +0800
  • 0bccb7bc50
    fix(state): fix iterativeDump.OnAccount (#649) HAOYUatHZ 2024-04-05 11:48:09 +0800