1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • d73eb87979
    core: log message if DeriveFields returns error (#27530) aaronbuchwald 2023-06-27 04:29:19 -0400
  • 900591299f
    common/lru: add test case for BasicLRU.Peek (#27559) Sanghee Choi 2023-06-27 17:27:40 +0900
  • d7ea278fe3
    core/vm: move TSTORE,TLOAD to correct opcode nums (#27613) Marius van der Wijden 2023-06-27 09:25:08 +0200
  • 4b90c4488d
    ethdb/pebble: use sync mode for pebble writes (#27615) rjl493456442 2023-06-27 15:19:02 +0800
  • b4bc9b0db6
    cmd/geth: error message should not be capitalised (#27549) puhtaytow 2023-06-27 08:12:03 +0200
  • 80441779d4
    eth/protocols: put protocols in order (#27543) Delweng 2023-06-27 14:11:06 +0800
  • 2754b197c9
    common/math: fix typo in comment (#27561) Sanghee Choi 2023-06-26 00:33:50 +0900
  • 942ba4ddaa
    crypto/secp256k1: define NDEBUG only if not defined (#27550) Francisco de Borja Aranda Castillejo 2023-06-23 19:02:05 +0200
  • 699243f8ae
    core/state, light, trie: add UpdateContractCode to the Trie interface (#27476) Guillaume Ballet 2023-06-22 14:52:52 +0200
  • 5520cd97a1
    p2p/discover: swap verification order in discv4 ping handler (#27532) Exca-DK 2023-06-22 10:06:14 +0200
  • fd5d2ef0a6
    internal/ethapi: quantity-encode storage keys in eth_getProof response (#27309) James Prestwich 2023-06-21 09:11:11 -0700
  • 713fc8bbe6
    ethdb/pebble: fsync for batch writes (#27522) Martin Holst Swende 2023-06-21 12:08:12 -0400
  • 6d2aeb43d5
    cmd, core/state, eth, tests, trie: improve state reader (#27428) rjl493456442 2023-06-21 03:31:45 +0800
  • 8c288b528d
    internal/ethapi: use same state for each invocation within EstimateGas (#27505) jwasinger 2023-06-20 14:40:18 +0200
  • 1affc1c08d
    core/txpool: remove use of errors.Join function (#27523) Felix Lange 2023-06-20 13:51:59 +0200
  • 154b016b6c
    core: use slices package for sorting (#27489) Dan Laine 2023-06-20 05:58:47 -0400
  • 84b05d4f34
    internal/build: ignore some files in FindMainPackages (#27521) Delweng 2023-06-20 16:42:13 +0800
  • b1ef0bfe03
    eth: use slices package for sorting (#27490) Dan Laine 2023-06-19 17:38:57 -0400
  • 9a167c45d1
    core/txpool/legacypool: narrow down the scope of the variable (#27471) hero5512 2023-06-19 17:30:39 -0400
  • ceca4578ca
    trie: remove parameter 'fromLevel' in Prove (#27512) rjl493456442 2023-06-19 22:28:40 +0800
  • 091c25d983
    go.mod: update kzg libraries to use big-endian (#27510) Marius van der Wijden 2023-06-19 14:08:13 +0200
  • 50ecb16de0
    tests, trie: use slices package for sorting (#27496) Dan Laine 2023-06-19 05:41:31 -0400
  • 87e510d963
    internal/ethapi, les: use slices package for sorting (#27492) Dan Laine 2023-06-19 05:33:48 -0400
  • a848212709
    consensus/clique: use slices package for sorting (#27488) Dan Laine 2023-06-19 03:04:16 -0400
  • 4367ab499f
    metrics: use slices package for sorting (#27493) Dan Laine 2023-06-19 02:53:15 -0400
  • 760fd0c79b
    consensus/clique: fix typo in comment (#27503) Sanghee Choi 2023-06-19 15:47:00 +0900
  • cd3b8c3d78
    cmd/evm: fix typos in documentation (#27501) John Chase 2023-06-19 14:44:54 +0800
  • 4544dc5f32
    cmd/devp2p: use slices package for sorting (#27487) Dan Laine 2023-06-19 02:42:49 -0400
  • 311b742c84
    accounts/keystore: use slices package for sorting (#27485) Dan Laine 2023-06-19 02:34:47 -0400
  • f0b5af74a3
    rpc: avoid use of cgo by hard-coding maxPathSize (#27447) Koichi Shiraishi 2023-06-19 15:06:58 +0900
  • e4660a1181
    core/txpool/legacypool: handle missing head in reset (#27479) Martin Holst Swende 2023-06-19 01:58:04 -0400
  • a71b9b9ffa
    core/txpool/legacypool: remove redundant check for floatingRatio == 0 (#27477) hero5512 2023-06-19 01:52:40 -0400
  • 168d0cc3b3
    internal/jsre/deps: fix typos in web3.js (#27500) John Chase 2023-06-19 13:50:56 +0800
  • 5d75123cb7
    ethdb/dbtest: use slices package for sorting (#27491) Dan Laine 2023-06-19 01:48:47 -0400
  • 289c6c3b15
    p2p: use slices package for sorting (#27494) Dan Laine 2023-06-19 01:48:12 -0400
  • 46ec972c9c
    core/txpool/legacypool: reheap the tx list if london fork not enabled (#27481) jin 2023-06-19 04:43:53 +0800
  • 36ca59f1ec
    build: use slices package for sorting (#27486) Dan Laine 2023-06-18 09:09:00 -0400
  • d40a255e97
    all: move main transaction pool into a subpool (#27463) Péter Szilágyi 2023-06-16 15:29:40 +0300
  • c375936e81
    rlp: fix typos (#27484) John Chase 2023-06-16 20:21:43 +0800
  • 604da5c84b
    cmd/evm: fix typos in docs (#27478) cui fliter 2023-06-15 20:55:00 +0800
  • 9cf9fae668
    core/types: add support for BlobTxType receipts (#27470) Martin Holst Swende 2023-06-15 08:18:54 -0400
  • 93ecd77d77
    core: remove unnecessary log copy (#27475) aaronbuchwald 2023-06-15 07:52:06 -0400
  • 7823ff6d06
    eth/tracers: refactor exporting js buffer (#27472) Sina Mahmoodi 2023-06-14 19:07:24 +0200
  • acc2a2ac61
    node: remove unused error return from Attach (#27450) Sanghee Choi 2023-06-14 21:24:47 +0900
  • 6f08c2f3f1
    rpc: add method to test for subscription support (#25942) zhiqiangxu 2023-06-14 20:04:41 +0800
  • 8bbaf882a6
    core/types: add "chainID" field to legacy tx JSON encoding (#27452) Freeman Jiang 2023-06-13 08:46:45 -0400
  • f3314bb6df
    rpc: add limit for batch request items and response size (#26681) mmsqe 2023-06-13 19:38:58 +0800
  • 5ac4da3653
    internal/ethapi: remove error return on RPCMarshalBlock (#27449) hero5512 2023-06-13 03:02:11 -0400
  • 174d267f48
    miner: log number of withdrawals in block upon payload update (#27457) jwasinger 2023-06-13 00:55:05 -0600
  • 281e8cd5ab
    eth/filters: reuse handleLogs method for removed logs (#27438) Delweng 2023-06-08 17:40:22 +0800
  • 5c51ef8527
    accounts/keystore: handle error for invalid key in DecryptKey (#27432) KAI 2023-06-07 21:10:42 +0800
  • 99eb0b52aa
    rlp: use identical receiver names for encBuffer methods (#27430) Stephen Guo 2023-06-07 18:40:06 +0800
  • fbe432fa15
    graphql: implement withdrawals (EIP-4895) (#27072) Sina Mahmoodi 2023-06-06 18:33:25 +0200
  • 0783cb7d91
    eth,core: add api debug_getTrieFlushInterval (#27303) Delweng 2023-06-06 20:41:44 +0800
  • 950d5643b1
    core/txpool: make transaction validation reusable across packages (pools) (#27429) Péter Szilágyi 2023-06-06 12:53:29 +0300
  • 4cf708d30b
    les: remove unused var AdvertiseProtocolVersions (#27405) Paul Lange 2023-06-06 10:34:22 +0200
  • b8ee2877c5
    core/txpool: fix minor flaw in isGapped check (#27404) Daniel Katzan 2023-06-06 11:29:41 +0300
  • 8eb0c2de76
    cmd/evm: make evm blocktest output logs if so instructed (#27396) Martin Holst Swende 2023-06-06 04:27:40 -0400
  • 0e5d2c7c53
    core/state/snapshot, core/types, eth: move account definition to type (#27323) rjl493456442 2023-06-06 16:17:39 +0800
  • c537ace249
    core: 4844 opcode and precompile (#27356) Marius van der Wijden 2023-06-05 15:43:25 +0200
  • 380fb4e249
    core/state: clear out cached state data when reset occurs (#27376) rjl493456442 2023-06-05 21:25:57 +0800
  • 78f7a6b7f2
    graphql: simplify tx resolve (#27285) John Chase 2023-06-05 17:07:01 +0800
  • a7b2106edf
    eth/downloader: drop beacon head updates if the syncer is restarting (#27397) Péter Szilágyi 2023-06-05 09:59:38 +0300
  • c7c84ca16c
    all: remove the Rinkeby testnet (#27406) Péter Szilágyi 2023-06-02 14:03:21 +0300
  • 15bd21f3c8
    core/state: mark account as dirty when resetObject occurs (#27339) rjl493456442 2023-06-01 17:09:32 +0800
  • 2372fb2781
    internal/web3ext: fix parameter count of miner_start (#27400) jin 2023-06-01 16:33:10 +0800
  • 45a3ab42aa
    core/state: move slot RLP encoding into the MPT implementation (#27000) Guillaume Ballet 2023-06-01 10:29:41 +0200
  • ac86547b01
    p2p/discover: add Table configuration and Nodes method (#27387) Felix Lange 2023-05-31 13:37:10 +0200
  • 008086f935
    core, eth/downloader: validate blobtx.To at serialization time (#27393) Péter Szilágyi 2023-05-31 13:08:15 +0300
  • 495692c9db
    core, eth/downloader, params: validate blob tx bodies (#27392) Péter Szilágyi 2023-05-31 11:12:26 +0300
  • 1f9b69b36d
    consensus, core, eth/downloader, params: 4844 chain validation (#27382) Péter Szilágyi 2023-05-31 10:21:13 +0300
  • cc2ab421e4
    go.mod: golang.org/x upgrade (#27299) ucwong 2023-05-31 08:10:16 +0100
  • d4961881d7
    miner: suspend miner if node is syncing (#27218) rjl493456442 2023-05-31 15:09:49 +0800
  • 61dcf76230
    internal/ethapi: prevent unnecessary resource usage in eth_getProof implementation (#27310) James Prestwich 2023-05-30 23:52:27 -0700
  • 8013a494fe
    event: move type fixation logic into Feed.init (#27249) Seungbae Yu 2023-05-30 23:34:32 +0900
  • 560dceb58e
    les, eth: fix typo in comment (#27369) ucwong 2023-05-30 13:55:03 +0100
  • d789c68b66
    eth: make debug_StorageRangeAt take a block hash or number (#27328) jwasinger 2023-05-30 14:16:28 +0200
  • 188817468e
    core/types: remove superfluous todo-comment (#27383) Guillaume Ballet 2023-05-30 10:49:09 +0200
  • c57b3436f4
    internal/ethapi: add more testcases for block/header rpc (#27325) Delweng 2023-05-29 20:52:08 +0800
  • 13166210c8
    eth: split api.go into namespace based files (#27263) Delweng 2023-05-29 17:09:34 +0800
  • 1816cdc9fd
    internal/ethapi: don't return header size from rpc (#27347) Delweng 2023-05-25 21:19:58 +0800
  • db9a178ad2
    eth/filters: retrieve logs in async (#27135) Delweng 2023-05-25 20:40:28 +0800
  • 9358b62fcb
    accounts: replace noarg fmt.Errorf with errors.New (#27331) Delweng 2023-05-25 20:25:58 +0800
  • 6c732766c8
    core,console: replace noarg fmt.Errorf with errors.New (#27332) Delweng 2023-05-25 20:24:09 +0800
  • 690249de7b
    params: begin v1.12.1 release cycle Martin Holst Swende 2023-05-25 12:02:11 +0200
  • e501b3b05d
    params: go-ethereum v1.12.0 stable v1.12.0 Martin Holst Swende 2023-05-25 12:01:00 +0200
  • 33fdd030b1
    ethdb/pebble: fix NewBatchWithSize to set db (#27350) Martin Holst Swende 2023-05-25 09:31:05 +0200
  • 8a78a4f79f
    eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) Delweng 2023-05-25 14:57:34 +0800
  • b21ba668e6
    internal,tests: replace noarg fmt.Errorf with errors.New (#27335) Delweng 2023-05-25 14:54:28 +0800
  • dd25a4f5ab
    les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) Delweng 2023-05-25 14:51:13 +0800
  • 21c87e0f1b
    crypto: replace noarg fmt.Errorf with errors.New (#27333) Delweng 2023-05-24 20:45:51 +0800
  • b0095eeb20
    ethclient,event: replace noarg fmt.Errorf with errors.New (#27334) Delweng 2023-05-24 18:39:49 +0800
  • e9c3183c52
    cmd: use errrors.New instead of empty fmt.Errorf (#27329) Delweng 2023-05-24 18:21:29 +0800
  • 9231770811
    rpc: change BlockNumber constant values to match ethclient (#27219) Martin Holst Swende 2023-05-23 07:18:38 -0400
  • 1a18283e85
    cmd/evm: make batched state-test execution possible (#27318) Martin Holst Swende 2023-05-23 06:23:17 -0400
  • bfded65ed8
    core/state: do not ignore null addr while iterative dump (#27320) Park Changwan 2023-05-23 19:10:26 +0900
  • a190da9d68
    eth/tracers: fix flatCallTracer crasher (#27304) minh-bq 2023-05-23 16:02:50 +0700
  • 5b792e0fdf
    accounts/abi: add ErrorById (#27277) Chawin Aiemvaravutigul 2023-05-22 23:45:55 +0700
  • b46d37ea52
    graphql: upgrade UI to v2 (#27294) Sina Mahmoodi 2023-05-22 14:15:05 +0200
  • 6fe0252571
    rpc, internal/cmdtest: increase timeout in tests (#27083) Delweng 2023-05-22 20:13:03 +0800