-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathethereum-scalability.bib
356 lines (303 loc) · 10.6 KB
/
ethereum-scalability.bib
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
@IEEEtranBSTCTL{IEEEexample:BSTControl,
CTLdash_repeated_names = "no"
}
@article{nakamoto2008bitcoin,
title={Bitcoin: A peer-to-peer electronic cash system},
author={Nakamoto, Satoshi},
year={2008}
}
@inproceedings{bib:kademlia,
title={Kademlia: A peer-to-peer information system based on the xor metric},
author={Maymounkov, Petar and Mazieres, David},
booktitle={International Workshop on Peer-to-Peer Systems},
pages={53--65},
year={2002},
organization={Springer}
}
@book{van2017distributed,
title={Distributed Systems},
author={van Steen, M. and Tanenbaum, A.S.},
isbn={9781543057386},
year={2017},
publisher={CreateSpace Independent Publishing Platform}
}
@online{ethereumdocs,
title = {Ethereum Homestead Documentation},
url = {http://www.ethdocs.org/en/latest/index.html},
year = {2018-04-09}
}
@online{ethereumwp,
author = {Vitalik Buterin},
title = {A Next-Generation Smart Contract and Decentralized Application Platform},
url = {https://github.com/ethereum/wiki/wiki/White-Paper},
year = {2018-04-12}
}
@online{patriciatree,
title = {Patricia Tree},
author = {{Ethereum Foundation}},
url = {https://github.com/ethereum/wiki/wiki/Patricia-Tree},
year = {2018-04-19}
}
@online{merklingethereum,
author = {Vitalik Buterin},
title = {Merkling in Ethereum},
url = {https://blog.ethereum.org/2015/11/15/merkling-in-ethereum/},
year = {2015-11-15}
}
@online{rlpx,
author = {{Ethereum Foundation}},
title = {RLPx: Cryptographic Network \& Transport Protocol},
url = {https://github.com/ethereum/devp2p/blob/master/rlpx.md},
year = {2018-03-27}
}
@electronic{bib:design-rationale,
author = {{Ethereum Foundation}},
title = {Design Rationale},
url = {https://github.com/ethereum/wiki/wiki/Design-Rationale},
year = {2018-05-05}
}
@online{devp2pwire,
author = {{Ethereum Foundation}},
title = {{\devpp} Wire Protocol},
url = {https://github.com/ethereum/wiki/wiki/\%C3\%90\%CE\%9EVp2p-Wire-Protocol},
year = {2015-11-18}
}
@article{wood2018ethereum,
title={Ethereum: A secure decentralised generalised transaction ledger},
author={Wood, Gavin},
journal={Ethereum Project Yellow Paper},
year={2018}
}
@electronic{bib:ethereumwireprotocol,
title = {Official Ethereum Wire Protocol specification},
author = {{Ethereum Foundation}},
url = {https://github.com/ethereum/wiki/wiki/Ethereum-Wire-Protocol},
year = {2018-04-12}
}
@online{bib:ethereumrlpspec,
title = {Recursive Length Prefix official documentation},
author = {{Ethereum Foundation}},
url = {https://github.com/ethereum/wiki/wiki/RLP},
year = {2018-04-13}
}
@book{bib:masteringbitcoin,
title={Mastering Bitcoin: Programming the Open Blockchain},
author={Antonopoulos, Andreas M},
year={2017},
publisher={O'Reilly Media, Inc.}
}
@article{bib:bitcoin,
title={Bitcoin: A peer-to-peer electronic cash system},
author={Nakamoto, Satoshi},
year={2008}
}
@book{bib:art-of-scalability,
title={The art of scalability: Scalable web architecture, processes, and organizations for the modern enterprise},
author={Abbott, Martin L and Fisher, Michael T},
year={2009},
publisher={Pearson Education}
}
@article{bib:blockchain-challenges-opportunites-survey,
title={Blockchain challenges and opportunities: A survey},
author={Zheng, Zibin and Xie, Shaoan and Dai, Hong-Ning and Wang, Huaimin},
journal={Work Pap.--2016},
year={2016}
}
@inproceedings{bib:the-quest,
title={The quest for scalable blockchain fabric: Proof-of-work vs. BFT replication},
author={Vukoli{\'c}, Marko},
booktitle={International Workshop on Open Problems in Network Security},
pages={112--125},
year={2015},
organization={Springer}
}
@inproceedings{bib:taxonomy,
title={A taxonomy of blockchain-based systems for architecture design},
author={Xu, Xiwei and Weber, Ingo and Staples, Mark and Zhu, Liming and Bosch, Jan and Bass, Len and Pautasso, Cesare and Rimba, Paul},
booktitle={Software Architecture (ICSA), 2017 IEEE International Conference on},
pages={243--252},
year={2017},
organization={IEEE}
}
@inproceedings{bib:ghost,
title={Secure high-rate transaction processing in bitcoin},
author={Sompolinsky, Yonatan and Zohar, Aviv},
booktitle={International Conference on Financial Cryptography and Data Security},
pages={507--527},
year={2015},
organization={Springer}
}
@online{bib:rlpx-discovery-protocol,
title={Node Discovery Protocol},
author={{Ethereum Foundation}},
url = {https://github.com/ethereum/devp2p/blob/master/discv4.md},
year = {2018-05-15}
}
@inproceedings{bib:securityAndScalabilityPoW,
title={On the security and performance of proof of work blockchains},
author={Gervais, Arthur and Karame, Ghassan O and W{\"u}st, Karl and Glykantzis, Vasileios and Ritzdorf, Hubert and Capkun, Srdjan},
booktitle={Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security},
pages={3--16},
year={2016},
organization={ACM}
}
@inproceedings{bib:bitcoin-ng,
title={Bitcoin-NG: A Scalable Blockchain Protocol.},
author={Eyal, Ittay and Gencer, Adem Efe and Sirer, Emin G{\"u}n and Van Renesse, Robbert},
booktitle={NSDI},
pages={45--59},
year={2016}
}
@inproceedings{bib:scaling-croman,
title={On scaling decentralized blockchains},
author={Croman, Kyle and Decker, Christian and Eyal, Ittay and Gencer, Adem Efe and Juels, Ari and Kosba, Ahmed and Miller, Andrew and Saxena, Prateek and Shi, Elaine and Sirer, Emin G{\"u}n and others},
booktitle={International Conference on Financial Cryptography and Data Security},
pages={106--125},
year={2016},
organization={Springer}
}
@inproceedings{grishchenko2018semantic,
title={A Semantic Framework for the Security Analysis of Ethereum smart contracts},
author={Grishchenko, Ilya and Maffei, Matteo and Schneidewind, Clara},
booktitle={International Conference on Principles of Security and Trust},
pages={243--269},
year={2018},
organization={Springer}
}
@online{bib:javascript-api,
author = {{Ethereum Foundation}},
title = {{JavaScript API}},
url =
{https://github.com/ethereum/wiki/wiki/JavaScript-API},
year = {2018-06-01}
}
@online{bib:json-rpc,
title = {{JSON RPC API}},
author = {{Ethereum Foundation}},
url = {https://github.com/ethereum/wiki/wiki/JSON-RPC#json-rpc-api},
year = {2018-05-25}
}
@online{bib:json2012json,
title={{JSON-RPC 2.0 specification}},
author={{JSON-RPC Working Group and others}},
url={http://www.jsonrpc.org/specification},
year={2012}
}
@online{bib:js-console,
title={JavaScript Console},
author={{Ethereum Foundation}},
url={https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console},
year={2017-12-21}
}
@inproceedings{blockbench,
title={Blockbench: A framework for analyzing private blockchains},
author={Dinh, Tien Tuan Anh and Wang, Ji and Chen, Gang and Liu, Rui and Ooi, Beng Chin and Tan, Kian-Lee},
booktitle={Proceedings of the 2017 ACM International Conference on Management of Data},
pages={1085--1100},
year={2017},
organization={ACM}
}
@inproceedings{bib:algorand,
author = {Gilad, Yossi and Hemo, Rotem and Micali, Silvio and Vlachos, Georgios and Zeldovich, Nickolai},
title = {Algorand: Scaling Byzantine Agreements for Cryptocurrencies},
booktitle = {Proceedings of the 26th Symposium on Operating Systems Principles},
series = {SOSP '17},
year = {2017},
isbn = {978-1-4503-5085-3},
location = {Shanghai, China},
pages = {51--68},
numpages = {18},
url = {http://doi.acm.org/10.1145/3132747.3132757},
doi = {10.1145/3132747.3132757},
acmid = {3132757},
publisher = {ACM},
address = {New York, NY, USA},
}
@online{bib:dagger-hashimoto,
author = {{Ethereum Foundation}},
title = {Dagger Hashimoto},
url = {https://github.com/ethereum/wiki/wiki/Dagger-Hashimoto},
year = {2018-05-31}
}
@online{bib:solidity-docs,
title={Solidity 0.4.25 Documentation},
author={{Ethereum Foundation}},
url={https://media.readthedocs.org/pdf/solidity/latest/solidity.pdf},
year={2018},
}
@inproceedings{bib:mauve,
title={Ethereum 2.0 mauve paper},
author={Buterin, Vitalik},
booktitle={Ethereum Developer Conference},
volume={2},
year={2016},
url={https://cdn.hackaday.io/files/10879465447136/Mauve%20Paper%20Vitalik.pdf}
}
@book{bib:mongodb,
title={MongoDB: The Definitive Guide: Powerful and Scalable Data Storage},
author={Chodorow, Kristina},
year={2013},
publisher={O'Reilly Media, Inc.}
}
@online{bib:mongodb-docs,
title={{MongoDB Manual}},
author={{MongoDB Inc.}},
url={https://docs.mongodb.com/manual/},
year={2018-08-01}
}
@electronic{bib:sharding-faq,
title = {Sharding FAQ},
author = {{Ethereum Foundation}},
url = {https://github.com/ethereum/wiki/wiki/Sharding-FAQs},
year = {2018-08-03}
}
@online{bib:cbc-casper,
author = {{Ethereum Foundation}},
title = {CBC Casper FAQ},
url = {https://github.com/ethereum/cbc-casper/wiki/FAQ},
year = {2018-08-09}
}
@online{bib:microservice-architecture,
author = {Chris Richardson},
title = {Pattern: Microservice Architecture},
url = {https://microservices.io/patterns/microservices.html},
year = {2018-08-17}
}
@online{bib:decompose-business-capability,
author = {Chris Richardson},
title = {Pattern: Decompose by business capability},
url = {https://microservices.io/patterns/decomposition/decompose-by-business-capability.html},
year = {2018-08-17}
}
@online{bib:microservices-martin-fowler,
author = {James Lewis and Martin Fowler},
title = {Microservices, a definition of this new architectural term},
url = {https://martinfowler.com/articles/microservices.html},
year = {2018-08-17}
}
@article{poon2017plasma,
title={Plasma: Scalable autonomous smart contracts},
author={Poon, Joseph and Buterin, Vitalik},
journal={White paper},
year={2017}
}
@online{bib:les-protocol,
title = {Light Ethereum Subprotocol (LES)},
author = {{Ethereum Foundation}},
url =
{https://github.com/zsfelfoldi/go-ethereum/wiki/Light-Ethereum-Subprotocol-%28LES%29},
year = {2017-10-16}
}
@online{bib:light-client,
author = {{Ethereum Foundation}},
title = {Light Client Protocol},
url =
{https://github.com/ethereum/wiki/wiki/Light-client-protocol},
year = {2018-08-23}
}
@online{bib:ethereum-wiki-mining,
author = {{Ethereum Foundation}},
title = {Mining},
url = {https://github.com/ethereum/wiki/wiki/Mining},
year = {2018-08-22}
}