Commit Graph

  • 0fb1be0930 event: initialize maps with known size (#27233) ucwong 2023-05-09 13:29:32 -06:00
  • c62da24dce cmd/utils: report the blocknumber when block import fails (#27213) Guillaume Ballet 2023-05-09 09:57:42 +02:00
  • c798507642 miner: initialize maps with capacity (#27228) ucwong 2023-05-09 01:24:43 -06:00
  • 5021d36d35 all: port boring changes from pbss (#27176) rjl493456442 2023-05-09 15:11:04 +08:00
  • 81d328a73e log: report error when ctx key is non-string (#27226) ucwong 2023-05-08 03:38:50 -06:00
  • 7ac08ba4e0 cmd/geth: rename variable 'extapi' (#27223) joohhnnn 2023-05-08 15:01:14 +08:00
  • cc8d40c65f core/state: initialize maps with known size (#27222) ucwong 2023-05-08 00:59:14 -06:00
  • 604e215d1b eth/tracers: add txHash field on txTraceResult (#27183) sjlee1125 2023-05-05 21:59:13 +09:00
  • ba09403113 core/txpool : fix map size avoid resizing (#27221) ucwong 2023-05-05 03:33:01 -06:00
  • 79a57d49cb eth/downloader: fix error aggregator (#27217) rjl493456442 2023-05-05 13:55:32 +08:00
  • ffda2c64c4 rpc: use atomic types (#27214) s7v7nislands 2023-05-04 16:54:45 +08:00
  • dde2da0efb all: remove ethash pow, only retain shims needed for consensus and tests (#27178) Péter Szilágyi 2023-05-03 12:58:39 +03:00
  • ac3418def6 accounts/abi: resolve name conflict for methods starting with a number (#26999) Marius van der Wijden 2023-05-02 14:27:37 +02:00
  • 29c33d9bab graphql, internal: fix typos in comments (#27184) David Dzhalaev 2023-05-02 11:57:07 +03:00
  • 7f6c045e0d core: remove unused ContractCode method from BlockChain (#27186) Guillaume Ballet 2023-05-02 10:56:08 +02:00
  • 7d1ebe51b7 p2p/discover: fix lint nit (#27206) Martin Holst Swende 2023-05-02 04:36:11 -04:00
  • a9d7cdaf6e core/types: go generate (#27196) ucwong 2023-05-02 02:32:27 -06:00
  • ae66009640 internal/ethapi: add block overrides to eth_call (#26414) Sina Mahmoodi 2023-05-02 10:28:43 +02:00
  • 52c246fac3 eth/gasprice: fix typo (#27202) chirag-bgh 2023-05-02 13:54:35 +05:30
  • a865e28f28 p2p/discover : typo (#27193) ucwong 2023-04-28 13:34:08 -05:00
  • c387186f88 eth/ethconfig: go fmt (#27194) ucwong 2023-04-28 13:33:14 -05:00
  • 47cdea5ac5 p2p/discover: concurrent TALKREQ handling (#27112) Felix Lange 2023-04-28 11:03:43 +02:00
  • 8f373227ac cmd/geth: make account commands not require datadir lock (#27084) Delweng 2023-04-27 18:57:29 +08:00
  • 66c0c4e517 cmd, eth, les: replace Shanghai override flag with Cancun (#27171) Péter Szilágyi 2023-04-26 18:17:37 +03:00
  • 306d17749c light: use atomic type (#27169) Stephen Guo 2023-04-26 16:21:47 +08:00
  • 25f9977f2d les: use atomic type (#27168) Stephen Guo 2023-04-26 16:19:56 +08:00
  • f8aa623536 core/types: fix discrepancy in receipt.EffectiveGasPrice json encoding tags (#27114) Roberto Bayardo 2023-04-25 23:37:11 -07:00
  • 5d3f5805d5 trie: add node type common package (#27160) rjl493456442 2023-04-26 14:01:54 +08:00
  • b1113aa07e eth: fix crash on querying finalized block (#27162) Sina Mahmoodi 2023-04-25 15:15:43 +02:00
  • 2f98dd3838 graphql: encode Long values as hex (#26894) Sina Mahmoodi 2023-04-25 14:02:54 +02:00
  • 9a12cc99de cmd/geth: remove DAO fork test (#27161) Martin Holst Swende 2023-04-25 07:27:28 -04:00
  • f8f95346f9 p2p/discover: add traffic metrics (#27008) Exca-DK 2023-04-25 12:12:34 +02:00
  • f541cad272 eth: use new atomic types (#27137) s7v7nislands 2023-04-25 18:06:50 +08:00
  • bbcb5ea37b core, trie: rework trie database (#26813) rjl493456442 2023-04-24 15:38:52 +08:00
  • 1e556d220c all: remove notion of trusted checkpoints in the post-merge world (#27147) Péter Szilágyi 2023-04-24 09:37:10 +03:00
  • d3ece3a07c cmd/utils, node: switch to Pebble as the default db if none exists (#27136) Péter Szilágyi 2023-04-21 19:24:18 +03:00
  • bbc565ab05 core/types, params: add blob transaction type, RLP encoded for now (#27049) Péter Szilágyi 2023-04-21 12:52:02 +03:00
  • 4ab4e4f3aa params: begin v1.11.7 release cycle Martin Holst Swende 2023-04-20 20:16:04 +02:00
  • ea9e62ca3d params: go-ethereum v1.11.6 stable v1.11.6 Martin Holst Swende 2023-04-20 20:14:51 +02:00
  • 99f81d2724 all: refactor trie API (#26995) rjl493456442 2023-04-20 18:57:24 +08:00
  • ae93e0b484 metrics: use atomic type (#27121) s7v7nislands 2023-04-20 15:36:54 +08:00
  • 3f7afc3f57 core/vm: order opcodes properly (#27113) Alex Beregszaszi 2023-04-20 08:52:00 +02:00
  • f2df2b1981 cmd/geth: rename --vmodule to --log.vmodule (#27071) Adrian Sutton 2023-04-19 21:18:02 +10:00
  • 2b0a34bea6 cmd/devp2p: make crawler-route53-updater less verbose (#27116) Martin Holst Swende 2023-04-19 06:46:56 -04:00
  • 3768b00747 consensus/ethash: use atomic type (#27068) s7v7nislands 2023-04-18 20:54:06 +08:00
  • b1972627d9 p2p: access embedded fields of Server directly (#27078) joohhnnn 2023-04-18 17:57:08 +08:00
  • 5e4d726e2a params: remove EIP150Hash from chainconfig (#27087) Delweng 2023-04-18 15:49:09 +08:00
  • cb66eba85a core: fix comment to reflect function name (#27070) Anusha 2023-04-17 08:02:31 -07:00
  • bedf2856d1 signer/core: rename testdata files (#27063) Taeguk Kwon 2023-04-17 23:36:47 +09:00
  • 8fe807c8f2 cmd/devp2p: fix erroneous log output in crawler (#27089) noel 2023-04-17 16:29:27 +02:00
  • 5aa5295cf9 params: new sepolia bootnodes (#27099) Parithosh Jayanthi 2023-04-17 10:15:25 +02:00
  • 4a9fa31450 Merge pull request #27051 from sandakersmann/master Péter Szilágyi 2023-04-08 17:13:55 +03:00
  • b946b7a13b core, miner: drop transactions from the same sender when error occurs (#27038) rjl493456442 2023-04-05 19:09:25 +08:00
  • 230df98e4d core/txpool: disallow future churn by remote txs (#26907) Marius van der Wijden 2023-04-05 10:59:32 +02:00
  • 9d37102134 build: upgrade -dlgo version to Go 1.20.3 Marius Kjærstad 2023-04-04 22:24:30 +02:00
  • 2adce0b066 eth/tracers: use atomic type (#27031) s7v7nislands 2023-04-05 00:34:52 +08:00
  • b4dcd1a391 metrics: make gauge_float64 and counter_float64 lock free (#27025) Exca-DK 2023-04-04 15:53:44 +02:00
  • ab1a404b01 all: remove debug-field from vm config (#27048) Martin Holst Swende 2023-04-04 09:50:13 -04:00
  • 0b76eb3708 eth/tracers: report correct gasLimit in call tracers (#27029) Delweng 2023-04-04 18:34:23 +08:00
  • d2cf49327f consensus/misc, params: add EIP-4844 blobfee conversions (#27041) Péter Szilágyi 2023-04-04 11:25:28 +03:00
  • 91faf2c559 consensus, core/typer: add 4844 excessDataGas to header, tie it to Cancun (#27046) Péter Szilágyi 2023-04-04 10:02:50 +03:00
  • 9b1a82c600 core/vm: clarify comment (#27045) joohhnnn 2023-04-04 14:59:40 +08:00
  • db18293c32 eth/downloader: use atomic types (#27030) s7v7nislands 2023-04-04 03:48:10 +08:00
  • beda6c41ad core/txpool: move some validation to outside of mutex (#27006) Martin Holst Swende 2023-04-03 07:16:57 -04:00
  • a25dd8064e test/fuzzers: fuzz rlp handling of big.Int and uint256.Int (#26917) Martin Holst Swende 2023-04-03 05:42:34 -04:00
  • 94457cce07 cmd, miner, signer: avoid panic if keystore is not available (#27039) rjl493456442 2023-04-03 17:08:06 +08:00
  • 7076ae00aa cmd/geth: enable log rotation (#26843) sudeep 2023-04-03 14:35:36 +05:30
  • 2c5798464e common: delete MakeName (#27023) lightclient 2023-04-03 01:51:31 -06:00
  • dc2f4b9304 go.mod : update snappy (#27027) ucwong 2023-04-03 01:35:13 -06:00
  • bed07cd590 cmd/evm: use correct parent number for t8n base fee calculation (#27032) Guruprasad Kamath 2023-04-03 09:33:17 +02:00
  • 00a73fbcce accounts/abi/bind: handle UnpackLog with zero topics (#26920) aaronbuchwald 2023-03-31 02:35:29 -04:00
  • b92d0ea3bb miner: use atomic type (#27013) s7v7nislands 2023-03-31 14:32:47 +08:00
  • d0fbb10658 eth/catalyst: improve consensus heartbeat (#26896) openex 2023-03-31 03:09:35 +08:00
  • 9ce047452e common: fix json marshaller MixedcaseAddress (#26998) rjl493456442 2023-03-31 03:04:28 +08:00
  • 50317bdace ethdb/pebble: use atomic type (#27014) s7v7nislands 2023-03-31 03:02:14 +08:00
  • 2d1492821d cmd/geth: Add --log.format cli param (#27001) Adrian Sutton 2023-03-30 23:24:48 +10:00
  • 62fb7d3f85 graphql: revert storage access regression (#27007) Sina Mahmoodi 2023-03-30 12:57:49 +02:00
  • 949cee2fe3 core: use atomic type (#27011) s7v7nislands 2023-03-30 18:53:32 +08:00
  • a03490c6b2 remove @gballet as a GraphQL codeowner (#27012) Guillaume Ballet 2023-03-30 10:58:23 +02:00
  • 7ca4f60a1a docs: update outdated DeriveSha docs comment (#26968) David Murdoch 2023-03-28 08:59:37 -04:00
  • 56c1f98f8a internal/debug: add log.logfmt flag to set logging to use logfmt (#26970) Adrian Sutton 2023-03-28 22:37:40 +10:00
  • fd94b4fcfa eth/tracers/native: prevent panic for LOG edge-cases (#26848) jwasinger 2023-03-28 02:46:53 -07:00
  • a236e03d00 graphql: fix data races (#26965) Sina Mahmoodi 2023-03-28 09:08:10 +02:00
  • fb8a3aaf1e core/state: use atomic.Bool (#26992) s7v7nislands 2023-03-28 15:06:50 +08:00
  • 79532a25b1 core/bloombits: use atomic type (#26993) s7v7nislands 2023-03-28 15:05:29 +08:00
  • 881fed032c core/vm: use atomic.Bool (#26951) s7v7nislands 2023-03-27 21:40:20 +08:00
  • 117530b0e6 metrics/librato: ensure resp.body closed (#26969) Delweng 2023-03-27 19:44:41 +08:00
  • 41f89ca944 core/state, trie: remove Try prefix in Trie accessors (#26975) Guillaume Ballet 2023-03-27 10:48:46 +02:00
  • df383addee ethclient: ensure returned subscription is nil on error (#26976) norwnd 2023-03-26 00:38:43 +03:00
  • 792d893ed0 rlp/rlpgen: print want/expect output string if mismatch (#26932) ucwong 2023-03-24 07:17:39 -06:00
  • 0137bd69c5 go.mod: update golang.org/x/tools (#26960) Martin Holst Swende 2023-03-24 07:39:20 -04:00
  • b1acaf47aa eth/gasprice: change feehistory input type from int to uint64 (#26922) aaronbuchwald 2023-03-23 16:12:37 -04:00
  • f6c3a534a4 metrics/influxdb: use smaller dependency and reuse code between v1 and v2 reporters (#26963) Martin Holst Swende 2023-03-23 15:12:32 -04:00
  • 7dc100714d metrics: add cpu counters (#26796) turboboost55 2023-03-23 06:13:50 -07:00
  • 8990c92aea core/state: add account address to Trie slot accessors (#26934) Guillaume Ballet 2023-03-23 11:52:22 +01:00
  • 37ecff0967 cmd/evm, tests: record preimages if dump is expected (#26955) lightclient 2023-03-23 03:15:40 -06:00
  • 7f3fc15a8b core/rawdb: update freezertable read meter (#26946) Delweng 2023-03-23 15:34:40 +08:00
  • 20f8eb756b eth/catalyst: fix races (#26950) Marius van der Wijden 2023-03-22 18:36:26 +01:00
  • b3f43c89b3 core/vm: expose jumptable constructors (#26880) Martin Holst Swende 2023-03-21 07:14:47 -04:00
  • 905a723fae core/rawdb: use atomic int added in go1.19 (#26935) s7v7nislands 2023-03-21 19:10:23 +08:00