Commit graph

  • 1843f27766
    all: fix some typos in comments and names (#31023) georgehao 2025-01-14 21:16:15 +0800
  • 37c0e6992e
    cmd, core, miner: rework genesis setup (#30907) rjl493456442 2025-01-14 18:49:30 +0800
  • de5a3f90bd enable eip-7702 nguyen-zung 2025-01-14 16:59:50 +0700
  • 5f2bc05c49 metrics: make meterticker.remove end ticker loop Jared Wasinger 2025-01-14 16:51:48 +0800
  • df1db0b786
    Merge branch 'master' into local_pool_pt2 Martin HS 2025-01-14 09:13:59 +0100
  • b0bba24d7c removed blob tx tests Lucca Martins 2025-01-14 04:08:07 -0300
  • d8095c40e5 fix for when the code is run using the gasprice testBackend Jared Wasinger 2025-01-14 15:00:47 +0800
  • 0510fc8662 eth/gasprice: ensure goroutine that that purges cache upon reorg doesn't hang after dependent subscription is closed Jared Wasinger 2025-01-14 14:32:29 +0800
  • 636a6e0250 ethclient/simulated: stop eth backend in Close Jared Wasinger 2025-01-14 12:59:41 +0800
  • 47a67158e5 core/types: remove generate directive for gen_tx_json.go Daniel Liu 2025-01-14 11:50:20 +0800
  • 4458624a5b
    update eth/tracers/dir.go Tracer georgehao 2025-01-14 10:36:39 +0800
  • d8d0388903
    fix some comments and name typo georgehao 2025-01-14 10:22:04 +0800
  • d078ad321c
    improve txSenderCacher init georgehao 2025-01-14 09:03:59 +0800
  • 864e717b56
    core: remove unused function parameters (#31001) Paul Lange 2025-01-13 19:35:49 +0100
  • fcf5204a02
    core/txpool/legacypool: fix flaky test TestAllowedTxSize (#30975) Quentin McGaw 2025-01-13 19:33:49 +0100
  • e2b0abbe53
    chore(ci): automate detection of last auto-rename commit(#99) Quentin McGaw 2025-01-13 18:12:33 +0100
  • 8752785a98
    cmd/devp2p/internal/ethtest: using slices.SortFunc to simplify the code (#31012) dashangcun 2025-01-13 18:00:25 +0100
  • 5372700073 gofmt Jared Wasinger 2025-01-13 23:25:24 +0800
  • f460f019e9
    eth/tracers/logger: return revert reason (#31013) Martin Redmond 2025-01-13 10:12:15 -0500
  • d9639a52c0 fix comment Jared Wasinger 2025-01-13 21:35:38 +0800
  • 1103cb388b include blob txs in the unit test Jared Wasinger 2025-01-13 21:32:12 +0800
  • 31e7d4a4ed proper error handling for not found scenarios Lucca Martins 2025-01-13 07:26:21 -0300
  • 768a29e3a4 expand test case to cover blob pool Jared Wasinger 2025-01-13 17:53:38 +0800
  • d0fa857989
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-01-13 15:58:48 +0800
  • ba4bfc79f3
    Update logger_test.go rjl493456442 2025-01-13 15:55:34 +0800
  • c0882429f0
    build: upgrade golangci-lint to v1.63.4 (#31019) Daniel Liu 2025-01-13 15:26:10 +0800
  • 0141d5da5f
    warning to debug stevemilk 2025-01-10 10:34:36 +0800
  • 3582958cc0 eth_getTransactionByBlockHashAndIndex tests and fix on parallel tests Lucca Martins 2025-01-12 19:03:19 -0300
  • 5646ee6258 getAllBlockTransactionsTest Lucca Martins 2025-01-12 18:30:00 -0300
  • a345d6c95c GetBlockReceipts test Lucca Martins 2025-01-12 17:05:00 -0300
  • d08d0f0510
    feat(params): UnmarshalChainJSONConfig and MarshalChainConfigJSON (#92) Quentin McGaw 2025-01-12 18:35:14 +0100
  • 978d392aa4 core/txpool/legacypool, ethclient/simulated: ensure pending nonces are reset by subpool.Clear (TODO: add this for blobpool as well) Jared Wasinger 2025-01-12 22:24:14 +0800
  • c996175b46
    chore(ci): yaml linter workflow and fix yaml files (#98) Quentin McGaw 2025-01-12 14:56:08 +0100
  • f458ddef40 triedb/pathdb: persist rawStorageKey as part of stateSet Zsolt Felfoldi 2025-01-12 14:00:09 +0100
  • 828fc00b6f GetTransactionByHash tests and rawdb call replacement Lucca Martins 2025-01-12 09:44:47 -0300
  • 2a26a571d9
    Merge pull request #792 from gzliudan/golangci-lint Daniel Liu 2025-01-12 17:03:27 +0800
  • 41134d0473 state sync tests on rpc methods Lucca Martins 2025-01-12 04:07:25 -0300
  • d6c8fc427c all: implement new version state history Gary Rong 2024-05-30 11:19:01 +0800
  • 1df93d5c6c
    Update types.go crStiv 2025-01-11 23:21:05 +0100
  • 0359686257 build: upgrade golangci-lint to v1.63.4 Daniel Liu 2025-01-12 00:15:48 +0800
  • baea5d3da7 build: support golangci-lint v1.63.4 Daniel Liu 2025-01-11 16:58:59 +0800
  • 00584c8eeb
    Add curl to dockerfile for health check purpose Tornado Contrib 2025-01-11 12:53:45 +0000
  • cd0c444994
    core/types: change SetCodeTx.ChainID to uint256 Felix Lange 2025-01-03 14:49:08 +0100
  • bedd653f93
    core/vm: update pricing, rm bls MUL precompiles Sina Mahmoodi 2024-12-31 11:12:40 +0100
  • 7b3cb25847 eth/tracers/logger: error comparison test Martin 2025-01-10 15:51:44 -0500
  • ceb62bb9d3
    Merge pull request #1402 from maticnetwork/v1.5.4-candidate Jerry 2025-01-10 10:17:29 -0800
  • 0435f76787 Allow simulated_beacon to work when some forks are inactive Matthieu Vachon 2025-01-10 13:02:14 -0500
  • 8f9f38781b
    Update package.json nikolaivanovj 2025-01-10 16:47:06 +0200
  • 4b2703c9ef
    Update deploy-test.yml nikolaivanovj 2025-01-10 16:35:09 +0200
  • 841ccafdfe
    Update build-push.yml nikolaivanovj 2025-01-10 16:34:52 +0200
  • 47083fdc44
    Update chain.go Felix Lange 2025-01-10 14:49:15 +0100
  • 849366bea4
    Update chain.go Felix Lange 2025-01-10 14:15:04 +0100
  • 82e963e5c9
    triedb/pathdb: configure different node hasher in pathdb (#31008) rjl493456442 2025-01-10 20:51:19 +0800
  • a487d74971
    Update chain.go Felix Lange 2025-01-10 13:47:37 +0100
  • dd5ff823bd core/{.,state,vm},miner,ethr/tracers: implement 7709 Guillaume Ballet 2025-01-10 12:18:18 +0100
  • f519111a5d refactor: using slices.SortFunc to simplify the code dashangcun 2025-01-09 23:37:39 +0800
  • d73538ef2b Merge branch 'gethmaster' into gethintegration Chen Kai 2025-01-10 16:44:30 +0800
  • 7091b934a5
    ignore error and remove old function (#791) Wanwiset Peerapatanapokin 2025-01-10 15:44:00 +0700
  • 3b305232a5
    feat(beacon): remove soft blocks implementation (#366) David 2025-01-10 15:25:30 +0800
  • 36954c3cfb
    Bump version to v1.5.4 Jerry 2025-01-09 07:58:55 -0800
  • 230be40ae2
    Bump default value of txpool global slots Jerry 2025-01-09 23:06:16 -0800
  • e5d5a3806a
    Merge branch 'ethereum:master' into master Mikhail Wall 2025-01-10 14:06:08 +0800
  • 5cff4564aa
    Merge pull request #790 from gzliudan/upgrade_crypto Daniel Liu 2025-01-10 13:21:01 +0800
  • 4920d8127f th/tracers/logger: return revert reason Martin 2025-01-09 15:46:58 -0500
  • e24909ae2a lint Sina Mahmoodi 2025-01-09 18:09:20 +0100
  • 42d036ff95
    fix Sina M 2025-01-09 18:07:03 +0100
  • a7cf628889 check request ordering Sina Mahmoodi 2025-01-09 15:56:46 +0100
  • be52c260a9 beacon/engine: check for empty requests Sina Mahmoodi 2025-01-09 15:38:40 +0100
  • c02f846b0b
    Adjusted description of change. Matthieu Vachon 2025-01-09 09:16:50 -0500
  • ce2cde5662
    docs(linter): comment why goheader is only enabled in the CI (#101) Quentin McGaw 2025-01-09 14:17:06 +0100
  • 3300dc1a20
    chore: add warning logs for errors not thrown stevemilk 2025-01-09 18:11:08 +0800
  • 3c33b7b179
    core/txpool rename tracker -> locals, re-add locals-gauge Martin Holst Swende 2025-01-09 09:53:12 +0100
  • 8570d18f10 triedb/pathdb: configure different node hasher in pathdb Gary Rong 2025-01-09 13:25:41 +0800
  • 08a90ad171
    Detail how to use the BlockByNumber method when special labels are used EdisonSR 2025-01-09 09:25:29 +0800
  • a8d379c482 Fix Firehose 2.3 compatibility mode regarding ordering of suicide balance change Matthieu Vachon 2025-01-08 17:12:04 -0500
  • 8baf43f2a3 Fixed extraneous CodeChange now recorded since Geth 1.14.12 merge Matthieu Vachon 2025-01-08 17:09:46 -0500
  • 12f070888f Added support for FIREHOSE_ETHEREUM_TRACER_LOG_LEVEL=trace_full Matthieu Vachon 2025-01-08 17:07:31 -0500
  • f4788d3059
    Merge branch 'develop' into v1.5.4-candidate Jerry 2025-01-08 11:06:47 -0800
  • 12d3067089
    Document OnCodeChange now being called in SelfDestruct Matthieu Vachon 2025-01-08 13:52:54 -0500
  • d0755a687e Fixing uncaught error shahafn 2025-01-08 18:58:11 +0200
  • 6c913faca6 Remove unused function, sort imports shahafn 2025-01-08 18:07:56 +0200
  • 069b0b36ba Moved blockIsPrecompiledAddr state variable inside the // Block section Matthieu Vachon 2025-01-08 10:42:48 -0500
  • c94a39c37e Adding erc7562 tracer shahafn 2025-01-08 16:49:47 +0200
  • 033de2a05b
    README: remove private network section from readme (#31005) Marius van der Wijden 2025-01-08 14:22:37 +0100
  • 14ea2cafbc
    Merge pull request #1401 from maticnetwork/avalkov/GRPC-API-Checks avalkov 2025-01-08 14:42:41 +0200
  • 9edd14dd0e README: remove private network section from readme Marius van der Wijden 2025-01-08 12:32:36 +0100
  • 7ed0bae0ec
    Additional GRPC API checks Angel Valkov 2025-01-08 12:12:52 +0200
  • efa14ab5d0
    chore(ci): goheader linting only runs in CI on changed or new files (#100) Quentin McGaw 2025-01-08 09:38:50 +0100
  • ca784a23df
    chore(cmd): add --taiko flag (#365) maskpp 2025-01-08 16:31:26 +0800
  • d1460c1433 cmd, core, miner: rework genesis initialization Gary Rong 2025-01-07 16:33:45 +0800
  • 283fedd05b
    chore(cmd): remove --taiko.preconfirmationForwardingUrl flag (#362) jeff 2025-01-07 22:16:06 -0800
  • 01c41acb7a
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-01-08 14:09:24 +0800
  • d99a45bdd6
    Also support ledger flex Michael de Hoog 2025-01-07 13:16:03 -1000
  • 7e18676e7a
    Fix ledger access for latest firmware Michael de Hoog 2025-01-07 12:52:19 -1000
  • c78dcbccbe
    Update types_test.go crStiv 2025-01-07 18:14:53 +0100
  • d24470ec12
    Update deploy.js nikolaivanovj 2025-01-07 18:46:05 +0200
  • 8433ccd2af
    Update deploy.js nikolaivanovj 2025-01-07 18:23:13 +0200
  • 4a119c238b
    Fix minor typo in error message formatting Update signify.go Dmitry 2025-01-07 19:20:02 +0300
  • e9c5748100 chore: Cleanup unused parameter Paul Lange 2025-01-07 16:39:48 +0100
  • 80d3dad39c remove unnecessary port parameter alan 2025-01-07 21:35:21 +0800