Commit graph

  • 827a60e9f8 cmd/geth: add flag to set genesis (#32844) bal-devnet-0 lightclient 2025-10-21 08:10:45 -0600
  • 82fa9a4268
    core/stateless: cap witness depth metrics buckets yyhrnk 2025-12-10 14:45:54 +0200
  • 56325ab7c5
    fix: capture child node as goroutine parameter to avoid closure bug, add clarifying comments about fullNode Children structure floor-licker 2025-12-10 07:39:23 -0500
  • 4bc5c5c374
    trie: polish committer Gary Rong 2025-12-10 15:24:13 +0800
  • f5b755814b
    ethclient: pass BlockNumberOrHash to eth_getBlockReceipts Forostovec 2025-12-10 12:00:07 +0200
  • b98b255449
    core/rawdb: fix size counting in memory freezer (#33344) Bashmunta 2025-12-10 10:09:24 +0200
  • 13a8798fa3
    p2p/tracker: fix head detection in Fulfil to avoid unnecessary timer reschedules (#33370) kurahin 2025-12-10 10:09:07 +0200
  • c1729b7f52 triedb/pathdb: polish code Gary Rong 2025-12-10 16:07:37 +0800
  • 89f0cbc18a test: move test to unit test healthykim 2025-12-10 17:06:04 +0900
  • eb384da8c5 trie: polish committer Gary Rong 2025-12-10 15:24:13 +0800
  • 1ce71a1895
    eth/tracers/native: include SWAP16 in default ignored opcodes (#33381) SashaMalysehko 2025-12-10 09:13:47 +0200
  • 943c61f424
    Fix condition to check if request is head rjl493456442 2025-12-10 15:05:49 +0800
  • c8939a53a6
    a more readable way SashaMalysehko 2025-12-10 08:57:02 +0200
  • 215ee6ac18
    internal/ethapi: select precompiles using the simulated header (#33363) Fibonacci747 2025-12-10 07:56:56 +0100
  • b40a9b85ad core/rawdb: simplify the size counting Gary Rong 2025-12-10 14:39:27 +0800
  • c21fe5475f
    tests: integrate BlockTest.run into BlockTest.Run (#33383) jwasinger 2025-12-10 01:26:27 -0500
  • b1c954af49
    Merge 2a0b2f0511 into 9a346873b8 Delweng 2025-12-09 21:58:35 -0800
  • 9a346873b8
    core/state: fix incorrect contract code state metrics (#33376) Ng Wei Han 2025-12-10 11:33:59 +0800
  • a3282d4119
    XFN-155: consensus V2 initial timer kick-off check (#1849) wgr523 2025-12-10 09:36:58 +0800
  • 503729e3f4
    Update interfaces.go 0xFloki 2025-12-09 23:23:18 +0100
  • 390e932314 tests: remove BlockTest.run, integrate the logic into BlockTest.Run Jared Wasinger 2025-12-09 15:33:41 -0500
  • f61df31e1f core/vm: refactor call gas pricing such that Geth will not perform state access if the component of the call price which is independent from the state is not sufficient to cover the provided gas. Jared Wasinger 2025-12-03 09:29:10 -0800
  • a6dade8421
    Update multisub_test.go forkfury 2025-12-09 19:39:11 +0100
  • 8026d6dbf1
    Update multisub.go forkfury 2025-12-09 19:38:40 +0100
  • 4f0847c519 test: Not redialing connections if in pending inbound state and diff cleanup jeevan-sid 2025-12-09 23:04:59 +0530
  • 7d4c805681 feat: tracked pending inbound in dial.go jeevan-sid 2025-12-09 22:54:13 +0530
  • 8a8a195ce8
    eth/tracers/native: include SWAP16 in default ignored opcodes SashaMalysehko 2025-12-09 18:11:59 +0200
  • 1c3f968a13 remove code exists check weiihann 2025-12-09 21:43:20 +0800
  • 1089f0b4fe
    record total minted API v2 (#1769) wgr523 2025-12-09 19:43:19 +0800
  • d9f749c3ef core/state: fix incorrect contract code state metrics weiihann 2025-12-09 16:46:53 +0800
  • e0e7e00d3b fix: remove loop limit healthykim 2025-12-09 16:46:05 +0900
  • 78a44e006b
    discover: use hash bits value instead of hardcoded 256 YeahNotSewerSide 2025-12-09 09:09:32 +0200
  • 266efa10fb fix: fix test error healthykim 2025-12-09 16:00:47 +0900
  • 739f4ecc31 feat: add type validation on txfetcher healthykim 2025-12-09 15:51:16 +0900
  • 3e838dd1dd cmd, eth: fix typo Gary Rong 2025-12-09 14:25:37 +0800
  • f5c228576a eth/protocols/eth: prevent allocation if the response is complete Gary Rong 2025-12-09 13:58:38 +0800
  • c287f9eddd
    core/types: support yParity field in JSON transactions #27744 (#1816) Daniel Liu 2025-12-09 13:57:37 +0800
  • 62272ed4e6
    accounts/usbwallet: fix double hashing in SignTextWithPassphrase #33138 (#1852) wit liu 2025-12-09 13:57:13 +0800
  • fb1ce79543 eth/protocols/eth: remove useless checks in the eth protocol handler Gary Rong 2025-12-09 13:41:16 +0800
  • 5c879a5e05
    core: refactored blockchain.go to blockchain_reader.go #23735 (#1844) Daniel Liu 2025-12-09 13:32:41 +0800
  • 5634b75866
    core/types: add derived chain ID to LegacyTx JSON encoding #27452 (#1792) Daniel Liu 2025-12-09 13:32:24 +0800
  • f363000d2d
    core/types: add json marshalling and tweaks #27256 (#1817) Daniel Liu 2025-12-09 13:32:05 +0800
  • 20e6a3ef9d
    core/vm: refactor memory resize #33056 (#1845) wit liu 2025-12-09 13:31:47 +0800
  • 70755237e7
    contracts, core/rawdb: refactor read and write randomizeKey (#1806) Daniel Liu 2025-12-09 13:31:37 +0800
  • b2490e3f20 eth/protocols/eth: add lock protection Gary Rong 2025-12-09 13:19:20 +0800
  • 91a3fee39c core/txpool: address comment from bosul Gary Rong 2025-12-09 10:23:39 +0800
  • 9c55c647a0 params: happy lint, happy life MariusVanDerWijden 2025-12-08 23:02:06 +0100
  • e58c785424
    build: fix check_generate not printing changed files (#33299) wit liu 2025-12-09 05:58:26 +0800
  • 228933a660
    eth/downloader: keep current syncmode in downloader only (#33157) rjl493456442 2025-12-09 05:49:57 +0800
  • 416006d035 eth/downloader: rename moder Felix Lange 2025-12-08 20:02:40 +0100
  • 9eaef994ce eth/downloader: rename GetSyncMode to ConfigSyncMode Felix Lange 2025-12-08 20:01:26 +0100
  • 87cf119285
    chore: document and format oss-fuzz build script LumenSolutions 2025-12-08 19:58:56 +0100
  • c86b4990b7
    Update wallet.go Alvarez 2025-12-08 19:57:54 +0100
  • ae207a28c7
    Update wallet.go Alvarez 2025-12-08 19:50:41 +0100
  • 44cddc8b23
    chore: reformat golangci-lint config patridunk 2025-12-08 19:47:43 +0100
  • c71120fc89
    chore: format Dockerfile for clarity GeneratedUserFJ839 2025-12-08 19:42:17 +0100
  • e9a885a508 eth/downloader: simplify disableSnap Felix Lange 2025-12-08 19:39:41 +0100
  • 8529acce90 eth/downloader: spell sync mode with - Felix Lange 2025-12-08 19:39:12 +0100
  • 7fea3668e6
    Update wallet.go Alvarez 2025-12-08 19:34:25 +0100
  • 0aedc0787f
    Update wallet.go Alvarez 2025-12-08 19:28:06 +0100
  • 1067523e78
    Simplify log message for snap sync disable Felix Lange 2025-12-08 17:49:32 +0100
  • 66134b35df
    core/vm: fix PC increment for EIP-8024 opcodes (#33361) Francisco Giordano 2025-12-08 13:45:40 -0300
  • 31f9c9ff75
    common/bitutil: deprecate XORBytes in favor of stdlib crypto/subtle (#33331) cui 2025-12-09 00:40:59 +0800
  • 96b2c817f0 common/bitutil: mark XORBytes deprecated Felix Lange 2025-12-08 16:14:57 +0100
  • 5a484d2393 p2p/rlpx: use crypto/subtle.XORBytes directly Felix Lange 2025-12-08 15:32:04 +0100
  • da98e12697 common/bitutil: add comment from crypto/subtle Felix Lange 2025-12-08 15:23:06 +0100
  • b838c4c9f7 common/bitutil: remove safe fallback Felix Lange 2025-12-08 15:22:23 +0100
  • af47d9b472
    p2p/nat: fix err shadowing in UPnP addAnyPortMapping (#33355) Snezhkko 2025-12-08 16:02:24 +0200
  • dbca85869f
    ethdb/pebble: change the Pebble database configuration (#33353) rjl493456442 2025-12-08 20:53:40 +0800
  • 9f62d3b188
    p2p/tracker: fix head detection in Fulfil to avoid unnecessary timer reschedules kurahin 2025-12-08 12:21:15 +0200
  • bf4c48c7c6
    cmd: nuke geth bug, nobody is using it anyway #19400 (#1814) wit liu 2025-12-08 17:38:46 +0800
  • bc5794cdf5
    core: refactor read and write valid sections (#1808) Daniel Liu 2025-12-08 17:37:33 +0800
  • 348b7fa68f
    consensus/XDPoS, core/rawdb: stop node if fail to store snapshot (#1803) Daniel Liu 2025-12-08 17:37:22 +0800
  • d6309612fc
    all: fix unnecessary whitespace (#1800) wit liu 2025-12-08 17:37:11 +0800
  • 28efc50013
    build: fix make generate not print changed files (#1820) Daniel Liu 2025-12-08 17:36:08 +0800
  • 01b8fce6e3
    cmd/utils, internal/flags: deprecate flag XDCx-dbName and XDCx.dbName (#1823) Daniel Liu 2025-12-08 17:35:25 +0800
  • 47501c8834
    core/state, trie: remove unused error-return from trie Commit operation #26641 (#1135) Daniel Liu 2025-12-08 17:35:11 +0800
  • ea3a55aef4
    all: fix invalid directive syntax for golangci-lint nolint (#1799) wit liu 2025-12-08 15:32:54 +0800
  • bfbb024dc4
    core/vm/program: evm bytecode-building utility #30725 (#1801) Daniel Liu 2025-12-08 15:31:55 +0800
  • 0aeb971b33
    p2p: fix unused warnings (#1804) wit liu 2025-12-08 15:31:07 +0800
  • 6450d5bbb9
    core/rawdb: refactor func WriteChainConfig (#1805) Daniel Liu 2025-12-08 15:30:25 +0800
  • e3efe5e0bb
    core: refactor read and write section head (#1809) Daniel Liu 2025-12-08 15:29:23 +0800
  • 8c42c02bde
    Makefile, build: remove unused xgo (#1812) Daniel Liu 2025-12-08 15:28:22 +0800
  • 67df2bcb29
    internal/ethapi: explicitly return chain id for EIP-155 legacy txs #25155 #25244 (#1813) Daniel Liu 2025-12-08 15:27:49 +0800
  • 0ef3edf183
    consensus: fix unused warnings (#1815) wit liu 2025-12-08 15:27:14 +0800
  • 0c2b0f3234
    internal/ethapi: eth api changes needed #27928 (#1818) Daniel Liu 2025-12-08 15:26:40 +0800
  • 8664487b0c
    tests: delete unused parameter (#1819) wit liu 2025-12-08 15:25:54 +0800
  • 601d3c101e
    go.mod: tidy go mod file (#1821) Daniel Liu 2025-12-08 15:25:12 +0800
  • 52f682065a
    eth/ethconfig: update file gen_config.go (#1822) Daniel Liu 2025-12-08 15:24:20 +0800
  • 8eb5fa7666
    cmd: remove slave mode and flag XDCSlaveModeFlag (#1824) Daniel Liu 2025-12-08 15:23:05 +0800
  • 016ab30c50
    bmt: fix unused warnings (#1825) wit liu 2025-12-08 15:22:37 +0800
  • 013098e59d
    build: update golangci-lint to v2.6.2 (#1826) wit liu 2025-12-08 15:21:43 +0800
  • fccce6bf8a
    docs: add note on Docker data volume for geth LottR079 2025-12-07 20:31:53 +0100
  • 987ccb4738
    docs: document purpose of oss-fuzz.sh Roy Jones 2025-12-07 20:27:50 +0100
  • 64a2eecf5e
    docs: add quick build and test snippet to README GeneratedUserFJ839 2025-12-07 20:23:41 +0100
  • 74dd001911 fix: fix trimReceiptsRLP bug healthykim 2025-12-07 22:26:24 +0900
  • 640d448491
    cmd/XDC, metrics/prometheus: fix staticcheck QF1012 (#1713) Daniel Liu 2025-12-07 18:33:06 +0800
  • 8129ac77cd
    core/types: implement encode/decode for TxData interface #27841 (#1795) Daniel Liu 2025-12-07 18:22:27 +0800
  • 4881c9445a
    core, eth: for types with accurate size calcs, return uint64 #26046 (#1791) Daniel Liu 2025-12-07 18:22:03 +0800
  • eaaeea0cad
    all: use slices.Sort() to sort strings (#1712) Daniel Liu 2025-12-07 18:19:13 +0800