Commit graph

  • c36e4d54c0
    Upgrade reward 2.0 (#865) wgr523 2025-03-02 18:44:34 +0800
  • fc663874c8 gofmt islishude 2025-03-02 10:00:38 +0800
  • 7888f922e7 gofmt islishude 2025-03-02 09:56:40 +0800
  • 6254a4bc6b Merge tag 'v1.15.4' into release/geth-1.x-fh3.0 Matthieu Vachon 2025-03-01 19:32:21 -0500
  • 6a217445ef
    Update simulate.go Rez 2025-03-02 08:45:39 +1100
  • d71a99029f
    Update simulate.go Rez 2025-03-02 08:45:19 +1100
  • 2407255bb3
    Add support Rez 2025-02-26 17:13:38 +1100
  • 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
  • 975d4f8b70
    ethclient/simulated: include type 0x03 and 0x04 transactions to testing tr1sm0s1n 2025-03-02 00:15:19 +0530
  • 2ca14aa5f0
    ethclient/simulated: add function to create a type 0x04 transaction tr1sm0s1n 2025-03-02 00:09:48 +0530
  • f18fcf4776 all: simplify length calculations using min/max functions islishude 2025-03-01 23:27:55 +0800
  • 10c2a7efd6 all: replaces []byte(fmt.Sprintf(...)) by fmt.Appendf(nil, ...) islishude 2025-03-01 23:22:01 +0800
  • b2e0fdad7b all: replace manual map copying with maps.Copy for improved readability islishude 2025-03-01 23:19:48 +0800
  • 0b28df8e7b all: replace slice manipulation with slices package for improved readability islishude 2025-03-01 23:09:54 +0800
  • 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
  • fa7ff0433d
    Update suite.go Felix Lange 2025-03-01 14:00:40 +0100
  • ebc3232b49
    eth: do not add failed tx to localTxTracker (#31202) Kuwon Sebastian Na 2025-03-01 21:58:57 +0900
  • c2c64dd3ef
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-03-01 17:18:22 +0800
  • 8bd1c9cee9 all: update to go version 1.23 JukLee0ira 2025-02-12 13:48:35 +0800
  • 2b04581df2
    Merge pull request #888 from gzliudan/fix_nil_eth Daniel Liu 2025-03-01 16:14:19 +0800
  • 8b7eebf0cb cmd/utils: handle err which returned from eth.New to fix panic Daniel Liu 2025-02-27 17:59:46 +0800
  • adcaf55ce6
    Merge pull request #889 from gzliudan/downloader_test_perf Daniel Liu 2025-03-01 15:56:21 +0800
  • 6e8fe5121d eth/downloader: speed up tests by generating chain only once (#17916) Daniel Liu 2025-02-28 15:39:28 +0800
  • 123a130341
    Update go-ossf-slsa3-publish.yml yerestephrochepachu.eth 2025-02-28 23:43:59 -0500
  • c2d3ec78d5
    Create go-ossf-slsa3-publish.yml yerestephrochepachu.eth 2025-02-28 23:30:05 -0500
  • 05ab0c20e6
    Update .md yerestephrochepachu.eth 2025-02-28 23:09:11 -0500
  • 543bcb0cfe core/state: account read metric single jsvisa 2025-03-01 03:36:31 +0000
  • ceae7dac34
    Merge pull request #887 from gzliudan/rm_flag_rewound Daniel Liu 2025-03-01 11:36:02 +0800
  • 3a6067c9e4 core/rawdb: replace preimage hits metric with miss jsvisa 2025-03-01 03:35:31 +0000
  • 588dcd35ce cmd, common, core, eth: optimize rollback by flag Daniel Liu 2025-02-27 18:18:47 +0800
  • d73c0d0ddf
    Update and and validate sender's to 87110228440 yerestephrochepachu.eth 2025-02-28 22:30:32 -0500
  • 97e2d5aeb7 Fix index Exca-DK 2025-03-01 02:17:05 +0100
  • c2d2404980 Save alloc Exca-DK 2025-03-01 02:09:32 +0100
  • 91fb27dc08 Support missing ints and uints Exca-DK 2025-03-01 01:46:39 +0100
  • e570c41582 Update abigen with support for new int and uints Exca-DK 2025-03-01 01:41:43 +0100
  • ea4ead8f8f ethclient: update BlobBaseFee method documentation for clarity islishude 2025-03-01 00:38:10 +0800
  • 916b67d8f3 ethclient: add BlobBaseFee method to retrieve base fee per blob gas islishude 2025-03-01 00:29:46 +0800
  • 2085a1f85d added contractsRepo to matic-cli config Arya Lanjewar 2025-02-28 21:28:50 +0530
  • a5e54b6b0a
    Update filter_system.go Ragnar 2025-02-28 16:49:10 +0100
  • dd5634ac32
    Update backend.go Ragnar 2025-02-28 16:48:49 +0100
  • 365b82953d
    feat: add system config consensus to deprecate clique (#1102) Morty 2025-02-28 22:53:32 +0800
  • f014e5792f revert stack Sina Mahmoodi 2025-02-28 15:22:03 +0100
  • ed90dfb61a fix stack and storage Sina Mahmoodi 2025-02-28 15:14:34 +0100
  • c111269745 eth/tracers: omit empty memory Sina Mahmoodi 2025-02-28 15:10:17 +0100
  • fe12230e1d core/txpool/locals: fix panic Gary Rong 2025-02-28 20:15:44 +0800
  • 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
  • 4d609129d9 changed matic-cli branch to master Arya Lanjewar 2025-02-28 17:14:55 +0530
  • d6fa743fb6 added mnemonics to matic-cli config Arya Lanjewar 2025-02-28 16:53:34 +0530
  • 0b095994df
    Remove windows build check kamuikatsurgi 2025-02-28 16:20:17 +0530
  • befc5dbde2 Temp changed CI branch for testing anvil compatibility Arya Lanjewar 2025-02-28 15:14:20 +0530
  • a1b401460b CI changes to accommodate Anvil Arya Lanjewar 2025-02-28 15:06:13 +0530
  • dad791aaca
    chore kamuikatsurgi 2025-02-28 14:16:34 +0530
  • f169f788d7
    add cache for windows build kamuikatsurgi 2025-02-28 12:47:56 +0530
  • 3be55f8b7d
    revert comment deletions kamuikatsurgi 2025-02-28 12:02:29 +0530
  • c3259dc7d5
    chore: CI improvements kamuikatsurgi 2025-02-28 11:57:19 +0530
  • 08f81df254
    Merge pull request #1466 from maticnetwork/lmartins/bug-concurrent-map-writes-triereader Lucca Martins 2025-02-28 03:02:13 -0300
  • ccc771f576
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-02-28 12:03:43 +0800
  • 8a70820f03 comments Jared Wasinger 2025-02-28 00:00:56 +0100
  • 177b34114f fix lint Jared Wasinger 2025-02-27 20:55:07 +0100
  • 6c286beb39
    build/deb: add step for new Go bootstrap to debian rules (#31283) Felix Lange 2025-02-27 17:52:22 +0100
  • 25dabbc949 build/deb: add step for new Go bootstrap to debian rules Felix Lange 2025-02-27 17:43:06 +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
  • beb451ee7f remove unecessary new line Jared Wasinger 2025-02-27 14:04:05 +0100
  • feb85dd4e5 make Conn.ReadEth return an error when the connection disconnects. In bad blob tx tests, when reading eth protocol messages, ensure that we read-and-ignore any pending messages that are unrelated to the message that the test is expecting to proceed. Jared Wasinger 2025-02-27 14:02:39 +0100
  • 74615197ec .github/workflows: add check_baddeps on GH runner Felix Lange 2025-02-27 13:11:02 +0100
  • e76823ec7f .github/workflows: remove check_tidy and add check_generate Felix Lange 2025-02-27 13:07:26 +0100
  • 1f18472f95 appveyor.yml: remove check_tidy Felix Lange 2025-02-27 13:07:13 +0100
  • 5336fb5d23 build: fold tidy check into doCheckGenerate Felix Lange 2025-02-27 13:06:52 +0100
  • 6b2ce743fa core/txpool/locals: gofmt Felix Lange 2025-02-27 12:56:27 +0100
  • cf03b97a68 go.mod: re-add x/exp Felix Lange 2025-02-27 12:27:32 +0100
  • 157c76db2c all: remove exp dependency Martin Holst Swende 2025-02-12 14:32:21 +0100
  • 02ee623548 all: combine key iterators and sorting in one step Martin Holst Swende 2024-10-08 10:21:22 +0200
  • 49ef93ea1c all: drop x/exp direct dependency Martin Holst Swende 2024-10-08 10:10:38 +0200
  • b156f109a3
    Use crypto.HexToECDSA to set deterministic ecdsa key Quentin Mc Gaw 2025-02-27 12:17:42 +0100
  • 739ba847f6
    feat(rlp/rlpgen): support alias types (#154) Quentin McGaw 2025-02-27 12:13:11 +0100
  • fa16d497bc
    build: update PPA Go bootstrap version to 1.23 (#31282) Felix Lange 2025-02-27 12:07:36 +0100
  • 8ffceb1632 build: add Go 1.23 bootstrap Felix Lange 2025-02-27 12:05:27 +0100
  • 375260e859
    mutex protection on trieReader storages Lucca Martins 2025-02-27 07:49:21 -0300
  • fa9ba6c2f1 build: update PPA Go bootstrap version to 1.22 Felix Lange 2025-02-27 11:45:12 +0100
  • eec66c2d57
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-02-27 17:36:38 +0800
  • fc4dd183e9
    core/txpool: fix error logs flood caused by removeAuthorities (#31249) buddho 2025-02-27 17:08:33 +0800
  • df06cba97b eth: return err if local tracker is not configured Gary Rong 2025-02-26 12:45:41 +0800
  • c748bf6201 core/txpool/local, eth: return no error if transaction fails stateful check Gary Rong 2025-02-25 20:55:40 +0800
  • 05647d8126 core/txpool: reject invalid transaction in local tracker Gary Rong 2025-02-21 13:18:20 +0800
  • d1fb337647 reflect review Kuwon Sebastian Na 2025-02-20 10:26:52 +0900
  • c00825fe75 eth: do not add failed tx to localTxTracker Kuwon Sebastian Na 2025-02-18 18:28:34 +0900
  • 1d2043e806
    eth/gasprice: sanity check ratio values (#31270) lightclient 2025-02-27 00:40:35 -0700
  • 3663a9e40b Merge branch 'crypto' of github.com:FlyingFog/Polygon into crypto Inplus 2025-02-27 15:36:22 +0800
  • 055679fbef crypto/bn256: fix MulScalar (#30974) gitglorythegreat 2025-01-02 21:04:06 +0800
  • 08b5347182 cherry-pick geth 0feb999d3f gitglorythegreat 2025-01-02 21:04:06 +0800
  • 6519ce6fbe
    Merge pull request #1465 from maticnetwork/master Pratik Patil 2025-02-27 11:59:37 +0530
  • 646f6358dd
    Merge branch 'develop' into manav/upstream_merge_v1.14.11 Manav Darji 2025-02-27 11:18:07 +0530
  • a8bf400a30 update gfp12 in crypto Inplus 2025-02-27 13:33:20 +0800
  • c0cd847f8a metrics: spin up ticker routine only if metrics is enabled Gary Rong 2025-02-27 13:10:20 +0800
  • d721503da6
    simulated: add WithHTTPRPCServer config bruwbird 2025-02-27 10:27:51 +0900
  • 5d46d9723d
    Update api_test.go Gengar 2025-02-27 03:15:26 +0200