dbiton commited on
Commit
8b64f8d
·
verified ·
1 Parent(s): a7fc367

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -13,4 +13,22 @@ tags:
13
  - Crypto
14
  size_categories:
15
  - 1M<n<10M
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - Crypto
14
  size_categories:
15
  - 1M<n<10M
16
+ ---
17
+
18
+ # Ethereum Conflict Graph Metrics
19
+
20
+ 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.
21
+ You can read about these tracers here:
22
+
23
+ https://geth.ethereum.org/docs/developers/evm-tracing/built-in-tracers
24
+
25
+ ## Dataset Overview
26
+ - **prestateTracer**: Contains metrics for conflict graphs generated using prestateTracer.
27
+ - **callTracer**: Contains metrics for conflict graphs generated using callTracer, includes additional metrics related to smart contract invocation call trees.
28
+
29
+ ## Purpose
30
+ 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.
31
+
32
+ ## Paper
33
+
34
+ For further details, please refer to the *Ethereum Conflicts Graphed* paper.