Commit Graph

  • 0e56ab33ba
    Update cmd/geth/consolecmd.go Sina Mahmoodi 2022-06-07 12:23:43 +02:00
  • 403624a4a1
    p2p/discover: fix panicky test (#25038) Martin Holst Swende 2022-06-07 12:15:22 +02:00
  • 992c4072e6
    p2p/discover: fix panicky test Martin Holst Swende 2022-06-07 09:16:30 +02:00
  • e6a020a658
    Update entries.go Felix Lange 2022-05-18 16:04:33 +02:00
  • 7907abbbce
    p2p/enr: check for rlp.EOL directly Felix Lange 2022-05-17 22:19:48 +02:00
  • a7a5b7b21d
    Don't use errors.Is in tests Håvard Anda Estensen 2022-05-17 18:09:24 +02:00
  • 60e8c807c7
    p2p: use errors.Is for error comparison Håvard Anda Estensen 2022-05-15 19:45:50 +02:00
  • 5e8fa1da70
    tests/fuzzers/bls12381: fix blst pairing (#25037) Marius van der Wijden 2022-06-07 09:06:34 +02:00
  • 84b327244d
    accounts/abi/bind: fix duplicate field names in the generated go struct (#24924) lwh 2022-06-07 14:38:54 +08:00
  • d9566e39bd
    eth/filters: fix getLogs for pending block (#24949) Sina Mahmoodi 2022-06-07 08:31:19 +02:00
  • 7e9514b8c3
    params: update ropsten terminal total difficulty block (#25018) Martin Holst Swende 2022-06-07 08:11:01 +02:00
  • c64316b9b9
    Merge branch 'master' into fix-blst-fuzz Marius van der Wijden 2022-06-07 08:07:53 +02:00
  • 38bbbeba97 tests/fuzzers/bls12381: remove unused code Marius van der Wijden 2022-06-07 08:06:27 +02:00
  • 93f7f44748 tests/fuzzers/bls12381: remove unused code Marius van der Wijden 2022-06-07 08:04:56 +02:00
  • 432e5c9e17 tests/fuzzers/bls12381: only build on gofuzz Marius van der Wijden 2022-06-07 08:00:13 +02:00
  • 5368b8077d tests/fuzzers/bls12381: fix blst pairing Marius van der Wijden 2022-06-07 01:05:55 +02:00
  • 6b3e6cb2ab
    trie: move locking into trieDB insert method (#25030) aaronbuchwald 2022-06-07 02:02:04 -04:00
  • 3e629777c1
    Fix typo in "the merge" documentation (#25023) Andrei Drozd 2022-06-06 20:19:22 +04:00
  • 208c0cce9e
    docs: fix typo url in dev-mode.md (#25029) tianchunfeng 2022-06-07 00:01:19 +08:00
  • 096daa9a7d
    eth/tracers: fix typo in 4byte_tracer_legacy.js (#25020) Ikko Ashimine 2022-06-07 00:55:16 +09:00
  • 10da98072c
    eth/api: use hexutil.Bytes for account range method (#25024) lightclient 2022-06-06 17:33:05 +02:00
  • 22defa5af7
    all: introduce trie owner notion (#24750) rjl493456442 2022-06-06 23:14:55 +08:00
  • c375ee91e9
    cmd/geth, core/state/snapshot: rework journal loading, implement account-check (#24765) Martin Holst Swende 2022-06-06 17:09:39 +02:00
  • d6b55749e6
    tests/fuzzers/bls12381: fix blst deserializing (#25036) Marius van der Wijden 2022-06-06 17:01:59 +02:00
  • c723832b0c tests/fuzzers/bls12381: fix blst deserializing Marius van der Wijden 2022-06-06 15:38:52 +02:00
  • 0ff512658a tests/fuzzers/bls12381: fix blst deserializing Marius van der Wijden 2022-06-06 13:59:46 +02:00
  • 9227d7b858 fix link/typos Joe 2022-06-06 12:17:44 +01:00
  • 4b32ebc40c initial commit for mining page Joe 2022-06-06 12:12:43 +01:00
  • 2341d95d48 Revert "Merge pull request #1 from holiman/block_overrides" Anti83 2022-06-06 11:56:08 +03:00
  • bf77b861a3
    accounts/url: add test logic what check null string to parseURL() Seungbae.yu 2022-06-06 11:01:51 +09:00
  • d3d1588261 Revert "Merge branch 'ethereum:master' into master" ray.yu 2022-06-06 10:41:19 +09:00
  • cb3bbbfba7
    Merge branch 'ethereum:master' into master Seungbae.yu 2022-06-06 10:33:25 +09:00
  • 97ddb684fd Fix LogForStorage comment Henri DF 2022-06-05 15:40:03 +02:00
  • 0f7af8af81
    Fix ReceiptForStorage comment henridf 2022-06-05 15:15:52 +02:00
  • 1cac82825d
    xin-176 use local masternode to verify signature (#98) Liam 2022-06-05 12:53:50 +02:00
  • 50ae0c95fd
    xin-197 xin-198 fix devnet issues (#99) Liam 2022-06-05 11:06:32 +02:00
  • aeaac94e97
    Move locking into trieDB insert function Aaron Buchwald 2022-06-04 19:46:57 -04:00
  • 6332bc0d83
    Update dev-mode.md tianchunfeng 2022-06-05 07:29:53 +08:00
  • 3eb90a8b51
    eth/api: use hexutil.Bytes for range at methods lightclient@protonmail.com 2022-06-04 06:54:36 +02:00
  • 57d510b2a5
    Fix typo in "the merge" documentation Andrei Drozd 2022-06-04 09:36:50 +04:00
  • 36cbb5485b
    Cleanup after merge Michael de Hoog 2022-06-03 13:55:42 -05:00
  • 0b1adb9c96
    Merge branch 'master' into eip-4844 Michael de Hoog 2022-06-03 13:09:49 -05:00
  • d69ae81da6
    core/state/snapshot: fix ineffasigns Martin Holst Swende 2022-06-03 13:16:54 +02:00
  • a4838eab14
    temp fix: little endian pedersen_hash (#103) Guillaume Ballet 2022-06-03 11:36:46 +02:00
  • b841c4415a
    core/vm: unroll loops in analysis bitmap population Paweł Bylica 2021-08-30 13:07:56 +02:00
  • 997f1c4f0a
    core/vm: optimize jumpdest analysis (#23500) Paweł Bylica 2022-06-03 10:40:14 +02:00
  • f9179d14de
    eth/tracers: fix typo in 4byte_tracer_legacy.js Ikko Ashimine 2022-06-03 17:26:20 +09:00
  • faee4468fb
    secrets: adding secrets hush sshh Martin Holst Swende 2022-06-03 09:48:43 +02:00
  • 77284c7ad7
    params: update ropsten terminal total difficulty block Martin Holst Swende 2022-06-03 09:35:04 +02:00
  • b453767ccd
    go.mod: clean up (#25017) s7v7nislands 2022-06-03 15:25:25 +08:00
  • 3760f94ffc go.mod: clean up s7v7nislands 2022-06-03 09:42:38 +08:00
  • c5cf8871aa
    core/vm: optimize PUSH opcode discrimination Paweł Bylica 2021-08-30 14:35:34 +02:00
  • 5bc4e8f09d
    go.mod: set go version to 1.17 (#24926) Jonathan Le Brun 2022-06-02 20:26:44 +02:00
  • 490c45c70f
    consensus/misc: reduce allocations and improve comments in CalcBaseFee (#24958) Ivan Kuznetsov 2022-06-03 01:25:12 +07:00
  • 6f075bf6af
    node: make jwt test less dependent on time (#25016) Martin Holst Swende 2022-06-02 20:21:35 +02:00
  • ff3f7e76de
    Add another mode supported in abigen Nico Serrano 2022-06-02 10:09:38 -05:00
  • 2227589f9b
    eth/catalyst: return 0x0 on Invalid block on top of pow block (#25006) Marius van der Wijden 2022-06-02 13:15:17 +02:00
  • 3c6d6f7ee8
    tests/fuzzers/bls12381: Add BLST to fuzzing support (#24249) Marius van der Wijden 2022-06-02 13:13:28 +02:00
  • 6b7db82382
    node: make jwt test less dependent on time Martin Holst Swende 2022-06-02 12:50:05 +02:00
  • 5c3b96066b
    accounts/url: fixed test logic what check null string to parseURL for extendable. Seungbae.yu 2022-06-02 19:33:35 +09:00
  • e38dcbdec0
    docs: documentation about block overrides in debug traceCall (#25014) Martin Holst Swende 2022-06-02 11:48:45 +02:00
  • aac9f56197
    docs/debug: docs about block overrides Martin Holst Swende 2022-06-02 11:46:21 +02:00
  • d8a2305565
    eth/tracers: add support for block overrides in debug_traceCall (#24871) Martin Holst Swende 2022-06-02 11:39:36 +02:00
  • d048ffbace
    cmd/geth: go format Martin Holst Swende 2022-06-02 11:30:15 +02:00
  • 6d3a3abf92
    accounts/url: add test logic what check null string to parseURL() Seungbae.yu 2022-06-02 18:04:24 +09:00
  • c2c76a5039 accounts/url: Add test logic what check null string to accounts.parseURL() ray.yu 2022-06-02 17:48:02 +09:00
  • 611a15f1dd
    core/state/snapshot: simplify error logic Martin Holst Swende 2022-06-02 10:04:13 +02:00
  • 6580b90682
    Update internal/ethapi/api.go Martin Holst Swende 2022-06-02 08:38:58 +02:00
  • dcbe9f8370
    core/state/snapshot: minor nits Martin Holst Swende 2022-06-02 08:38:05 +02:00
  • ac14d69cd5 Remove unused td field in Block type Rajaram Gaunker 2022-06-01 23:23:55 -07:00
  • 633d198d08
    core/state/snapshot, cmd/geth: polish code (#37) rjl493456442 2022-06-02 14:19:00 +08:00
  • df07265679 feat: ethclient gas estimation blocknumber param Mark Tyneway 2022-06-01 15:48:24 -07:00
  • 4712997df5
    Update direct binding from sol to go using abigen Nico Serrano 2022-06-01 15:29:45 -05:00
  • 40eed93baa
    Decrease children size instead of dirties size when marking dirties as cleaned up in trie cleaner Aaron Buchwald 2022-06-01 16:19:38 -04:00
  • 4943749799 eth/catalyst: return 0x0 on Invalid block on top of pow block Marius van der Wijden 2022-06-01 20:15:38 +02:00
  • 15025407f5 fix account unlock test cases Sina Mahmoodi 2022-06-01 17:06:47 +02:00
  • b76e4a705e
    Merge a66d5eb976f4d27dc438a1c766793f686b0ddfb3 into b24f4ce8f446dbbc9ba1ab20496e15eda56d0a24 Toshihide mitumaru 2022-06-01 23:53:49 +09:00
  • b24f4ce8f4
    docs: redraft JS console page (#24974) Joseph Cook 2022-06-01 13:27:27 +01:00
  • 38be0d6fd5 minor Sina Mahmoodi 2022-06-01 14:26:11 +02:00
  • b513d88f1c Revert "add line about js command" Sina Mahmoodi 2022-06-01 14:24:04 +02:00
  • e5c33e83ce rm testdata for exec Sina Mahmoodi 2022-06-01 14:02:27 +02:00
  • 70ca5d715e Add deprecation warning for js Sina Mahmoodi 2022-06-01 13:59:39 +02:00
  • 81077aaed5 tests: fix goimports Gary Rong 2022-06-01 19:00:20 +08:00
  • e0355984ab
    remove whitespace from code blocks Joseph Cook 2022-06-01 11:12:14 +01:00
  • 380a354335
    remove whitespace from code blocks Joseph Cook 2022-06-01 11:08:59 +01:00
  • 11840c50da
    remove whitespace from, code blocks Joseph Cook 2022-06-01 11:06:53 +01:00
  • 8b74d99710 fix typos Joe 2022-06-01 11:01:12 +01:00
  • d8df5141d0 fix sort key Joe 2022-06-01 10:57:55 +01:00
  • f9806dc872
    core: fix canonical hash marker update (#24996) rjl493456442 2022-06-01 17:03:24 +08:00
  • 9f409a485a core: revert changes Gary Rong 2022-06-01 16:00:51 +08:00
  • 9240c22e14 all: refactor Gary Rong 2022-06-01 15:29:55 +08:00
  • 5788711469 cmd, core/state, light, trie, eth: add trie owner notion Gary Rong 2022-04-24 20:28:26 +08:00
  • 78c37d3db2 remove unused println Jared Wasinger 2022-06-01 04:57:25 +00:00
  • b64457bc23 clean up preexisting backing database type detection Jared Wasinger 2022-06-01 04:36:25 +00:00
  • 52fa8af26b ethdb/pebble: fix metrics reporting bug Jared Wasinger 2022-05-31 07:55:36 +00:00
  • 03576695f4 comment for purposes of added fields Jared Wasinger 2022-05-31 07:37:42 +00:00
  • 63daec2efa ethdb: add pebble Jared Wasinger 2022-05-31 07:02:36 +00:00
  • 43b3b1b430 update metrics page Joe 2022-05-31 17:29:24 +01:00
  • 9a1bd6a1d7 cmd: simplify ipc path determination for attach Sina Mahmoodi 2022-05-31 18:05:07 +02:00
  • 8049c64ef5 cmd/geth: drop js command Sina Mahmoodi 2022-05-31 17:32:53 +02:00