File size: 1,415 Bytes
44e8366
a7fc367
 
 
 
 
 
 
44e8366
 
 
 
 
 
 
8b64f8d
 
 
 
 
 
 
 
 
 
f7ebc92
 
8b64f8d
 
 
 
87c54cb
 
 
 
 
8b64f8d
 
609c216
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
configs:
- config_name: default
  data_files:
  - split: prestateTracer
    path: "metrics_prestateTracer_conflict_graph.csv"
  - split: callTracer
    path: "metrics_callTracer_conflict_graph.csv"
license: mit
tags:
- Ethereum
- Blockchain
- Crypto
size_categories:
- 1M<n<10M
---

# Ethereum Conflict Graph Metrics

This repository contains two CSV files, one for `prestateTracer` and one for `callTracer`, each covering over 2 million recent Ethereum blocks. These files provide key metrics extracted from conflict graphs generated by their respective tracers.
You can read about these tracers here:

https://geth.ethereum.org/docs/developers/evm-tracing/built-in-tracers

## Dataset Overview
- **prestateTracer**: Contains metrics for RW conflict graphs generated using prestateTracer.
- **callTracer**: Contains metrics for RW conflict graphs generated using callTracer, includes additional metrics related to smart contract invocation call trees.

## Purpose
This dataset was collected as part of the *Ethereum Conflicts Graphed* paper, which explores the nature of conflicts graphs in Ethereum transactions through graph-based analysis.

## Source Code
This dataset was generated using the following open source code:

https://github.com/dbiton/EthGrapher

## Paper

For further details, please refer to the *Ethereum Conflicts Graphed* paper, to be published in ICBC 2025 and linked here in the future.