forked from casper-network/highway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
highway.bib
128 lines (114 loc) · 3.94 KB
/
highway.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
@article{baird2016hashgraph,
title={The swirlds hashgraph consensus algorithm: Fair, fast, byzantine fault tolerance},
author={Baird, Leemon},
journal={Swirlds Tech Reports SWIRLDS-TR-2016-01, Tech. Rep.},
year={2016},
url={https://www.swirlds.com/downloads/SWIRLDS-TR-2016-01.pdf}
}
@article{buchman2018latest,
title={The latest gossip on BFT consensus},
author={Buchman, Ethan and Kwon, Jae and Milosevic, Zarko},
journal={arXiv preprint arXiv:1807.04938},
year={2018}
}
@article{buterin2014subjectivity,
title={Proof of stake: How I learned to love weak subjectivity},
author={Buterin, Vitalik},
journal={Ethereum blog},
volume={25},
year={2014},
url={https://blog.ethereum.org/2014/11/25/proof-stake-learned-love-weak-subjectivity/}
}
@inproceedings{castro1999practical,
title={Practical Byzantine fault tolerance},
author={Castro, Miguel and Liskov, Barbara and others},
booktitle={OSDI},
volume={99},
number={1999},
pages={173--186},
year={1999},
url={http://pmg.csail.mit.edu/papers/osdi99.pdf}
}
@misc{chevalier2018parsec,
title={Protocol for Asynchronous, Reliable, Secure and Efficient Consensus (PARSEC)},
author={Chevalier, Pierre and Kaminski, Bartłomiej and Hutchison, Fraser and Ma, Qi and Sharma, Spandan},
year={2018}
}
@article{de2018bitcoin,
title={Bitcoin's growing energy problem},
author={De Vries, Alex},
journal={Joule},
volume={2},
number={5},
pages={801--805},
year={2018},
publisher={Elsevier}
}
@techreport{fischer1982impossibility,
title={Impossibility of distributed consensus with one faulty process.},
author={Fischer, Michael J and Lynch, Nancy A and Paterson, Michael S},
year={1982},
institution={Massachusetts Inst of Tech Cambridge lab for Computer Science}
}
@article{gkagol2019aleph,
title={Aleph: Efficient Atomic Broadcast in Asynchronous Networks with Byzantine Nodes},
author={G{\k{a}}gol, Adam and Le{\'s}niak, Damian and Straszak, Damian and {\'S}wi{\k{e}}tek, Micha{\l}},
journal={arXiv preprint arXiv:1908.05156},
year={2019}
}
@inproceedings{kiayias2017ouroboros,
title={Ouroboros: A provably secure proof-of-stake blockchain protocol},
author={Kiayias, Aggelos and Russell, Alexander and David, Bernardo and Oliynykov, Roman},
booktitle={Annual International Cryptology Conference},
pages={357--388},
year={2017},
organization={Springer}
}
@inproceedings{miller2016honey,
title={The honey badger of BFT protocols},
author={Miller, Andrew and Xia, Yu and Croman, Kyle and Shi, Elaine and Song, Dawn},
booktitle={Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security},
pages={31--42},
year={2016},
organization={ACM},
url={https://eprint.iacr.org/2016/199.pdf}
}
@article{moser1999byzantine,
title={Byzantine-resistant total ordering algorithms},
author={Moser, Louise E and Melliar-Smith, Peter M},
journal={Information and Computation},
volume={150},
number={1},
pages={75--111},
year={1999},
publisher={Elsevier}
}
@article{muratov2018yac,
title={YAC: BFT Consensus Algorithm for Blockchain},
author={Muratov, Fedor and Lebedev, Andrei and Iushkevich, Nikolai and Nasrulin, Bulat and Takemiya, Makoto},
journal={arXiv preprint arXiv:1809.00554},
year={2018}
}
@article{nakamoto2008bitcoin,
title={Bitcoin: A peer-to-peer electronic cash system},
author={Nakamoto, Satoshi and others},
year={2008},
publisher={Working Paper}
}
@article{wood2014ethereum,
title={Ethereum: A secure decentralised generalised transaction ledger},
author={Wood, Gavin and others},
journal={Ethereum project yellow paper},
volume={151},
number={2014},
pages={1--32},
year={2014}
}
@article{zamfir2018casper,
title={Introducing the minimal CBC Casper family of consensus protocols},
author={Zamfir, V and Rush, N and Asgaonkar, A and Piliouras, G},
journal={DRAFT v1. 0},
volume={5},
year={2018},
url={https://github.com/cbc-casper/cbc-casper-paper/blob/master/cbc-casper-paper-draft.pdf}
}