1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 4cdd7c8631
    cmd,eth,les: replace Cancun override flag with Prague (#31341) lightclient 2025-03-10 14:10:16 +0100
  • 9aba6895b9
    core/rawdb,state: add preimage miss metric (#31295) Delweng 2025-03-07 18:23:19 +0800
  • d219e9b005
    build: fix execution-spec-tests sanitycheck URL (#31314) Halimao 2025-03-05 19:51:53 +0800
  • 2645b4e0bf version: begin v1.15.6 release cycle Felix Lange 2025-03-05 11:57:18 +0100
  • 4263936a04 version: release v1.15.5 stable v1.15.5 Felix Lange 2025-03-05 11:55:17 +0100
  • cd78b65cda
    core: match on deposit contract log topic (#31317) Felix Lange 2025-03-05 11:04:24 +0100
  • 658c607e13
    build: upgrade to Go 1.24.1 and golangci-lint 1.64.4 (#31313) levisyin 2025-03-05 18:02:18 +0800
  • 7405dc5c4b
    eth/tracers: fix omitempty for memory and storage (#31289) Sina M 2025-03-04 09:30:03 +0100
  • ebff2f42c0 version: begin v1.15.5 release cycle Felix Lange 2025-03-01 21:40:14 +0100
  • 8ccca244f1 version: release go-ethereum v1.15.4 stable v1.15.4 Felix Lange 2025-03-01 21:37:47 +0100
  • 31c972febf
    ethclient: add BlobBaseFee method (#31290) Shude Li 2025-03-01 21:11:51 +0800
  • d2bbde2f2d
    eth: check blob transaction validity on the peer goroutine when received (#31219) jwasinger 2025-03-01 14:10:38 +0100
  • ebc3232b49
    eth: do not add failed tx to localTxTracker (#31202) Kuwon Sebastian Na 2025-03-01 21:58:57 +0900
  • 4038c59845
    eth: remove EventMux accessors (#30017) Darioush Jalali 2025-02-28 04:07:21 -0800
  • e1e326e069
    core/tracing: stringer for gas and nonce change reasons (#31234) Matthieu Vachon 2025-02-28 06:53:56 -0500
  • 6c286beb39
    build/deb: add step for new Go bootstrap to debian rules (#31283) Felix Lange 2025-02-27 17:52:22 +0100
  • 767c202e47
    all: drop x/exp direct dependency (#30558) Martin HS 2025-02-27 15:53:52 +0100
  • f005d95b55
    build: simplify go mod tidy check (#31266) Shude Li 2025-02-27 22:52:00 +0800
  • fa16d497bc
    build: update PPA Go bootstrap version to 1.23 (#31282) Felix Lange 2025-02-27 12:07:36 +0100
  • fc4dd183e9
    core/txpool: fix error logs flood caused by removeAuthorities (#31249) buddho 2025-02-27 17:08:33 +0800
  • 1d2043e806
    eth/gasprice: sanity check ratio values (#31270) lightclient 2025-02-27 00:40:35 -0700
  • 939a804146
    cmd/workload: RPC workload tests for filters and history (#31189) Felföldi Zsolt 2025-02-27 00:07:14 +0100
  • 2585776aab
    eth/gasprice: fix eth_feeHistory blobGasRatio (#31246) James 2025-02-27 07:24:14 +1300
  • c7caca4564
    build: filter out .git folder for go generate check (#31265) rjl493456442 2025-02-26 18:49:02 +0800
  • f485e213b6 version: begin v1.15.4 release cycle Felix Lange 2025-02-25 16:20:50 +0100
  • 612c9e0f4a version: release go-ethereum v1.15.3 stable v1.15.3 Felix Lange 2025-02-25 16:18:34 +0100
  • 756310fa43
    eth/protocols/eth: fix loading "eth" ENR key in dial filter (#31251) Shude Li 2025-02-25 20:40:57 +0800
  • f6883431c2
    ethclient/simulated: add goroutine leak test (#31033) jwasinger 2025-02-25 12:21:35 +0100
  • 7cbf934488 Fix flakey behavior in simulated backend Rollback Pierre Rousset 2025-02-21 11:28:11 +0900
  • 7d8aca95d2
    params: add deposit contract addresses (#31247) Marius van der Wijden 2025-02-25 00:42:00 +0100
  • 9211a0e3ec
    core/txpool: move setcode tx validation into legacyPool (#31209) rjl493456442 2025-02-25 05:17:21 +0800
  • fbe0005070
    crypto: add comment to FromECDSAPub (#31241) Marius van der Wijden 2025-02-24 12:23:25 +0100
  • a0e6381c48
    go.mod: update cloudflare-go (#31240) Marius van der Wijden 2025-02-24 10:31:33 +0100
  • 9e6f924671
    eth: report error from setupDiscovery at startup (#31233) Felix Lange 2025-02-23 17:38:32 +0100
  • d103f179b9
    build: replace tenv linter with usetesting (#31172) levisyin 2025-02-21 20:36:18 +0800
  • cb9653d253
    cmd/clef: improve documentation in readme (#31218) Maximilian Hubert 2025-02-21 11:45:02 +0100
  • 8a14362bf7
    internal/ethapi: fix prev hashes in eth_simulate (#31122) Sina M 2025-02-21 09:52:55 +0100
  • 5552ada486
    signer/core: fix encoding of bytes nested within array (#31049) jwasinger 2025-02-21 00:48:24 -0800
  • 53e8e1fdf2
    core/types: remove unneeded todo marker (#31179) rrhlrmrr 2025-02-21 14:45:29 +0900
  • 2a81bbaa4f
    p2p/nat: remove test with default servers (#31225) Felix Lange 2025-02-21 03:42:54 +0100
  • 301a868d28
    oss-fuzz: remove deprecated targets (#31224) Martin HS 2025-02-20 18:46:25 +0100
  • dcc0b3704d
    eth/tracers: refactor block context in test runner (#29450) Delweng 2025-02-20 22:04:35 +0800
  • b1f88ef9bd
    internal/ethapi: handle prague system calls in eth_simulate (#31176) nethoxa 2025-02-20 14:30:55 +0100
  • c8781be762
    core/txpool/legacypool: add setCodeTx reorg test (#31206) Marius van der Wijden 2025-02-20 13:11:48 +0100
  • 67cd4cd5a1
    .github: downgrade go for lint step (#31217) Sina M 2025-02-20 10:27:13 +0100
  • aac621987e
    core/asm: delete assembler/disassembler (#31211) Felix Lange 2025-02-19 14:57:08 +0100
  • 07d7fe2b33
    build: upgrade -dlgo version to Go 1.24.0 (#31159) levisyin 2025-02-19 18:21:22 +0800
  • dab746b3ef
    eth/catalyst: support earlier forks in SimulatedBeacon (#31084) Matthieu Vachon 2025-02-18 15:08:43 -0500
  • ef00a6e9a2
    params: add osaka blob schedule (#31174) Marius van der Wijden 2025-02-18 15:03:48 +0100
  • 32c6aa8a1a
    core/vm: clean up EVM environmental structure (#31061) rjl493456442 2025-02-18 21:53:33 +0800
  • 7332a1bc0a
    ethclient: add comment describing block number tags (#30984) EdisonSR 2025-02-18 18:15:36 +0800
  • 68d477670c
    utils: clarify description for history.state flag (#31164) piersy 2025-02-18 05:50:19 +0000
  • 3adfa1fbeb
    trie: do not expect ordering in stacktrie during fuzzing (#31170) Marius van der Wijden 2025-02-18 03:48:42 +0100
  • aec1964410 version: begin v1.15.3 release cycle Felix Lange 2025-02-17 12:01:20 +0100
  • c8c62dafc7 version: release go-ethereum v1.15.2 stable v1.15.2 Felix Lange 2025-02-17 11:59:48 +0100
  • d37a0b8cd0
    eth/protocols/eth: add discovery iterator to protocol (#31185) Felix Lange 2025-02-17 10:12:03 +0100
  • c113e3b5b1
    p2p: fix marshaling of NAT in TOML (#31192) Felix Lange 2025-02-17 09:47:12 +0100
  • e5bc789185
    consensus/beacon: fix isPostMerge for mainnet (#31191) Felix Lange 2025-02-17 07:30:06 +0100
  • 68de26e346
    core/types: create block's bloom by merging receipts' bloom (#31129) minh-bq 2025-02-14 00:05:58 +0700
  • 77762820c9 version: begin v1.15.2 release cycle Felix Lange 2025-02-13 16:26:36 +0100
  • b027a90ac0 version: release go-ethereum v1.15.1 stable v1.15.1 Felix Lange 2025-02-13 16:21:36 +0100
  • 913fee4be9
    core/rawdb: skip setting flushOffset in read-only mode (#31173) rjl493456442 2025-02-13 21:48:03 +0800
  • 8ec4a06b3f
    core: sanity-check fork configuration in genesis (#31171) Felix Lange 2025-02-13 13:05:05 +0100
  • 24ed0b5066
    go.mod: update blst to v0.3.14 (#31165) Marius van der Wijden 2025-02-13 09:45:27 +0100
  • 58f65c60c2
    trie: copy preimage store pointer in StateTrie.Copy (#31158) jwasinger 2025-02-11 17:55:00 -0800
  • da71839a27
    internal/ethapi: fix panic in debug methods (#31157) Sina M 2025-02-11 16:02:30 +0100
  • cdb66c89d6
    core/txpool/legacypool: add support for SetCode transactions (#31073) lightclient 2025-02-11 06:15:04 -0700
  • 22b9354494
    p2p/discover: make discv5 response timeout configurable (#31119) Chen Kai 2025-02-11 20:52:43 +0800
  • d2ca7cf9f1
    p2p/discover: remove unused parameter in revalidationList.get (#31155) Harry Ngo 2025-02-11 19:45:44 +0700
  • 9064038a86
    consensus/beacon: remove TestingTTDBlock (#31153) Felix Lange 2025-02-11 13:44:25 +0100
  • 4cda8f06ea
    params,core/forkid: enable prague on holesky and sepolia (#31139) lightclient 2025-02-08 05:26:15 -0700
  • d11e9c0b51
    cmd/devp2p/internal/ethtest: remove TD from status validation (#31137) Marcin Sobczak 2025-02-07 02:59:12 +0100
  • d74c47f8db version: begin v1.15.1 release cycle Felix Lange 2025-02-06 15:06:46 +0100
  • 756cca7c6f version: release go-ethereum v1.15.0 v1.15.0 Felix Lange 2025-02-06 15:05:41 +0100
  • 1847b5f635
    build: update EEST fixtures to prague devnet-6 (#31088) Sina M 2025-02-06 12:33:40 +0100
  • 9e33b29c74
    build: update to Go 1.23.6 (#31130) ericxtheodore 2025-02-06 06:19:09 +0800
  • 5d97db8d03
    all: update license comments and AUTHORS (#31133) Felix Lange 2025-02-05 23:01:17 +0100
  • aaaf01d712
    core/tracing: state journal wrapper (#30441) Sina M 2025-02-05 13:58:25 +0100
  • ed1d46b3d3
    consensus/misc/eip4844: more changes for blob gas calculation (#31128) Felix Lange 2025-02-05 10:35:03 +0100
  • c4ad459bd2
    consensus/misc/eip4844: use head's target blobs, not parent (#31101) lightclient 2025-02-04 13:43:18 -0700
  • 59d2eec9fc
    core/txpool/blobpool: fix incorrect arguments in test (#31127) Marius van der Wijden 2025-02-04 18:10:40 +0100
  • 7c7b7f6ab1
    core/txpool: remove locals-tracking from txpools (#30559) Martin HS 2025-02-04 17:23:01 +0100
  • e332431cb2
    core: assign default difficulty to zero for chain without ethash (#31067) Felix Lange 2025-02-04 17:16:26 +0100
  • e6f3ce7b16
    params,core: add max and target value to chain config (#31002) lightclient 2025-02-04 07:43:18 -0700
  • eee868226a
    params: start osaka fork (#31125) Marius van der Wijden 2025-02-04 15:29:51 +0100
  • 665c8512f3
    core: copy genesis before modifying (#31097) Marius van der Wijden 2025-02-04 14:22:30 +0100
  • 0ad0966cec
    core/rawdb: introduce flush offset in freezer (#30392) rjl493456442 2025-02-04 18:45:45 +0800
  • e26dd774a9
    tests/fuzzers/bls12381: fix error message in fuzzCrossG2Add (#31113) kazak 2025-02-04 08:09:06 +0200
  • 55a18616b1
    core/vm: simplify tracer hook invocation in interpreter loop (#31074) jwasinger 2025-02-03 09:44:26 -0800
  • fc12dbe40b
    eth/catalyst: fix validation of type 0 request (#31103) Sina M 2025-01-31 18:34:22 +0100
  • 8daefeb890
    params: update system contract addresses for devnet-6 (#31102) lightclient 2025-01-31 02:36:49 -0700
  • a50cac5bbe
    core/vm: EXTCODE* return delegation designator for 7702 (#31089) Sina M 2025-01-30 17:08:42 +0100
  • 0e1a19da76
    core: implement eip-7623 floor data gas (#30946) Sina M 2025-01-30 17:07:45 +0100
  • 9b9e7ccacf
    all: add build tags for wasip1 (#31090) Ryan Tinianov 2025-01-30 10:58:53 -0500
  • 9bc8256a09 version: begin v1.15.0 release cycle Felix Lange 2025-01-30 15:00:50 +0100
  • b3833e5d98
    build: provide a flag to disable publishing in dockerx build (#31098) Felix Lange 2025-01-30 14:52:02 +0100
  • eb00f1694c version: release go-ethereum v1.14.13 stable v1.14.13 Felix Lange 2025-01-30 14:12:40 +0100
  • 159fb1a1db crypto: add IsOnCurve check (#31100) Felix Lange 2025-01-30 14:10:36 +0100
  • db93d49880 build: retry PPA upload up to three times (#31099) Felix Lange 2025-01-30 14:06:50 +0100
  • fa9a2ff868
    crypto: add IsOnCurve check (#31100) Felix Lange 2025-01-30 14:10:36 +0100