Commit graph

  • 4636dd369e
    cmd/evm: fix tracing Martin Holst Swende 2024-03-18 10:36:12 +0100
  • b6db26b01b cmd, triedb: address comments from martin Gary Rong 2024-03-18 15:48:48 +0800
  • c611924727
    go.mod: update protobuf (#29270) Martin HS 2024-03-18 08:13:55 +0100
  • 4d8effebe5
    Merge pull request #491 from gzliudan/filter Daniel Liu 2024-03-18 14:31:58 +0800
  • 7cffa1d0aa eth/filters: replace fmt.Println with b.Log in tests (#19670) Daniel Liu 2024-03-13 17:52:05 +0800
  • 65b48159d1 eth/filters: fix the block range assignment for log filter (#17284) gary rong 2018-07-31 17:10:38 +0800
  • 43f038dbac eth/filters: simplify switches (#17267) Daniel Liu 2024-03-14 18:12:40 +0800
  • 40ee6f87f0 eth/filters: improve error message for invalid filter topics (#17234) Ian Macalinao 2018-07-24 06:12:49 -0700
  • a4b557b062 accounts, eth, les: blockhash based filtering on all code paths (#16734) Daniel Liu 2024-03-14 17:34:21 +0800
  • 19b84ff36c eth/filters: make filterLogs func more readable (#16920) knarfeh 2018-06-14 17:27:02 +0800
  • 7197172b09 eth/filter: check nil pointer when unsubscribe (#16682) Daniel Liu 2024-03-14 14:32:12 +0800
  • dbb083cea0 fix typos snoppy 2024-03-18 09:19:45 +0800
  • 4d9e9b8126 fix typos snoppy 2024-03-17 23:12:42 +0800
  • c2c309d798 node: don't use callback tmelhao 2024-03-17 13:46:10 +0000
  • b6769a61a8
    feat: tweak a bit georgehao 2024-03-17 21:36:40 +0800
  • e331197ccd
    feat: tweak a bit georgehao 2024-03-17 21:33:04 +0800
  • 0554ea3589
    feat: tweak timer metric's comment georgehao 2024-03-17 21:29:04 +0800
  • 18bfdb71ab triedb/pathdb: improve tests Gary Rong 2024-03-17 18:02:49 +0800
  • cfa2d85416 fix typo zhiqiangxu 2024-03-17 19:40:21 +0800
  • 31ce847347 mod error msg for parent check zhiqiangxu 2024-03-17 19:05:47 +0800
  • 18fd7a8d48 node: rm duplicate code tmelhao 2024-03-17 07:59:59 +0000
  • 6a3f97de60 accounts/abi/bind: check invalid chainID first htiennv 2024-03-17 14:13:50 +0700
  • badcd0c432
    fix StructLog (#672) HAOYUatHZ 2024-03-16 16:23:49 +0800
  • 4ebc036d75
    feat: add scroll trace (#620) HAOYUatHZ 2024-03-16 10:26:10 +0800
  • 98db98fb42 fix:commit suggestion songzhibin97 2024-03-16 08:56:50 +0800
  • 7aaf4d2c5d Merge tag 'v1.13.5-sei-11' into extended-tracer-sei Matthieu Vachon 2024-03-15 17:50:18 -0400
  • 7ea867c727 Reverted some changes that are not required anymore with the new tracing interface Matthieu Vachon 2024-03-15 17:16:44 -0400
  • 45cb5cd202 Merge branch 'extended-tracer-backport-1.13.5' into extended-tracer-sei Matthieu Vachon 2024-03-15 15:37:30 -0400
  • f596461a23 Backported a bunch more of eth/tracers Matthieu Vachon 2024-03-15 14:06:11 -0400
  • b1d1d36dc4 Merge branch 'firehose-fh3.0-backport-1.13.5' into firehose-fh3.0 Matthieu Vachon 2024-03-15 12:48:29 -0400
  • 89c5b57484 Merge branch 'extended-tracer-backport-1.13.5' into firehose-fh3.0-backport-1.13.5 Matthieu Vachon 2024-03-15 11:01:01 -0400
  • 17fcdfaadf Fixed incorrect captureBeging/captureEnd in EVM Matthieu Vachon 2024-03-15 10:58:50 -0400
  • 5cf6340406 Fixed new keccak256 implementation that wasn't working properly Matthieu Vachon 2024-03-15 10:57:39 -0400
  • d673f1927c Added Firehose 3.0 backport tracer Matthieu Vachon 2024-03-14 16:58:22 -0400
  • 957cfb1bbe feat:update utp-go Chen Kai 2024-03-15 21:18:57 +0800
  • 06f269cbe8 Merge branch 'master' into portal1 Chen Kai 2024-03-15 21:11:28 +0800
  • 71bc26db8c feat:update readme Chen Kai 2024-03-15 20:59:24 +0800
  • 8f03199f36 crypto: set the correct curve when uncompressing Marius van der Wijden 2024-03-15 13:01:53 +0100
  • 6eff5e2eef cmd, triedb/pathdb: fix comment Gary Rong 2024-03-15 19:49:22 +0800
  • 77662bae2c crypto: don't use btcec directly Marius van der Wijden 2024-03-15 12:34:15 +0100
  • b3e47410c9 crypto: do not check if point is on curve during marshalling Marius van der Wijden 2024-03-15 12:20:24 +0100
  • bbae80ae76 crypto: fix bugs on nocgo builds Marius van der Wijden 2024-03-15 12:15:14 +0100
  • 16d89e0d7b crypto: hide BitCurve behind interface again Marius van der Wijden 2024-03-15 11:57:18 +0100
  • 29a7673986 crypto: remove references to deprecated elliptic package Marius van der Wijden 2024-03-15 11:42:50 +0100
  • 04cf52bead
    Merge pull request #492 from XinFinOrg/xdc-05 wgr523 2024-03-15 05:57:03 -0400
  • ba2dd9385c
    accounts/abi/bind: remove unused err set and check (#29269) SanYe 2024-03-15 17:46:22 +0800
  • 40cac1d0e2
    eth/catalyst: prettier output on bad new payloads (#29259) Martin HS 2024-03-15 10:44:41 +0100
  • 77988ac653
    go.mod: update protobuf Martin Holst Swende 2024-03-15 10:22:40 +0100
  • 95715fdb03
    eth/downloader, graphql: fix typos (#29243) shivhg 2024-03-15 14:37:47 +0530
  • b98a0fcef0
    website: fix account management (#29258) Miles Chen 2024-03-15 17:03:55 +0800
  • 3d1bbf184e
    Merge pull request #25 from flashbots/feature/onfly-sessions Ferran Borreguero 2024-03-15 08:18:49 +0000
  • 287a1071ac
    Merge pull request #24 from flashbots/feature/builder-api-balance Ferran Borreguero 2024-03-15 08:18:33 +0000
  • cffb7c8604
    params: use the same variable name as EIP-4788 (#29195) Haotian 2024-03-15 16:14:31 +0800
  • bbab326e22
    after we use time.Ticker it didn't allow to have 0 time duration (#493) Liam 2024-03-15 19:07:05 +1100
  • 65142d81dd accounts/abi: remove unused err set and check kumakichi 2024-03-15 16:02:05 +0800
  • 43958943ed
    Merge pull request #1186 from maticnetwork/v1.2.8-beta-candidate Arpit Temani 2024-03-15 12:00:37 +0530
  • 2f23f985a0 release: stable version Anshal Shukla 2024-03-15 11:58:36 +0530
  • 7e02fb20e4 cmd, triedb: implement history inspection Gary Rong 2024-03-14 22:22:28 +0800
  • d3f9b1ec09 using more efficient strings.Builder shuangcui 2024-03-15 10:52:14 +0800
  • 34b8a14f96
    Merge branch 'ethereum:master' into master Sascha Ronnie Daoudia 2024-03-15 02:09:16 +0100
  • 3834f135a9 Series of changes to get backport to 1.13.5 working Matthieu Vachon 2024-03-14 16:53:22 -0400
  • 28a80d617f fix empty tracer config Sina Mahmoodi 2024-03-14 14:07:19 +0100
  • 177074432d Call OnBlockchainInit before OnGenesisBlock (#22) Matthieu Vachon 2024-03-14 08:58:51 -0400
  • 77a701cca4 rm extra param Sina Mahmoodi 2024-03-13 18:01:08 +0100
  • 77486e91fb fix lint issue Sina Mahmoodi 2024-03-13 12:45:22 +0100
  • d0a86c45b5 rm canceler Sina Mahmoodi 2024-03-07 13:08:27 +0100
  • a476051c48 add fn refundGas Sina Mahmoodi 2024-03-07 12:15:57 +0100
  • 94fc0b4a9e replace opcode with byte Sina Mahmoodi 2024-03-07 10:30:13 +0100
  • ea02c9ebc2 fix eth config Sina Mahmoodi 2024-03-06 18:42:18 +0100
  • 5c6fb316b7 rm OnKeccakPreimage Sina Mahmoodi 2024-03-06 17:08:00 +0100
  • 7190602bd2 rm embedding of noop tracer Sina Mahmoodi 2024-03-06 16:44:19 +0100
  • 03e48ee451 rename tracer methods to On pattern Sina Mahmoodi 2024-03-06 16:34:18 +0100
  • 25a3a744c3 rename Capture hooks to On Sina Mahmoodi 2024-02-29 17:18:43 +0100
  • a2ad953d21 rm old logger file Sina Mahmoodi 2024-02-29 16:38:54 +0100
  • e7fe236988 a type for each hook Sina Mahmoodi 2024-02-29 16:22:34 +0100
  • 3253b8bab5 assign const values for gas change reasons Sina Mahmoodi 2024-02-29 15:33:23 +0100
  • 688f0b9654 rename scopeContext to opContext Sina Mahmoodi 2024-02-29 15:13:03 +0100
  • d4ec634c05 rename GetLogger to Hooks Sina Mahmoodi 2024-02-28 19:41:58 +0100
  • 39fc9dcafb move logger interface to core/tracing Sina Mahmoodi 2024-02-28 19:34:49 +0100
  • b202e8ab74 renaming GetLogger Sina Mahmoodi 2024-02-28 19:27:39 +0100
  • e1c669b3aa moaar fixes Sina Mahmoodi 2024-02-28 19:20:17 +0100
  • 29ebfb30c3 fixes, rm t8ntool tracewriter Sina Mahmoodi 2024-02-27 20:31:01 +0100
  • f1027b7c0a fix goja scope object wrappers Sina Mahmoodi 2024-02-27 16:51:47 +0100
  • 6013241175 fix memory copy util func Sina Mahmoodi 2024-02-27 16:32:21 +0100
  • e0b96540b7 Add canceler interface Sina Mahmoodi 2024-02-21 18:54:15 +0100
  • 4e43718bd0 full struct-based tracing infra Sina Mahmoodi 2024-02-21 18:47:59 +0100
  • 4df6904051 use struct for tracing events Sina Mahmoodi 2024-02-16 11:20:56 +0100
  • 8ec4560e17 refactor onBlockStart params, new skip method Sina Mahmoodi 2024-02-15 16:22:59 +0100
  • b210cc761d remove onBeaconBlockRoot events Sina Mahmoodi 2024-02-15 16:05:55 +0100
  • d17940d2e7 minor fix Sina Mahmoodi 2024-02-14 16:54:51 +0100
  • 318dc84314 add config for tracers Sina Mahmoodi 2024-02-14 16:52:10 +0100
  • ccb7065fc8 Merge branch 'extended-tracer-struct' into firehose-fh3.0 Matthieu Vachon 2024-03-14 11:17:34 -0400
  • ad0884661d Fix merge issue Ferran Borreguero 2024-03-14 14:58:12 +0000
  • 99201b81dd Merge branch 'main' into feature/onfly-sessions Ferran Borreguero 2024-03-14 14:49:31 +0000
  • cf687c0379 Merge conflicts Ferran Borreguero 2024-03-14 14:49:02 +0000
  • 389d537304
    Merge pull request #20 from flashbots/fix/port-upstream-29023 Ferran Borreguero 2024-03-14 14:46:17 +0000
  • cc6ed53edd
    Merge pull request #21 from allnil/fix/fix-devenv-docker-compose Ferran Borreguero 2024-03-14 14:45:49 +0000
  • cebeb5dad1
    Merge pull request #23 from jinmel/add_bundle Ferran Borreguero 2024-03-14 14:45:33 +0000
  • d28adb61bf
    cmd/emv/internal/t8ntool: fix shadowing of excessBlobGas (#29263) John Xu 2024-03-14 21:38:11 +0800
  • 17f95b94a1 fix empty tracer config Sina Mahmoodi 2024-03-14 14:07:19 +0100