Commit graph

  • 74bdd7ce85 core/rawdb: add database stats for filtermaps Felix Lange 2025-03-23 11:35:07 +0100
  • a47bb7e3a2 return hex format of next value maskpp 2025-03-23 17:01:37 +0800
  • 5623a3533e
    enhance error message Rez 2025-03-23 09:42:09 +1100
  • 0ced839a19
    Added tests for unsupported Rez 2025-03-23 09:39:25 +1100
  • 9dae1bab9b
    Add error handling in Apply Rez 2025-03-23 09:28:19 +1100
  • 2a99b5532d
    Added overriden beacon root to header Rez 2025-03-23 09:10:45 +1100
  • 795f3ec735
    Merge branch 'master' into enhance-simulation-api Rez 2025-03-23 08:08:12 +1100
  • fb5919f51d
    core/txpool: demote error log to warn VolodymyrBg 2025-03-22 19:48:52 +0200
  • 9b2c49571f
    rollback unexpected changes georgehao 2025-03-23 00:02:51 +0800
  • 85913cfb3c
    format georgehao 2025-03-23 00:00:58 +0800
  • df2f78856a
    remove debug log georgehao 2025-03-22 23:57:54 +0800
  • 0da1e087c3
    fix bug georgehao 2025-03-22 23:55:47 +0800
  • 81d5d79109
    tests: remove getRules lightclient 2025-03-22 08:37:08 -0500
  • a8c7e1f6ed internal/ethapi: return ethapi.revertError from DoCall/DoEstimateGas even if a revert reason was not supplied Jared Wasinger 2025-03-22 13:32:34 +0100
  • 87fdcf31eb chore: use revert error code for execution reverted Matthias Seitz 2025-03-20 12:47:12 +0100
  • ee519501b1
    fix unit test georgehao 2025-03-22 17:58:57 +0800
  • 3761d27661
    update TestBatchAccessList georgehao 2025-03-22 17:08:07 +0800
  • d20066f29e
    create batch access list georgehao 2025-03-22 17:02:05 +0800
  • 91a85de0d4 core/filtermaps: initialize indexer when chain head is available Zsolt Felfoldi 2025-03-22 01:47:58 +0100
  • caca169997
    build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 dependabot[bot] 2025-03-21 22:43:02 +0000
  • e993723695
    build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 dependabot[bot] 2025-03-21 22:37:35 +0000
  • 08f71dfb32
    build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 dependabot[bot] 2025-03-21 22:35:18 +0000
  • c4be2bbd19
    Implement fulu related change to getblobsv1 and getpayloadv4 Francis Li 2025-03-20 15:53:12 -0700
  • 2e2eebe252
    Add validation to eth_sendRawTransaction for cell proofs Francis Li 2025-03-19 15:49:03 -0700
  • a47c1804b8
    crypto: move from go-kzg-4844 to go-eth-kzg, and add new 7594 related methods Francis Li 2025-03-19 15:30:36 -0700
  • ca2f51fd7d
    Update trusted_setup.json Francis Li 2025-03-19 15:08:08 -0700
  • 739864b5aa cmd/devp2p: add domain flag to key command for public domain specification William 2025-03-21 23:20:27 +0800
  • 8e61d1307b
    Merge pull request #1495 from maticnetwork/krishang/cmd-enable-v5disc Krishang Shah 2025-03-21 18:53:09 +0530
  • 048db62267
    ci: fix dependabot alerts (#1154) Péter Garamvölgyi 2025-03-21 14:19:59 +0100
  • 624a5d8b23
    eth/filter: downgrade log level (#31450) rjl493456442 2025-03-21 21:08:51 +0800
  • dd24d4a8dd eth/filter: downgrade the log level Gary Rong 2025-03-21 20:59:43 +0800
  • 019e52cb0c
    feat(worker): allow empty blocks (#1153) Péter Garamvölgyi 2025-03-21 13:44:59 +0100
  • 8fe09df54f
    cmd/geth: add prune history command (#31384) Sina M 2025-03-21 13:12:56 +0100
  • 37736037ea
    Merge pull request #1452 from maticnetwork/manav/upstream_merge_v1.14.11 Manav Darji 2025-03-21 16:52:08 +0530
  • 04d8208d43 core/rawdb: use DeleteAllTxLookupEntries in PruneTransactionIndex Felix Lange 2025-03-21 11:43:02 +0100
  • 36e5879647 core/rawdb: simplify condition Felix Lange 2025-03-19 09:09:08 +0100
  • 36cb9a7d6d core/rawdb: fix comparison in test Felix Lange 2025-03-19 09:07:02 +0100
  • a20cdbc6f9 core/rawdb: improve logs Felix Lange 2025-03-18 21:57:59 +0100
  • bcd46db053 core/rawdb: improve comment Felix Lange 2025-03-18 21:44:09 +0100
  • 94b7b6994e cmd/geth: clean up pruning command Felix Lange 2025-03-18 21:26:04 +0100
  • b14765822b core/rawdb: further reduce logging Felix Lange 2025-03-18 21:25:50 +0100
  • 8ba23d5fb7 core/rawdb: less logging during tx index pruning Felix Lange 2025-03-18 21:17:46 +0100
  • bbedddb7d5 core/rawdb: log tx index pruning progress Felix Lange 2025-03-18 21:16:40 +0100
  • 1100dba965 core/rawdb: improve PruneTransactionIndex Felix Lange 2025-03-18 21:08:16 +0100
  • 2d29bcfae1 core/rawdb: simplify condition in test Felix Lange 2025-03-18 18:05:43 +0100
  • ba740954c2 core/rawdb: add delete error handling Felix Lange 2025-03-18 18:01:08 +0100
  • 45c8fe9f28 core/rawdb: add test for PruneTransactionIndex and fix bug Felix Lange 2025-03-18 17:59:08 +0100
  • a223ee6c27 core/rawdb: log error for invalid txindex entry Felix Lange 2025-03-18 17:24:37 +0100
  • 403e64ce75 cmd/geth: use PruneTransactionIndex Felix Lange 2025-03-18 16:57:12 +0100
  • 2e470f1865 core/rawdb: add PruneTransactionIndex Felix Lange 2025-03-18 16:56:09 +0100
  • 55a4a392cb construct genesis block from header Sina Mahmoodi 2025-03-14 16:07:25 +0100
  • ef5015d498 fix Sina Mahmoodi 2025-03-18 16:36:02 +0100
  • 6f8293d272 update based on freeezr Sina Mahmoodi 2025-03-14 14:57:42 +0100
  • e933ed48a8 rm extra check Sina Mahmoodi 2025-03-14 10:11:36 +0100
  • 0a916cfd11 revert testdata change Sina Mahmoodi 2025-03-14 10:10:20 +0100
  • a48789a7bf cmd/geth: add prune history command Sina Mahmoodi 2024-12-19 09:10:35 +0100
  • 1886922264
    core: respect history cutoff in txindexer (#31393) Sina M 2025-03-21 11:29:51 +0100
  • d5c4b484bd core: fix style Felix Lange 2025-03-21 11:25:13 +0100
  • 415f616a5b
    make docs kamuikatsurgi 2025-03-21 15:40:03 +0530
  • 58457ac3f9
    cli,p2p: enable discv5 by default kamuikatsurgi 2025-03-21 15:22:27 +0530
  • 07cca7ab9f
    core/bloombits: remove old bloombits logic and chain indexer (#31081) Felföldi Zsolt 2025-03-21 10:47:58 +0100
  • 56065db427
    Merge branch 'develop' into manav/upstream_merge_v1.14.11 Manav Darji 2025-03-21 15:08:03 +0530
  • d93ed50fc8
    Merge pull request #1494 from maticnetwork/p2p-fix Manav Darji 2025-03-21 15:05:58 +0530
  • c98487d175
    chore(taiko): release 1.14.1 (#403) taiko-bot 2025-03-21 17:09:14 +0800
  • 37a7cadc04
    eth/protocols/eth: add discovery iterator to protocol (#31185) Felix Lange 2025-02-17 10:12:03 +0100
  • 827251b56b
    Revert: Revert "eth: dial nodes from discv5 (#30302)" kamuikatsurgi 2025-03-21 14:24:23 +0530
  • 565e977de7
    Revert squashed commit kamuikatsurgi 2025-03-21 14:24:12 +0530
  • 8d5d308dfb
    fix(taiko-client): fix an issue in encodeAndCompressTxList (#404) David 2025-03-21 17:49:10 +0900
  • 99f3b70580
    eth: dial nodes from discv5 (#1492) Krishang Shah 2025-03-21 14:13:27 +0530
  • 8f8c8e2ff5 core/filtermaps: ensure proper shutdown in case of unexpected indexer error Zsolt Felfoldi 2025-03-21 07:12:34 +0100
  • b919bf009b core/filtermaps: fixed tail unindexing condition for epoch 0 Zsolt Felfoldi 2025-03-21 07:00:17 +0100
  • c0f717f105
    Merge branch 'master' into enhance-simulation-api Rez 2025-03-21 15:39:52 +1100
  • 8261fd8160 Merge branch 'gethmaster' into gethintegration Chen Kai 2025-03-21 11:56:12 +0800
  • 177750c73e
    fix(repo): fix workflow to use configs (#402) Roger 2025-03-21 10:36:08 +0800
  • 53531d9614
    chore(taiko): release 1.14.0 (#401) taiko-bot 2025-03-21 09:44:08 +0800
  • 139e562050
    feat(taiko_genesis): update TaikoGenesisBlock configs (#400) David 2025-03-21 10:41:38 +0900
  • 0f28070383
    all: review feedback from marius lightclient 2025-03-13 09:24:13 -0600
  • 93de27d9d4
    core: few final cleanups lightclient 2025-03-12 14:59:42 -0600
  • c0ca97f96a
    all: rename Gas to IntrinsicGas in message, fixup uses of Message lightclient 2025-03-12 14:35:51 -0600
  • f1ded86873
    core: compute intrinsic gas in TransactionToMessage(..) lightclient 2025-03-12 12:17:14 -0600
  • 7dc804397b
    fix transaction tests Sina Mahmoodi 2025-02-12 17:58:07 +0100
  • 47daf83bb6
    core, cores/types: added Gas field in Message, precomputed it and updated computation bytes count algo Cedrick AHOUANGANSI 2025-02-19 07:12:37 +0100
  • 45c2c0bd3d
    core/types: add IntrinsicGas() function to compute tx intrinsic gas Cedrick AHOUANGANSI 2025-02-08 20:25:45 +0100
  • 51753b5648
    core: replace core.IntrinsicGas() with types.IntrinsicGas() Cedrick AHOUANGANSI 2025-02-07 20:31:33 +0100
  • 90c234b86c
    core/types: add method to compute transaction intrinsic gas Cedrick AHOUANGANSI 2025-02-01 13:50:32 +0100
  • 3da62a2438
    chore(taiko_genesis): update TaikoGenesisBlock configs (#399) David 2025-03-21 10:24:18 +0900
  • 772a55954c
    chore(repo): add changelog sections (#398) Roger 2025-03-21 08:54:52 +0800
  • 7fed9584b5
    core/txpool/legacypool: reject gapped tx from delegated account (#31430) rjl493456442 2025-03-21 05:05:15 +0800
  • d7770b3102 core/filtermaps: fixed safeDeleteRange Zsolt Felfoldi 2025-03-20 22:02:40 +0100
  • 6b8576cbc0 core/filtermaps: gofmt Felix Lange 2025-03-20 17:20:44 +0100
  • f14ec73a88 core/rawdb: implement filtermaps and bloombits database removal in core/rawdb Zsolt Felfoldi 2025-03-20 12:00:42 +0100
  • 5fde98fcce core/filtermaps: delete old bloombits database at startup Zsolt Felfoldi 2024-12-15 02:43:20 +0100
  • 5b92e650c1 core/bloombits: removed old bloombits logic and chain indexer Zsolt Felfoldi 2024-12-14 16:54:44 +0100
  • ebfcc3bccb
    core/txpool/legacypool: rename to checkDelegationLimit lightclient 2025-03-20 12:45:14 -0600
  • 7091d18045
    core/txpool/legacypool: comment fixes lightclient 2025-03-20 12:19:29 -0600
  • 9eb610f0a9
    p2p/discover: repeat WHOAREYOU challenge when handshake in progress (#31356) Felix Lange 2025-03-20 17:11:40 +0100
  • 7be6bee7ab
    chore: enable metrics by default (#165) Arran Schlosberg 2025-03-20 15:24:22 +0000
  • 9c144eee05
    Merge pull request #922 from gzliudan/commit-genesis Daniel Liu 2025-03-20 22:22:28 +0800
  • 9fc2bbe1ce
    core/filtermaps: allow log search while head indexing (#31429) Felföldi Zsolt 2025-03-20 14:13:58 +0100
  • 754cce0629
    Merge branch 'develop' into manav/upstream_merge_v1.14.11 Manav Darji 2025-03-20 18:31:15 +0530