-
Notifications
You must be signed in to change notification settings - Fork 6
/
references.bib
370 lines (327 loc) · 10.1 KB
/
references.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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
@online{buterin2013whitepaper,
author = {Vitalik Buterin},
title = {Ethereum: A Next-Generation Smart Contract and Decentralized Application Platform},
url = {https://github.com/ethereum/wiki/wiki/White-Paper},
year = {2013}
}
@online{yellowpaper,
author = {Wood, Gavin},
title = {Ethereum: A Secure Decentralised Generalised Transaction Ledger Byzantium version e94ebda - 2018-06-05},
url = {https://ethereum.github.io/yellowpaper/paper.pdf},
year = {2018},
month = {June},
day = {5}
}
@online{eipssite,
author = {{Ethereum Foundation}},
title = {Ethereum Improvement Proposals},
year = {2018},
month = {March},
url = {https://eips.ethereum.org/}
}
@online{eipsrepo,
author = {{Ethereum Foundation}},
title = {The Ethereum Improvement Proposal repository},
year = {2015},
month = {October},
day = {26},
url = {https://github.com/ethereum/eips}
}
@online{eipxtemplate,
author = {{Ethereum Foundation}},
title = {{EIP X}, The suggested template for new EIPs},
year = {2015},
url = {https://github.com/ethereum/EIPs/blob/master/eip-X.md}
}
@online{erc20,
author = {Vogelsteller, Fabian and Buterin, Vitalik},
title = {{ERC}-20 Token Standard},
year = {2015},
month = {November},
day = {19},
url = {https://eips.ethereum.org/EIPS/eip-20}
}
@online{erc20approveattack,
author = {Vladimirov, Mikhail and Khovratovich, Dmitry},
title = {{ERC}20 {API}: An Attack Vector on Approve/T{ransferFrom} Methods},
year = {2016},
month = {November},
day = {29},
url = {https://docs.google.com/document/d/1YLPtQxZu1UAvO9cZ1O2RPXBbT0mooh4DYKjA_jp-RLM}
}
@online{erc20shouldmust,
author = {Zoltu, Micah},
year = {2018},
month = {August},
day = {7},
url = {https://github.com/ethereum/EIPs/issues/1298#issuecomment-410966921}
}
@online{soldoc,
author = {{Ethereum Foundation}},
title = {Solidity 0.4.24 documentation},
year = {2018},
month = {May},
day = {16},
url = {https://solidity.readthedocs.io/en/v0.4.24}
}
@online{erc777,
author = {Dafflon, Jacques and Baylina, Jordi and Shababi, Thomas},
title = {{ERC777}: A New Advanced Token Standard},
year = {2017},
month = {November},
day = {20},
url = {https://eips.ethereum.org/EIPS/eip-777}
}
@online{erc777logo,
author = {Dafflon, Jacques and Baylina, Jordi and Shababi, Thomas},
title = {{ERC777} Logo},
year = {2018},
month = {April},
day = {6},
url = {https://github.com/ethereum/EIPs/tree/master/assets/eip-777/logo}
}
@online{erc223,
author = {{Dexaran}},
title = {{ERC223} token standard},
year = {2017},
month = {March},
day = {5},
url = {https://github.com/ethereum/EIPs/issues/223}
}
@online{erc827,
author = {Lemble, Augusto},
title = {{ERC827}: Token Standard (ERC20 Extension)},
year = {2018},
month = {January},
day = {11},
url = {https://github.com/ethereum/EIPs/issues/827}
}
@online{erc777issue,
author = {Dafflon, Jacques and Baylina, Jordi and Shababi, Thomas},
title = {{ERC777}: A New Advanced Token Standard (Original Issue)},
year = {2017},
month = {November},
day = {20},
url = {https://github.com/ethereum/EIPs/issues/777}
}
@online{erc777impl,
author = {Dafflon, Jacques and Baylina, Jordi},
title = {ERC777 Reference Implementation},
year = {2017},
month = {October},
day = {24},
url = {https://github.com/jacquesd/ERC777}
}
@online{erc777impl23,
author = {Dafflon, Jacques and Baylina, Jordi},
title = {Add \texttt{tokensToSend} Callback},
year = {2018},
month = {February},
day = {6},
url = {https://github.com/jacquesd/ERC777/issues/23}
}
@online{erc777impl23comment,
author = {Dafflon, Jacques},
year = {2018},
month = {February},
day = {6},
url = {https://github.com/jacquesd/ERC777/issues/23#issuecomment-363491500}
}
@online{erc820,
author = {Baylina, Jordi and Dafflon, Jacques},
title = {{ERC820}: Pseudo-introspection Registry Contract},
year = {2018},
month = {January},
day = {5},
url = {https://eips.ethereum.org/EIPS/eip-820}
}
@online{erc820impl,
author = {Baylina, Jordi and Dafflon, Jacques},
title = {{ERC820}: Pseudo-introspection Registry Contract Implementation},
year = {2018},
month = {January},
day = {5},
url = {https://github.com/jbaylina/eip820}
}
@online{ethcc,
author = {Baylina, Jordi and Dafflon, Jacques},
title = {Presentation of {ERC777} at EthCC in Paris},
year = {2018},
month = {March},
url = {https://www.youtube.com/watch?v=qcqhryzGTy0&t=6s}
}
@online{erc1111,
author = {Drake, Chris},
title = {{ERC1111}: Introspective metadata definition disclosure (discussion to establish a standard)},
year = {2018},
month = {May},
day = {22},
url = {https://github.com/ethereum/EIPs/issues/1111}
}
@reference{deftroll,
title = {"Troll"},
author = {Merriam-Webster.com},
url = {https://www.merriam-webster.com/dictionary/troll}
}
@reference{defdns,
title = {"Domain Name Service"},
author = {PCMag.com},
url = {https://www.pcmag.com/encyclopedia/term/41620/dns}
}
@online{erc672,
author = {Baylina, Jordi and Izquierdo, Jorge},
title = {{ERC672}: ReverseENS Pseudo-Introspection, or standard interface detection},
year = {2017},
month = {July},
day = {17},
url = {https://github.com/ethereum/EIPs/issues/672}
}
@online{eip724,
author = {Buterin, Vitalik},
title = {{ERC724}: Proposed ERC20 change: make 18 decimal places compulsory},
year = {2017},
month = {September},
day = {28},
url = {https://github.com/ethereum/EIPs/issues/724}
}
@online{eip1014,
author = {Buterin, Vitalik},
title = {{EIP1014}: Skinny {CREATE2}},
year = {2018},
month = {May},
day = {20},
url = {https://github.com/ethereum/EIPs/issues/1014}
}
@online{johnson2016howtosend,
author = {Johnson, Nick},
title = {How to send Ether to 11,440 people},
year = {2016},
month = {August},
day = {5},
url = {https://medium.com/@weka/how-to-send-ether-to-11-440-people-187e332566b7},
}
@online{vanitygen,
author = {{Jtibble}},
title = {Vanitygen},
year = {2012},
month = {November},
day = {22},
url = {https://en.bitcoin.it/wiki/Vanitygen},
}
@online{consensysrecommendations,
author = {{ConsenSys Diligence}},
title = {Recommendations for Smart Contract Security in Solidity},
year = {2016},
month = {June},
day = {28},
url = {https://consensys.github.io/smart-contract-best-practices/recommendations/},
}
@online{atnreport,
author = {{{ATN} team}},
title = {ATN 抵御合约攻击的报告},
year = {2018},
month = {June},
day = {19},
url = {https://atn.io/resource/aareport.pdf},
}
@online{natspec,
author = {{Ethereum Foundation}},
title = {Ethereum Natural Specification Format},
year = {2014},
month = {October},
day = {13},
url = {https://github.com/ethereum/wiki/wiki/Ethereum-Natural-Specification-Format},
}
@online{erc20batchtransfer,
author = {Peckshield},
title = {New batchOverflow Bug in Multiple ERC20 Smart Contracts (CVE-2018–10299)},
year = {2018},
month = {April},
day = {22},
url = {https://www.peckshield.com/2018/04/22/batchOverflow/},
}
@online{cookies,
author = {jonklinger},
title = {Opera's Crypto-Wallet, and what it has to do with privacy.},
year = {2018},
month = {August},
url = {https://steemit.com/ethereum/@jonklinger/opera-s-crypto-wallet-and-what-it-has-to-do-with-privacy},
}
@online{callwhitepaper,
author = {{Global Crypto Alliance}},
title = {Global Crypto Alliance Whitepaper},
year = {2018},
url = {https://gcalliance.io/wp-content/uploads/Whitepaper-GCA-Global-Crypto-Alliance-Call-Token-The-First-ERC777.pdf},
}
@online{secbit2018lacking,
author = {{SECBIT}},
title = {Lacking Insights in ERC223 \& ERC827 Implementation},
year = {2018},
month = {July},
url = {https://medium.com/coinmonks/lacking-insights-in-erc223-erc827-implementation-26be5e7c3cd7}
}
@online{ethvizguidelines,
author = {{Ethereum Foundation}},
title = {Ethereum Visual Identity 1.0.0},
year = {2015},
month = {July},
url = {https://www.ethereum.org/images/logos/Ethereum_Visual_Identity_1.0.0.pdf}
}
@online{cryptofox,
author = {\textrussian{Клейн, Дарья}},
title = {\textrussian{ERC777: что нужно знать о новом стандарте токенов}},
year = {2018},
month = {August},
day = {14},
url = {https://crypto-fox.ru/faq/standart-erc777/}
}
@book{uml,
editor = {Rumbaugh, James and Jacobson, Ivar and Booch, Grady},
title = {The Unified Modeling Language Reference Manual},
year = {1999},
isbn = {0-201-30998-X},
publisher = {Addison-Wesley Longman Ltd.},
address = {Essex, UK, UK},
}
@online{ctsegwit,
author = {Marshall, Andrew},
title = {SegWit, Explained},
year = {2017},
month = {April},
day = {20},
url = {https://cointelegraph.com/explained/segwit-explained}
}
@online{uasfco,
author = {{UASF Working Group}},
title = {UASF Working Group},
url = {http://www.uasf.co/}
}
@online{bip144,
author = {Lombrozo, Eric and Wuille, Pieter},
title = {Segregated Witness (Peer Services)},
year = {2016},
month = {January},
day = {8},
url = {https://github.com/bitcoin/bips/blob/master/bip-0144.mediawiki}
}
@online{bip148,
author = {Fry, Shaolin},
title = {Mandatory activation of segwit deployment},
year = {2017},
month = {March},
day = {12},
url = {https://github.com/bitcoin/bips/blob/master/bip-0148.mediawiki}
}
@online{ethowner,
author = {{Ethereum Foundation}},
title = {Create your own crypto-currency with Ethereum, Centralized Administrator},
url = {https://www.ethereum.org/token#centralized-administrator}
}
@book{antonopoulos2018mastering,
title={Mastering Ethereum: Building Smart Contracts and Dapps},
author={Antonopoulos, A.M. and Wood, G.},
isbn={9781491971949},
url={https://books.google.ch/books?id=SedSMQAACAAJ},
year={2018},
publisher={O'Reilly Media, Incorporated}
}