1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • c66ca8bf7a
    tracer: use proper base fee in tests (#28775) Paul Lange 2024-01-16 12:20:26 +0100
  • d4f25b4dcf
    tests: more verbosity if block decoding fails (#28814) Martin HS 2024-01-16 12:08:49 +0100
  • 566754c74a
    acounts/usbwallet: fix typo (#28815) alex 2024-01-16 03:45:50 +0800
  • 9ee6809ff4
    core/txpool/blobpool: fix typos Alfie John 2024-01-16 06:45:14 +1100
  • 18e154eaa2
    eth: fix potential hang in waitSnapExtension (#28744) 牛晓婕 2024-01-15 22:32:03 +0800
  • 7596db5f48
    ethclient: add tests for TransactionInBlock (#28283) hyunchel 2024-01-15 05:10:26 -0500
  • 89ccc680da
    tests: update reference tests (#28778) Martin HS 2024-01-15 09:15:40 +0100
  • 1485814f89
    cmd/rlpdump: add -pos flag, displaying byte positions (#28785) Felix Lange 2024-01-14 12:32:48 +0100
  • 29b73555ae
    core/state: unexport GetOrNewStateObject (#28804) Darioush Jalali 2024-01-14 03:32:23 -0800
  • 407f779c8e
    internal/ethapi: avoid using pending for defaults (#28784) Sina Mahmoodi 2024-01-12 22:29:36 +0330
  • 1335ba5f28
    p2p/dnsdisc: use strings.Cut over strings.IndexByte (#28787) ddl 2024-01-13 02:57:47 +0800
  • a608c0ac84
    cmd/devp2p/internal/ethtest: skip large tx test on github build (#28794) Sina Mahmoodi 2024-01-12 17:44:03 +0330
  • 43ba7d65a8
    cmd/geth, internal/debug: get rid of by-default log config (#28801) Péter Szilágyi 2024-01-12 15:59:03 +0200
  • 065f82a8cc
    accounts, ethclient: minor tweaks on the new simulated backend (#28799) Péter Szilágyi 2024-01-12 15:58:49 +0200
  • 7280a5b31a
    build: fix typo in comment (#28800) drstevenbrule 2024-01-12 08:22:45 -0500
  • ae4ea047e3
    cmd: fix typos (#28798) vuittont60 2024-01-12 16:40:00 +0800
  • 6e235c0833
    eth: minor change of config-accessor (#28782) HAOYUatHZ 2024-01-12 15:06:22 +0800
  • 5c2de7fcbe
    docs: fix badge in README (#28796) drstevenbrule 2024-01-12 01:43:52 -0500
  • 2e8b1187aa params: begin v1.13.11 release cycle Péter Szilágyi 2024-01-11 19:24:36 +0200
  • bc0be1b106 Merge branch 'master' into release/1.13 v1.13.10 Péter Szilágyi 2024-01-11 19:21:29 +0200
  • a162091e8f version: release v1.13.10 to fix bad tag Péter Szilágyi 2024-01-11 19:17:54 +0200
  • daa2e5d6a6 params: begin v1.13.10 release cycle Felix Lange 2024-01-10 17:32:41 +0100
  • dd938d103d Merge branch 'master' into release/1.13 v1.13.9 Felix Lange 2024-01-10 17:31:15 +0100
  • 4f825318ea params: go-ethereum v1.13.9 stable Felix Lange 2024-01-10 17:29:05 +0100
  • 2d08c99009
    ethclient/simulated: implement new sim backend (#28202) Marius van der Wijden 2024-01-10 16:45:08 +0100
  • 9e018ce3a5
    cmd/geth: update log test data (#28780) jwasinger 2024-01-09 06:35:49 -0800
  • d0edc5af4a
    accounts/abi: fix bigInt topic encoding (#28764) rjl493456442 2024-01-09 21:55:09 +0800
  • 1010a79c7c
    cmd/geth: make it possible to autopilot removedb (#28725) Martin HS 2024-01-09 08:56:01 +0100
  • cfff3cbbf1
    params, core/forkid: schedule cancun fork on goerli (#28719) Marius van der Wijden 2024-01-08 20:33:32 +0100
  • f29520ffdf
    cmd/devp2p/internal/ethtest: fix typos in comments (#28772) vuittont60 2024-01-09 03:31:22 +0800
  • e7fa158086
    eth/filters: fix early Unsubscribe of log events (#28769) ucwong 2024-01-08 19:18:30 +0000
  • 07b17f991b
    log: emit error level string as "error", not "eror" (#28774) jwasinger 2024-01-08 06:27:33 -0800
  • 877d09443d
    eth/downloader, eth/filters: use defer to call Unsubscribe (#28762) ucwong 2024-01-05 12:49:31 +0000
  • e3eeb64c94
    ethclient: simplify error handling in TransactionReceipt (#28748) Rossen Krastev 2024-01-04 17:32:23 +0200
  • 99eb49e601
    internal/flags: update copyright year to 2024 (#28760) Marius Kjærstad 2024-01-04 15:03:58 +0100
  • 0b471c312a
    cmd/evm: Fix blob-gas-used on invalid transactions in t8n (#28734) Mario Vega 2024-01-03 09:12:20 -0600
  • 2365d77968
    core/vm: update comments to match eip number (#28743) Darioush Jalali 2024-01-02 02:39:53 -0800
  • 33c94ef083
    cmd/evm: fix link in README.md (#28755) ddl 2024-01-02 18:37:22 +0800
  • c053eb71b6
    log: avoid setting default slog logger in init (#28747) Felix Lange 2023-12-30 21:16:02 +0100
  • 76a5474b32
    build: add support for ubuntu 23.10 (mantic minotaur) (#28728) Martin HS 2023-12-30 17:02:48 +0100
  • 09e0208029
    accounts,signer: fix typos in comments (#28730) Taeguk Kwon 2023-12-28 19:46:51 +0900
  • b5b70033e2
    tests: add currentExcessBlobGas to state tests (#28735) Mario Vega 2023-12-28 04:39:28 -0600
  • d2e3cb894b
    core/state: logic equivalence for GetCodeHash (#28733) cygaar 2023-12-26 03:38:11 -0500
  • 8d0391806f
    params: begin v1.13.9 release cycle Martin Holst Swende 2023-12-22 13:46:27 +0100
  • b20b4a7159
    all: release go-ethereum v1.13.8 v1.13.8 Martin HS 2023-12-22 13:44:46 +0100
  • 904a278054
    params: go-ethereum v1.13.8 stable Martin Holst Swende 2023-12-22 13:37:16 +0100
  • f469470aff
    core/rawdb: improve state scheme checking (#28724) rjl493456442 2023-12-22 14:50:41 +0800
  • cca94792a4
    core, cmd, trie: fix the condition of pathdb initialization (#28718) rjl493456442 2023-12-22 03:28:32 +0800
  • 577be37e0e
    cmd/devp2p: update eth/snap protocol test suites for PoS (#28340) lightclient 2023-12-20 09:23:48 -0700
  • 8c2d455ccd
    build: upgrade to golangci-lint v1.55.2 (#28712) Felix Lange 2023-12-20 15:36:10 +0100
  • d3452a22cc
    accounts: properly close managed wallets when closing manager (#28710) Martin HS 2023-12-20 13:41:40 +0100
  • 7124057bad
    internal/build: fix crash in MustRunCommandWithOutput (#28709) Felix Lange 2023-12-20 07:56:41 +0100
  • 9258a44b8f params: begin go-ethereum v1.13.8 release cycle Felix Lange 2023-12-19 13:32:25 +0100
  • c3d9ca62c1
    all: release go-ethereum v1.13.7 v1.13.7 Felix Lange 2023-12-19 13:30:06 +0100
  • 3fd568855f params: go-ethereum v1.13.7 stable Felix Lange 2023-12-19 13:25:03 +0100
  • 0cc192bd3a
    build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#28702) dependabot[bot] 2023-12-19 10:50:02 +0100
  • 435bed5da0
    ci: disable lint on travis (#28706) Martin HS 2023-12-19 10:35:02 +0100
  • 5a9dda64ce
    .travis: set lower GOGC value (#28705) Martin HS 2023-12-19 09:24:23 +0100
  • 952b343cb3
    build: make linter emit output (#28704) Martin HS 2023-12-19 08:55:04 +0100
  • cd58897f18
    core/rawdb: implement size reporting for live items in freezer_table (#28525) wangyifan 2023-12-18 11:10:54 -0800
  • 54a400ee71
    internal/ethapi: ethSendTransaction check baseFee (#27834) Delweng 2023-12-19 03:09:41 +0800
  • 4410c1416a params: begin v1.13.7 release cycle Felix Lange 2023-12-18 19:10:11 +0100
  • da6cdaf635
    all: release go-ethereum v1.13.6 v1.13.6 Felix Lange 2023-12-18 19:06:41 +0100
  • 5ba3d578ee
    Merge branch 'release/1.13' into release-1.13.6 Felix Lange 2023-12-18 18:55:38 +0100
  • a18b845ecd params: release go-ethereum v1.13.6 stable Felix Lange 2023-12-18 18:53:47 +0100
  • c18c5c3d92
    cmd/evm: t8n support custom tracers (#28557) Delweng 2023-12-18 22:16:25 +0800
  • 553bafc127
    cmd/evm, cmd/clef, cmd/bootnode: fix / unify logging (#28696) Martin HS 2023-12-18 14:11:27 +0100
  • 05bbc56677
    cmd/evm: default to mirror mainnet forks enabled (#28691) jwasinger 2023-12-18 20:56:27 +0800
  • 02766d349a
    internal/flags: add missing flag types for auto-env-var generation (#28692) Sebastian Stammler 2023-12-18 13:28:41 +0100
  • 5b22a472d6
    p2p/discover: add liveness check in collectTableNodes (#28686) Felix Lange 2023-12-18 10:47:21 +0100
  • edc864f9ba
    all: fix typos in comments (#28682) alex 2023-12-18 16:35:12 +0800
  • f1794ba278
    miner: eliminate the dead loop possibility for newWorkLoop and mainLoop (#28677) FletcherMan 2023-12-15 11:48:55 +0800
  • 0f74aad641
    all: fix typos in comments (#28662) Elias Rad 2023-12-14 00:33:46 +0200
  • b2ced97ac4
    eth/fetcher, eth/gasestimator: fix typos in comments (#28675) Ursulafe 2023-12-13 23:32:17 +0100
  • 81fd1b3cf9
    core/txpool : small cleanup refactors (#28654) ucwong 2023-12-12 15:23:36 +0000
  • 17c2b3c194
    eth/protocols/eth: fix typos in comments (#28652) Ford 2023-12-12 14:47:59 +0100
  • a3ca1b2818
    cmd/utils: fix HTTPHost, WSHost flag priority (#28669) Ng Wei Han 2023-12-12 21:40:50 +0800
  • e206d3f897
    trie: remove inconsistent trie nodes during sync in path mode (#28595) rjl493456442 2023-12-08 21:28:23 +0800
  • d98d70f670
    cmd/utils, eth: disallow invalid snap sync / snapshot flag combos (#28657) Péter Szilágyi 2023-12-08 15:16:04 +0200
  • fff843cfaf
    beacon/light: add CommitteeChain (#27766) Felföldi Zsolt 2023-12-08 13:38:00 +0100
  • 1048e2d6a3
    cmd/evm: fix dump after state-test exec (#28650) Martin HS 2023-12-08 11:06:01 +0100
  • 5a45e7a631
    rpc: fix ns/µs mismatch in metrics (#28649) Martin HS 2023-12-08 09:40:50 +0100
  • 77c4bbcaa5
    build: upgrade -dlgo version to Go 1.21.5 (#28648) Marius Kjærstad 2023-12-07 11:45:09 +0100
  • a113497dd7
    tests/fuzzers/bls12381: deactivate BLS fuzzer when CGO_ENABLED=0 (#28653) Guillaume Ballet 2023-12-07 10:07:20 +0100
  • 55b483d82a
    ethdb/pebble: remove a dependency (#28627) Marius van der Wijden 2023-12-06 11:41:04 +0100
  • 69576df254
    .github: use github actions to run 32-bit linux tests (#28549) Guillaume Ballet 2023-12-05 14:45:40 +0100
  • b8d44ed98b
    log: remove lazy, remove unused interfaces, unexport methods (#28622) Martin Holst Swende 2023-12-05 11:54:44 +0100
  • 3dc071e036
    eth/tracers/logger: make structlog/json-log stack hex again (#28628) Martin Holst Swende 2023-12-05 09:37:48 +0100
  • 2e13b01046
    accounts: run tests in parallel (#28544) Håvard Anda Estensen 2023-12-04 14:55:06 +0100
  • 70fd0b635e
    eth/fetcher: fix invalid tracking of received at time for block (#28637) Manav Darji 2023-12-04 17:55:17 +0530
  • f04e5bde74
    accounts/abi/bind: fixed typos (#28634) BorkBorked 2023-12-04 10:53:42 +0100
  • 6e488c2449
    cmd/evm: fix Env struct json tag (#28635) ddl 2023-12-04 17:52:55 +0800
  • 5fb8ebc9ec
    eth/tracers: tx-level state in debug_traceCall (#28460) Delweng 2023-12-01 21:08:52 +0800
  • dd0d0a2522
    slog: faster and less memory-consumption (#28621) Martin Holst Swende 2023-12-01 13:28:20 +0100
  • f2b509d8a1
    accounts/abi/bind: fix typo (#28630) BorkBorked 2023-12-01 09:51:50 +0100
  • fa0df76f3c
    trie/triedb/hashdb: take lock around access to dirties cache (#28542) Maciej Kulawik 2023-11-30 09:50:48 +0000
  • ab0eb46a84
    core/state: make stateobject.create selfcontain (#28459) rjl493456442 2023-11-29 16:07:51 +0800
  • 28e7371701
    all: replace log15 with slog (#28187) jwasinger 2023-11-29 15:33:50 +0800
  • 61b844f2b2
    eth/gasestimator: allow slight estimation error in favor of less iterations (#28618) Péter Szilágyi 2023-11-28 22:31:47 +0200
  • e0c7ad01ab
    consensus: verify the nonexistence of shanghai- and cancun-specific header fields (#28605) Jakub Freebit 2023-11-29 05:29:00 +0900