Commit graph

  • a6d9aa523f rpc: rename Felix Lange 2025-08-08 18:18:34 +0200
  • 0817b95055 ethclient: fix flaky pending tx test kashitaka 2025-08-09 01:13:52 +0900
  • 0cb3348668 core/vm: make types consistent in makeDup cuiweixie 2025-08-08 23:56:32 +0800
  • bdcaeb299c core/vm: reduce allocations on function call path Ömer Faruk IRMAK 2025-07-23 14:30:28 +0300
  • be3291c015 triedb: opt using sync.Pool cuiweixie 2025-08-08 21:19:46 +0800
  • ac580b3427 accounts: simplify code with new api(SubscribeFilterLogs) cuiweixie 2025-08-08 20:38:04 +0800
  • a737ea1ba1 modify the logs Well 2025-08-08 19:45:00 +0800
  • 45609bb555 core/vm: introduce a tracer wrapper Ömer Faruk IRMAK 2025-07-25 10:11:49 +0300
  • 02835593af
    temp disable devnet deploy ci for devnet tshoot.yml Wanwiset Peerapatanapokin 2025-08-08 14:37:09 +0700
  • 8bee78a76c
    fix: forward transaction non-blocking context canceled (#1234) Morty 2025-08-08 14:28:35 +0800
  • 8e808fe575
    Merge pull request #14 from 0glabs/fix-stateful-precompiles-gas-estimation MiniFrenchBread 2025-08-08 12:02:17 +0800
  • 3fecfcaa76
    internal/web3ext: fix eth_call in console #26265 #26266 #26268 (#1329) Daniel Liu 2025-08-08 10:43:27 +0800
  • 2539836ede
    internal/web3ext: add eth_getLogs to console #24297 (#1328) Daniel Liu 2025-08-08 10:37:46 +0800
  • a2cf4e3111
    core: fix deprecation comment for GenesisAccount #29218 (#1323) Daniel Liu 2025-08-08 10:35:58 +0800
  • 34020969ff
    all: simplify timestamps to uint64 #19372 (#1318) Daniel Liu 2025-08-08 10:33:37 +0800
  • feebcdb93a
    Merge branch 'ethereum:master' into build/go1.24.6 levisyin 2025-08-08 10:26:56 +0800
  • 36374be05f
    eth/tracers: move tracing APIs into eth/tracers #22161 #22473 (#1252) Daniel Liu 2025-08-08 10:25:43 +0800
  • f2c21d5814 feat: N-blocks gas limit Po 2025-08-08 03:58:24 +0200
  • cdd6a9eb94
    eth: add debug_accountRange API #19645 (#1194) Daniel Liu 2025-08-08 09:55:17 +0800
  • 8750881da2
    trie: remove the sync bloom, used by fast sync #24047 (#1077) Daniel Liu 2025-08-08 09:31:26 +0800
  • f0ee1211cc
    trie: reject deletions when verifying range proofs #23960 (#1076) Daniel Liu 2025-08-08 09:23:50 +0800
  • 3da4549e07
    core/state: move state account to core/types + abstracted write account to trie #23567 (#1072) Daniel Liu 2025-08-08 09:13:34 +0800
  • e7035f19ee
    feat!: disambiguate EVM-semantic and raw caller/self addresses for precompiles (#211) Arran Schlosberg 2025-08-07 23:48:32 +0100
  • c3ef6c77c2
    core/vm: fold EVMInterpreter into EVM (#32352) Ömer Faruk Irmak 2025-08-08 01:01:41 +0300
  • 308d4008c6
    Merge 215787789b into 888b71b3cf Felix Lange 2025-08-07 23:08:37 +0200
  • d5b768c9dc
    fix: skip nil peers in GetHeader instead of returning error Forostovec 2025-08-07 22:04:16 +0300
  • f485b23602
    Update service.go Felix Lange 2025-08-07 20:28:18 +0200
  • 788c6dc868 reduce memory and cpu usage N 2025-08-08 02:23:41 +0800
  • 4cd9af3c3b
    Update type.go Felix Lange 2025-08-07 20:07:46 +0200
  • 888b71b3cf
    metrics: use atomic.Pointer in runtimeHistogram (#32361) cui 2025-08-08 02:03:30 +0800
  • 2e040fc486
    Merge pull request #50 from berachain/update-main Cal Bera 2025-08-07 10:53:12 -0700
  • 2c0924003c
    Merge branch 'main' into update-main Cal Bera 2025-08-07 09:49:14 -0700
  • 6d77b54f0c fix unit tests Cal Bera 2025-08-06 12:41:39 -0700
  • 88db0d12fa add validation and logs around prague1 checks Cal Bera 2025-08-06 11:07:39 -0700
  • a735e0bef7 core/vm/evm.go fix typo in comments Paradox 2025-08-07 19:01:13 +0300
  • 2ebcd8a20f
    chore: bump version to scroll-v5.9.1 Péter Garamvölgyi 2025-08-07 17:01:57 +0200
  • 78411f75c1
    fix(GPO): failed to get block receipt during calculating suggest price tip (#1233) Morty 2025-08-07 22:42:24 +0800
  • f86870f5da
    eth/downloader: fix incomplete code comment (#32354) radik878 2025-08-07 17:31:02 +0300
  • 49c830f621 fix(GPO): failed to get block receipt during calculating suggest priority fee Morty 2025-08-07 22:17:46 +0800
  • 12067d66f9
    Update abifuzzer_test.go Felix Lange 2025-08-07 16:16:03 +0200
  • d29e98d9fd
    Update reflect.go Felix Lange 2025-08-07 16:15:23 +0200
  • 4e7bc2bdc8
    rlp: use reflect.TypeFor (#32317) cui 2025-08-07 21:58:27 +0800
  • bd6797eafa
    signer/core/apitypes: simplify reflect []byte creation (#32315) cui 2025-08-07 21:56:25 +0800
  • 3c4c3f83be
    Update runtimehistogram.go Felix Lange 2025-08-07 15:07:41 +0200
  • 65b12e3b86
    Update runtimehistogram.go Felix Lange 2025-08-07 15:07:21 +0200
  • ad13c0f096
    Update runtimehistogram.go Felix Lange 2025-08-07 15:07:00 +0200
  • e979438a55
    p2p/enode: use atomic.Pointer in LocalNode (#32360) cui 2025-08-07 21:03:18 +0800
  • f9f85d0227
    core: use reflect.TypeFor (#32320) cui 2025-08-07 20:53:36 +0800
  • 2e3971aed1
    beacon/merkle: use reflect.TypeFor (#32322) cui 2025-08-07 20:36:20 +0800
  • ec97ac7085
    common, common/hexutil: use reflect.TypeFor (#32321) cui 2025-08-07 20:30:03 +0800
  • dfde155541
    crypto/kzg4844: use reflect.TypeFor (#32319) cui 2025-08-07 20:22:11 +0800
  • 6a6ba5d602
    Update decode.go Felix Lange 2025-08-07 14:16:42 +0200
  • f49f3ec780
    rpc: use reflect.TypeFor (#32316) cui 2025-08-07 20:15:54 +0800
  • 1ea78b8937
    Update types.go Felix Lange 2025-08-07 14:10:50 +0200
  • ae8d4d4629 core/vm: fix 7823 in case of base length == 0 and mod length == 0. Augment size cap check to catch case where base/exp/mod len > 2**64 (although this is unlikely to happen in practice) Jared Wasinger 2025-08-07 20:10:03 +0900
  • 1c245f01a4 - unnecessary return Jürgen Gamenik 2025-08-07 11:37:12 +0200
  • 49a914fc2a
    chore: bump version for Feynman mainnet release (#1232) Péter Garamvölgyi 2025-08-07 11:28:38 +0200
  • e7189b5987
    go.mod: upgraded github.com/golang-jwt/jwt/v4 v4.5.1 => v4.5.2 (#32356) cui 2025-08-07 16:42:22 +0800
  • 6d88818961 set minimum gas 0g-wh 2025-08-07 05:55:00 +0000
  • 6e0e7aa70f build block with gas limit 0g-wh 2025-08-07 05:44:51 +0000
  • f543bbf6ad metrics: using atomic.Pointer cuiweixie 2025-08-07 11:39:44 +0800
  • b0d32c880d p2p: using atomic.Pointer cuiweixie 2025-08-07 11:36:41 +0800
  • 090b93ad82 p2p: opt using bitutil.XORBytes cuiweixie 2025-08-07 11:06:09 +0800
  • 54c2d4f0a3 live: fix supply tracer uncle accounting Shane Bammel 2025-08-06 19:19:32 -0500
  • 215787789b consensus/clique: partial port to config2 Felix Lange 2025-08-06 23:42:57 +0200
  • 1a63295458 params: add Rules2 (WIP) Felix Lange 2025-08-06 23:41:19 +0200
  • 0101ffeee9 core/vm: port to config2 Felix Lange 2025-08-06 23:41:04 +0200
  • ee78ae4172 params: add Defined Felix Lange 2025-08-06 23:01:51 +0200
  • 2fc7571efa
    feat: port cosmos patch to 1.16 (#7) yihuang 2025-08-07 03:35:35 +0800
  • d52ad108af build: upgrade -dlgo version to Go 1.24.6 levisyin 2025-08-07 02:20:36 +0800
  • 365217f04d
    use correct default chain configs (#48) Cal Bera 2025-08-06 10:34:48 -0700
  • f4b838b761 core/vm: fold EVMInterpreter into EVM Ömer Faruk IRMAK 2025-08-05 18:35:40 +0300
  • 21b9295729 add base inflation pinardZ 2025-08-06 20:52:07 +0800
  • 888d4b7be6 p2p: using math.MaxInt32 in go std lib cuiweixie 2025-08-06 19:17:51 +0800
  • 792de5d2e3
    core/filtermaps: remove unnecessary nil check and add cv2 lock (#32309) cui 2025-08-06 18:57:43 +0800
  • e4b122d7c7 fix: RequiredGas MiniFrenchBread 2025-08-06 17:47:46 +0800
  • 3cc6547584 go.mod: upgraded github.com/golang-jwt/jwt/v4 v4.5.1 => v4.5.2 cuiweixie 2025-08-06 14:26:22 +0800
  • 25369b23c3
    feat: schedule Feynman upgrade on Scroll mainnet (#1230) Péter Garamvölgyi 2025-08-06 08:01:55 +0200
  • 9e0008650d core/filtermaps: safe and simple SharedRange implementation zsfelfoldi 2025-08-06 06:41:01 +0200
  • 8954cbf58f core: remove unnecessary nil check and add cv2 lock cuiweixie 2025-07-31 13:30:48 +0800
  • a94d9ee531 10x gas limit: snapshot code Po 2025-08-06 06:18:21 +0200
  • 955f0bd8e6 fix bug maskpp 2025-08-06 10:07:56 +0800
  • 344720f94e
    Merge branch 'master' into upgrade_blobpool maskpp 2025-08-06 09:55:44 +0800
  • 7e6172c850
    docs: fix incomplete comment in eth/downloader/api.go radik878 2025-08-06 00:45:11 +0300
  • d27ab3ee4d
    Update peer_test.go Ocenka 2025-08-05 15:38:08 +0100
  • 3765f28a1b
    Update peer.go Ocenka 2025-08-05 15:36:41 +0100
  • 59405c40d3
    eth/gasestimator: check ErrGasLimitTooHigh conditions (#32348) Minhyuk Kim 2025-08-05 20:51:16 +0900
  • 3958c0ee2e fix last commit Jared Wasinger 2025-08-05 19:02:28 +0900
  • 244af6b07c change 7702 prestate tracer test case to use a premerged genesis configuration. remove changes from util.go Jared Wasinger 2025-08-05 19:00:55 +0900
  • d5d7d36e00 misspell jsvisa 2025-08-05 17:43:14 +0800
  • d95bd50ada patch to resolve instant-verifier testhelper error tak 2025-08-05 17:48:26 +0900
  • a9e3685d44 eth/tracers: fix case 7702_delegate allformless 2025-08-05 16:38:12 +0800
  • 7b7f2b3a3e fix: miss metrics jsvisa 2025-08-05 07:14:45 +0000
  • dc9562592d triedb: add history cache metrics jsvisa 2025-08-05 14:59:45 +0800
  • 2bb24fa3fa set different cache size Delweng 2025-07-25 00:09:54 +0800
  • fcb657fff4 no log Delweng 2025-07-24 23:50:35 +0800
  • 1c693226b8 pathdb: use hash(address,slot) as storage key Delweng 2025-07-24 23:46:06 +0800
  • da3abe3fe7 index writer/deleter also read from cache Delweng 2025-07-24 15:43:12 +0800
  • 26a17bc410 finish add write elapsed Delweng 2025-07-24 15:18:04 +0800
  • 2b64c5c938 no global cache Delweng 2025-07-24 14:21:49 +0800