Commit graph

  • db03e01577 build, internal, version: break ci.go/version->common dependency (#30638) Péter Szilágyi 2024-10-20 19:28:39 +0300
  • b7d8f477db common/math: sigh, keep deleting dead code Péter Szilágyi 2024-10-20 15:43:39 +0300
  • 997d122cbf common/math: delete some further dead code (#30639) Péter Szilágyi 2024-10-20 15:38:31 +0300
  • 1c88e42ea9 build: get rid of ci.go -> common direct dependency (#30637) Péter Szilágyi 2024-10-20 14:54:06 +0300
  • 7a79f2f89f all: get rid of custom MaxUint64 and MaxUint64 (#30636) Péter Szilágyi 2024-10-20 14:41:51 +0300
  • d03ed72022 core/state: fix runaway alloc caused by prefetcher heap escape (#30629) Péter Szilágyi 2024-10-20 13:25:15 +0300
  • 6412beedc4 core, trie, triedb: minor changes from snapshot integration (#30599) rjl493456442 2024-10-18 23:06:31 +0800
  • 56d14b228c build: reenable building arm64 concurrently (#30626) Péter Szilágyi 2024-10-18 14:49:27 +0300
  • ac3ebe240d gitignore: get rid of some relics (#30623) Péter Szilágyi 2024-10-18 12:02:32 +0300
  • 44c44c7534 swarm: nuke this leftover (#30622) Péter Szilágyi 2024-10-18 11:34:46 +0300
  • cfd1489b92 beacon/engine, core/txpool, eth/catalyst: add engine_getBlobsV1 API (#30537) Péter Szilágyi 2024-10-17 19:27:35 +0300
  • 1660698efc beacon/engine,eth/catalyst: hex marshal requests in engine api (#30603) lightclient 2024-10-17 02:05:17 -0600
  • 5d41ac58a8 miner: send full request when resolving full payload (#30615) lightclient 2024-10-17 02:04:20 -0600
  • e648904ba2 eth/tracers: various fixes (#30540) Sina M 2024-10-17 06:51:47 +0200
  • 767a2928bc core: reduce peak memory usage during reorg (#30600) Marius van der Wijden 2024-10-16 18:46:40 +0200
  • 9c054f8ad1 core, eth, ethstats: simplify chain head events (#30601) Péter Szilágyi 2024-10-16 10:32:58 +0300
  • bcb2c15066 core, ethdb/pebble: run pebble in non-sync mode (#30573) rjl493456442 2024-10-15 23:10:03 +0800
  • 4918c7c683 ethdb/pebble: switch to increasing level sizes (#30602) Péter Szilágyi 2024-10-15 17:00:14 +0300
  • 8e27edbc3b beacon/engine: omit null witness field from payload envelope (#30597) Roman Krasiuk 2024-10-15 10:51:20 +0200
  • ddbf548df2 crypto: use decred secp256k1 directly (#30595) Alex Gartner 2024-10-15 01:49:08 -0700
  • 086a52d5cb internal/ethapi: refactor TxArgs.setCancunFeeDefaults (#30541) jwasinger 2024-10-15 15:02:02 +0700
  • b755cec854 beacon/engine: strip type byte in requests (#30576) Felix Lange 2024-10-14 21:43:35 +0200
  • 7a625d3a08 build: update to golangci-lint 1.61.0 (#30587) Martin HS 2024-10-14 19:25:22 +0200
  • 118ed442c6 trie: concurrent commit (#30545) Martin HS 2024-10-14 13:32:15 +0200
  • 912a13700c core: enable EIP-2935 in chain maker (#30575) Felix Lange 2024-10-13 18:51:51 +0200
  • 54a4b1d2ff cmd/evm: fixup issues with requests in t8n (#30584) lightclient 2024-10-13 10:47:51 -0600
  • 15b0152a5c build: add support for ubuntu 24.10 (#30580) Hteev Oli 2024-10-12 17:25:58 +0800
  • bee38ebb39 all: implement EIP-7002 & EIP-7251 (#30571) Felix Lange 2024-10-11 21:36:13 +0200
  • e6c1fb329b core/tracing: add GetTransientState method to StateDB interface (#30531) Karol Chojnowski 2024-10-10 13:03:03 +0200
  • f1ec974e2f eth/protocols/eth: remove Requests in block body (#30562) Shude Li 2024-10-10 16:47:40 +0800
  • 0205fb9fda eth/catalyst, core/txpool/blobpool: make tests output less logs (#30563) Martin HS 2024-10-10 07:54:07 +0200
  • 8f3ae2a61a eth/tracers: do system contract processing prior to parallel-tracing (#30520) easyfold 2024-10-09 20:45:14 +0800
  • c93656f18e all: implement flat deposit requests encoding (#30425) Felix Lange 2024-10-09 12:24:58 +0200
  • 677bc2a5c2 log: remove unused parameter (#30432) asamuj 2024-10-08 19:30:07 +0800
  • 912b3b4a75 build: upgrade -dlgo version to Go 1.23.2 (#30544) Marius Kjærstad 2024-10-04 12:53:06 +0200
  • 3108c37dfd beacon/light: optimize lock usage in HeadTracker (#30485) zhiqiangxu 2024-10-02 22:00:36 +0800
  • f9bed32236 core/vm, cmd/evm: implement eof validation (#30418) Martin HS 2024-10-02 15:05:50 +0200
  • 153e570d19 internal/web3ext: rm unused modules (#30532) Sina M 2024-10-01 18:27:25 +0200
  • ee4daa1bd0 core/rawdb: freezer index repair (#29792) rjl493456442 2024-10-02 00:16:16 +0800
  • 75d1d8aece params: begin v1.14.12 release cycle Martin Holst Swende 2024-10-01 15:19:15 +0200
  • c64cf28f9c
    version: go-ethereum v1.14.12 stable Martin Holst Swende 2024-11-19 14:46:38 +0100
  • e20150f888
    rpc: run tests in parallel (#30384) Håvard Anda Estensen 2024-11-19 13:43:33 +0100
  • 581e2140f2
    core/txpool, eth/catalyst: clear transaction pool in Rollback (#30534) jwasinger 2024-11-19 19:35:52 +0700
  • 61ff3a1186
    all: remove kilic dependency from bls12381 fuzzers (#30296) jwasinger 2024-11-19 19:29:23 +0700
  • 572660612d update version liam.lai 2024-11-19 00:56:38 -0800
  • 70a3e886cc
    fix: reduce mine period reset (waiting) time (#735) wgr523 2024-11-19 15:59:46 +0800
  • 8e72c6dafb
    Merge pull request #739 from gzliudan/fix-preCheck Daniel Liu 2024-11-19 15:58:06 +0800
  • 83790b0729
    core: fix typos (#30767) bitcoin-lightning 2024-11-19 14:26:39 +0800
  • 4855f19261 core: fix preCheck for RandomizeSMC after EIP-1559 Daniel Liu 2024-11-19 14:19:57 +0800
  • 8bb4364475 fix: utp initial in test case thinkAfCod 2024-11-15 12:25:02 +0700
  • 814fee95c8 fix: remove log level in debug.Setup thinkAfCod 2024-11-10 23:28:34 +0800
  • c394b097a5 fix: upgrade utp-go thinkAfCod 2024-11-08 23:40:20 +0800
  • caa38955fd fix: abstract utp socket and remove timeout nonce thinkAfCod 2024-11-08 17:03:14 +0800
  • 070b861c3d Remove tab in import packages rafaelss 2024-11-06 15:16:36 -0300
  • dbd18558ec replace wrong connecitonId variable rafaelss 2024-11-06 12:42:56 -0300
  • 4c828c98bc move third-party import to package of project rafaelss 2024-11-06 12:07:02 -0300
  • 98bff4170d Fixes File is not goimports rafaelss 2024-11-06 11:01:32 -0300
  • 80e20e6386 fixes go test rafaelss 2024-11-06 10:39:49 -0300
  • 77e6dc181c feat: pprof thinkAfCod 2024-11-04 17:54:04 +0800
  • 685123294b fix: connection memory leak thinkAfCod 2024-11-04 17:38:10 +0800
  • d1b08ad576
    core: simplify layered-state logic Martin Holst Swende 2024-11-18 10:46:42 +0100
  • ee5318b07b
    core: validate chain before writing block (#1319) Manav Darji 2024-11-18 14:18:04 +0700
  • 370c6b62e7
    update devnet 1559 block number (#736) benjamin202410 2024-11-17 21:23:19 -0800
  • 0a16b27e1b
    Update verkle_witness_test.go bitcoin-lightning 2024-11-18 00:59:06 +0800
  • 3443c8b55e
    Update statedb_hooked_test.go bitcoin-lightning 2024-11-18 00:58:02 +0800
  • 22ccf88fa2
    Update README.md Sujin 2024-11-17 14:19:45 +0530
  • 80b9a29a8b
    Update README.md futreall 2024-11-17 10:45:24 +0200
  • 09dcfbad85
    Update rules.md futreall 2024-11-17 10:44:22 +0200
  • 2534628542 core/state/snapshot: fix test Gary Rong 2024-11-14 17:33:24 +0800
  • 05ee450f2d core/state: polish Gary Rong 2024-11-14 15:20:17 +0800
  • 9f9b209277 core, triedb: remove destruct flag in state snapshot Gary Rong 2024-11-13 19:10:41 +0800
  • 7815dab7af
    Merge branch 'ethereum:master' into portal Chen Kai 2024-11-15 22:16:44 +0700
  • d7e72f3e71
    Merge pull request #642 from gzliudan/rm-ewasm Daniel Liu 2024-11-15 22:30:53 +0800
  • 7c0ff05685
    build: upgrade -dlgo version to Go 1.23.3 (#30742) Marius Kjærstad 2024-11-15 14:05:23 +0100
  • 4cac1865ba all: remove noop vm config flags (#23111) Daniel Liu 2024-11-15 10:58:29 +0800
  • 88cf3e7827
    Merge pull request #647 from gzliudan/eip-1153 Daniel Liu 2024-11-15 19:49:17 +0800
  • ed242b4763 all: implement EIP-1153 transient storage (#26003) Daniel Liu 2024-11-15 19:39:18 +0800
  • a5f0001845
    cmd/geth: remove unlock commandline flag (#30737) Martin HS 2024-11-15 10:15:15 +0100
  • 1c5e564433
    Merge pull request #733 from JukLee0ira/mobile-nuke Daniel Liu 2024-11-15 15:48:48 +0800
  • cba5782884 accounts, build, mobile: remove Android and iOS support (#26599) JukLee0ira 2024-11-14 15:17:12 +0800
  • 77b0c0b88f
    Merge pull request #734 from gzliudan/upgrade-log Daniel Liu 2024-11-15 15:41:25 +0800
  • ec280e030f
    core/state: tests on the binary iterator (#30754) Martin HS 2024-11-15 07:59:06 +0100
  • 5bfaf068a4 log: fix issues with benchmarks (#30667) Daniel Liu 2024-11-15 10:02:43 +0800
  • 54f8e028ca log: fix some functions comments (#29907) Daniel Liu 2024-11-15 10:02:43 +0800
  • 9e034475c8 log: default JSON log handler should log all verbosity levels (#29471) Daniel Liu 2024-11-15 10:02:42 +0800
  • 368b2781ae log: using maps.Clone (#29392) Daniel Liu 2024-11-15 10:02:42 +0800
  • 6831a49fea log: replace the outdated link (#29412) Daniel Liu 2024-11-15 10:02:42 +0800
  • 946c085f9f log: use native log/slog instead of golang/exp (#29302) Daniel Liu 2024-11-15 10:02:42 +0800
  • 40fd68a124 log: replace tmp with bytes.Buffer.AvailableBuffer (#29287) Daniel Liu 2024-11-15 10:02:42 +0800
  • 20a62e4743 log: add Handler getter to Logger interface (#28793) Daniel Liu 2024-11-15 10:02:42 +0800
  • fb25ddfa57 log: fix docstring names (#28923) Daniel Liu 2024-11-15 10:02:42 +0800
  • 966a03f297 log: emit error level string as "error", not "eror" (#28774) Daniel Liu 2024-11-15 10:02:42 +0800
  • 31ceca5ef1 log: avoid setting default slog logger in init (#28747) Daniel Liu 2024-11-15 10:02:42 +0800
  • 14acdf2dd1 log: remove lazy, remove unused interfaces, unexport methods (#28622) Daniel Liu 2024-11-15 10:02:42 +0800
  • 9ae7402e35 slog: faster and less memory-consumption (#28621) Daniel Liu 2024-11-15 10:02:42 +0800
  • ec4ca1ed6a all: replace log15 with slog (#28187) Daniel Liu 2024-11-15 10:02:42 +0800
  • b04ce3213a log: test for logging-output (#28373) Daniel Liu 2024-11-15 10:02:42 +0800
  • f9cae3b9aa internal, log: remove code for old unsupported go-versions (#28090) Daniel Liu 2024-11-15 10:02:42 +0800
  • 41c4c9ba88 log: avoid stack lookups when not needed/used (#28069) Daniel Liu 2024-11-15 10:02:42 +0800
  • 6b81e68537 log: use atomic types (#27763) Daniel Liu 2024-11-15 10:02:42 +0800