forked from ethereum/rig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (187 loc) · 10.8 KB
/
Copy pathindex.html
File metadata and controls
190 lines (187 loc) · 10.8 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Robust Incentives Group homepage</title>
<meta property="og:title" content="Beacon Runner" />
<meta property="og:url" content="https://ethereum.github.io/beaconrunner" />
<meta property="og:image" content="https://ethereum.github.io/rig/static/rig.png" />
<meta property="og:description" content="Agent-based simulations of PoS Ethereum" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Beacon Runner">
<meta name="twitter:description" content="Agent-based simulations of PoS Ethereum">
<meta name="twitter:image" content="https://ethereum.github.io/rig/static/rig.png">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<script src="https://cdn.jsdelivr.net/npm/underscore@1.13.1/underscore-umd-min.js" type="text/javascript"></script>
<script src="https://ethereum.github.io/rig/static/react.development.js"></script>
<script src="https://ethereum.github.io/rig/static/react-dom.development.js"></script>
<script src="https://ethereum.github.io/rig/static/component-library.js"></script>
<script src="https://ethereum.github.io/rig/static/header.js"></script>
<script src="static/header.js"></script>
<script src="https://ethereum.github.io/rig/static/footer.js"></script>
<link rel="stylesheet" type="text/css" href="https://ethereum.github.io/rig/static/index.css"/>
</head>
<body>
<div id="rig-header"></div>
<script>
ReactDOM.render(
e(Header, null),
document.querySelector("#rig-header")
);
const hamburger = document.querySelector(".hamburger");
const navMenu = document.querySelector(".nav-menu");
hamburger.addEventListener("click", mobileMenu);
function mobileMenu() {
hamburger.classList.toggle("active");
navMenu.classList.toggle("active");
}
</script>
<div class="article-container">
<div class="document-container">
<div class="title-container">
<div class="title">
Robust Incentives Group homepage
</div>
</div>
<p>Find our projects and releases in this repo!</p>
<h2 id="beacon-runner">Beacon Runner</h2>
<p>Ongoing effort to produce an incentives-focused testing environment for the consensus layer.</p>
<ul>
<li><a href="https://ethereum.github.io/beaconrunner">Beacon Runner homepage</a></li>
<li><a href="https://github.com/ethereum/beaconrunner">Beacon Runner repo</a></li>
</ul>
<h2 id="eip1559">eip1559</h2>
<p>Simulations and analysis of transaction fee markets.</p>
<ul>
<li><a href="https://ethereum.github.io/abm1559">abm1559 website</a></li>
<li><a href="https://github.com/ethereum/abm1559">abm1559 repo</a></li>
</ul>
<h2 id="ethdata"><a href="ethdata">ethdata</a></h2>
<p>Data analysis and bias confirmations for the execution layer.</p>
<ul>
<li><a href="https://ethereum.github.io/rig/ethdata/notebooks/explore_data.html">Exploring blocks, gas and transactions</a> + <a href="ethdata/notebooks/explore_data.Rmd">source</a></li>
<li><a href="https://ethereum.github.io/rig/ethdata/notebooks/gas_weather_reports/exploreJuly21.html">Gas weather report, July 21st-July 27th</a> + <a href="ethdata/notebooks/gas_weather_reports/exploreJuly21.Rmd">source</a></li>
</ul>
<h2 id="posdata"><a href="posdata">posdata</a></h2>
<p>Consensus layer and validator analytics.</p>
<ul>
<li><a href="posdata/notebooks/lib.R">Code library</a></li>
</ul>
<h3 id="beacon-chain-april-2021-incident">Beacon chain April 2021 incident</h3>
<ul>
<li><a href="https://barnabe.substack.com/p/a-data-driven-view-of-the-beacon">Blog post</a> + <a href="posdata/script/20210424_plots.R">Script</a></li>
</ul>
<h3 id="mainnet-data-analysis">Mainnet data analysis</h3>
<ul>
<li><a href="https://ethereum.github.io/rig/eth2data/notebooks/mainnet_explore.html">Exploring Mainnet</a></li>
</ul>
<h2 id="beacon-digest">Beacon Digest</h2>
<p>Explorations of the beacon chain by <a href="https://twitter.com/ShyamSridhar7">Shyam Sridhar</a>.</p>
<ul>
<li><a href="https://shsr2001.github.io/beacondigest">Beacon Digest website</a></li>
<li><a href="https://github.com/SHSR2001/beacondigest">Beacon digest repo</a></li>
</ul>
<h2 id="talks">Talks</h2>
<p>Meet the RIG and check our previous talks!</p>
<table>
<colgroup>
<col style="width: 25%" />
<col style="width: 25%" />
<col style="width: 25%" />
<col style="width: 25%" />
</colgroup>
<thead>
<tr class="header">
<th>Talk</th>
<th>Location</th>
<th>Date</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Employing a reinforcement learning-based framework to analyze incentive mechanism attacks on Ethereum blockchain</td>
<td>EDCON 2021</td>
<td>28 August 2021</td>
<td><a href="https://youtu.be/mwxK7tEtcIM">Video</a></td>
</tr>
<tr class="even">
<td>Post-London EIP-1559 Assessment</td>
<td>EIP-1559 breakout call #12</td>
<td>13 August 2021</td>
<td><a href="https://youtu.be/ZmzIHFuwdg0?t=239">Video</a></td>
</tr>
<tr class="odd">
<td>Protocol cryptoeconomics with the RIG</td>
<td>EthCC[4]</td>
<td>20 July 2021</td>
<td><a href="https://www.youtube.com/watch?v=6FIIZW7ScuE">Video</a> + <a href="assets/pdf/ethcc2021.pdf">Slides</a></td>
</tr>
<tr class="even">
<td>Ethereum : Un protocole en mutation</td>
<td>EthCC[4]</td>
<td>20 July 2021</td>
<td></td>
</tr>
<tr class="odd">
<td>PEEPanEIP #37: EIP-1559: Fee market change with Tim Beiko, Barnabé Monnot, Micah Zoltu</td>
<td>Ethereum Cat Herders</td>
<td>21 June 2021</td>
<td><a href="https://www.youtube.com/watch?v=AC1FS3LmoT4">Video</a> + <a href="https://docs.google.com/presentation/d/1vVGaezpoj-sYPPBNSY0LdPyJGIex2zl1cdgipVoMkL0/edit?usp=sharing">Slides</a></td>
</tr>
<tr class="even">
<td>The road to Ethereum</td>
<td>Online (SUTD)</td>
<td>9 April 2021</td>
<td><a href="https://barnabe.substack.com/p/eth2">Blog post</a></td>
</tr>
<tr class="odd">
<td>En route pour eip1559</td>
<td>Online (Ethereum France, in French)</td>
<td>10 November 2020</td>
<td><a href="https://www.youtube.com/watch?v=p8M5RpiUG8o">Video</a> + <a href="https://docs.google.com/presentation/u/1/d/1MuO7egGTleSXrYcQH9B6IZ-NrMNyTPmypLb4MN9d9SE/edit?usp=sharing">Slides</a></td>
</tr>
<tr class="even">
<td>Strategic issues in EIP 1559</td>
<td>Online (ETHTaipei)</td>
<td>15 October 2020</td>
<td><a href="https://www.youtube.com/watch?v=3pErNDU5BiE">Video</a> + <a href="https://docs.google.com/presentation/d/1AHQAgLqAIsiF_Vd2pcYaMBvg0v8d-01_yzsWJLOLj4I/edit">Slides</a></td>
</tr>
<tr class="odd">
<td>Ethereum’s new transaction fee market design, EIP 1559</td>
<td>Online (SUTD)</td>
<td>25 September 2020</td>
<td><a href="assets/pdf/notes-georgios.pdf">Notes/slides</a></td>
</tr>
<tr class="even">
<td>cadCAD community call #2</td>
<td>Online</td>
<td>28 August 2020</td>
<td><a href="https://www.youtube.com/watch?v=SVNNvTiIKlg">Video</a> + <a href="https://docs.google.com/presentation/d/13PHT4fIw7g_fhOfkagZRyxjeVO8dM3z6zjRMQkY0j1U/edit?usp=sharing">Slides</a></td>
</tr>
<tr class="odd">
<td>Eth Magicians EIP 1559 panel</td>
<td>Online</td>
<td>29 July 2020</td>
<td><a href="https://www.youtube.com/watch?v=kNSpugOwQ1o">Video</a></td>
</tr>
<tr class="even">
<td>RIG Bouillabaisse</td>
<td>EthCC[3]</td>
<td>3 March 2020</td>
<td><a href="assets/pdf/rig-ethcc.pdf">Slides</a></td>
</tr>
<tr class="odd">
<td>OpenSUTD Blockchain development IAP</td>
<td>SUTD</td>
<td>16 January 2020</td>
<td><a href="https://docs.google.com/presentation/d/10LR57HTiSs-8pBpNeXKoJ13zOPxzOrLI8Avs3FSDsz0/edit?usp=sharing">Slides</a></td>
</tr>
</tbody>
</table>
</body>
</html>