generated from pokt-network/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Utility] Add Relay Mining Whitepaper (#44)
Adding the overleaf source code and PDF for https://arxiv.org/abs/2305.10672
- Loading branch information
Showing
25 changed files
with
3,780 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://arxiv.org/abs/2305.10672 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,253 @@ | ||
@article{blumenthal1981estimating, | ||
title={Estimating the binomial parameter n}, | ||
author={Blumenthal, Saul and Dahiya, Ram C}, | ||
journal={Journal of the American Statistical Association}, | ||
volume={76}, | ||
number={376}, | ||
pages={903--909}, | ||
year={1981}, | ||
publisher={Taylor \& Francis} | ||
} | ||
|
||
@article{moxie2022, | ||
title={My first impressions of web3}, | ||
author={Marlinspike, Moxie}, | ||
year={2022}, | ||
url={https://moxie.org/2022/01/07/web3-first-impressions.html} | ||
} | ||
|
||
@misc{coincodexLayer1Performance, | ||
author = {}, | ||
title = {Layer-1 Performance: Comparing 6 Leading Blockchains}, | ||
howpublished = {\url{https://coincodex.com/article/14198/layer-1-performance-comparing-6-leading-blockchains/}}, | ||
year = {}, | ||
} | ||
|
||
@misc{internetcomputerComparisonInternet, | ||
author = {Dfinity}, | ||
title = {L1 comparison - Internet Computer Wiki }, | ||
howpublished = {\url{https://wiki.internetcomputer.org/wiki/L1\_comparison}}, | ||
publisher = {Internet Computer Wiki}, | ||
year = {2022}, | ||
} | ||
|
||
@misc{aptoslabsAptosExplorer, | ||
author = {Aptos Labs}, | ||
title = {Aptos Explorer}, | ||
howpublished = {\url{https://explorer.aptoslabs.com/?network=mainnet}}, | ||
year = {}, | ||
} | ||
|
||
@misc{coinmarketcapWhatData, | ||
author = {Mustafa Al-Bassam}, | ||
title = {What Is Data Availability}, | ||
howpublished = {\url{https://coinmarketcap.com/alexandria/article/what-is-data-availability}}, | ||
year = {2022}, | ||
} | ||
|
||
|
||
@misc{vitalikShardingGreat, | ||
author = {Buterin, Vitalik}, | ||
title = {Why sharding is great: demystifying the technical properties}, | ||
howpublished = {\url{https://vitalik.ca/general/2021/04/07/sharding.html}}, | ||
year = {2021}, | ||
} | ||
|
||
@article{nakamoto2008bitcoin, | ||
title={Bitcoin: A peer-to-peer electronic cash system}, | ||
author={Nakamoto, Satoshi}, | ||
journal={Decentralized business review}, | ||
pages={21260}, | ||
year={2008}, | ||
url={https://bitcoin.org/bitcoin.pdf} | ||
} | ||
|
||
@article{alin2023sortedleaves, | ||
title={Why you should probably never sort your Merkle tree's leaves}, | ||
author={Alin Tomescu}, | ||
url={https://alinush.github.io/2023/02/05/Why-you-should-probably-never-sort-your-Merkle-trees-leaves.html}, | ||
year={2023}, | ||
journal = {GitHub repository}, | ||
} | ||
|
||
@misc{smt-github, | ||
author = {Celestia Development Team}, | ||
title = {Sparse Merkle Trees}, | ||
howpublished = {\url{https://github.com/celestiaorg/smt}}, | ||
year = {2021}, | ||
publisher = {Github}, | ||
journal = {GitHub repository}, | ||
} | ||
|
||
@misc{diem2021jmt, | ||
Author = {Zhenhuan Gao and Yuxuan Hu and Qinfan Wu}, | ||
Title = {Jellyfish Merkle Tree}, | ||
Year = {2021}, | ||
url = {https://developers.diem.com/papers/jellyfish-merkle-tree/2021-01-14.pdf}, | ||
} | ||
|
||
@misc{plasma2019mst, | ||
Author = {Plasma Core Team}, | ||
Title = {Merkle Sum Tree Block Structure}, | ||
Year = {2019}, | ||
url = {https://plasma-core.readthedocs.io/en/latest/specs/sum-tree.html}, | ||
publisher = {Github} | ||
} | ||
|
||
@misc{wustl2021drl, | ||
Author = {Chong Li and Jiangnan Liu and Chenyang Lu and Roch Guerin and Christopher D. Gill}, | ||
Title = {Impact of Distributed Rate Limiting on Load Distribution in a Latency-sensitive Messaging Service}, | ||
Year = {2021}, | ||
publisher = {Washington University in St. Louis}, | ||
Eprint = {arXiv:2101.05865}, | ||
} | ||
|
||
@misc{calu2007drl, | ||
Author = {Barath Raghavan and Kashi Vishwanath and Sriram Ramabhadran and Kenneth Yocum and Alex C. Snoeren}, | ||
Title = {Cloud Control with Distributed Rate Limiting}, | ||
Year = {2007}, | ||
publisher = {Department of Computer Science and Engineering University of California, San Diego}, | ||
url = {https://cseweb.ucsd.edu/~snoeren/papers/drl-sigcomm07.pdf}, | ||
} | ||
|
||
@inproceedings{randomoracle1993, | ||
author = {Bellare, Mihir and Rogaway, Phillip}, | ||
title = {Random Oracles Are Practical: A Paradigm for Designing Efficient Protocols}, | ||
year = {1993}, | ||
isbn = {0897916298}, | ||
publisher = {Association for Computing Machinery}, | ||
address = {New York, NY, USA}, | ||
url = {https://doi.org/10.1145/168588.168596}, | ||
doi = {10.1145/168588.168596}, | ||
abstract = {We argue that the random oracle model—where all parties have access to a public random oracle—provides a bridge between cryptographic theory and cryptographic practice. In the paradigm we suggest, a practical protocol P is produced by first devising and proving correct a protocol PR for the random oracle model, and then replacing oracle accesses by the computation of an “appropriately chosen” function h. This paradigm yields protocols much more efficient than standard ones while retaining many of the advantages of provable security. We illustrate these gains for problems including encryption, signatures, and zero-knowledge proofs.}, | ||
booktitle = {Proceedings of the 1st ACM Conference on Computer and Communications Security}, | ||
pages = {62–73}, | ||
numpages = {12}, | ||
location = {Fairfax, Virginia, USA}, | ||
series = {CCS '93} | ||
} | ||
|
||
@misc{ethereumMaximalExtractable, | ||
author = {ethereum.org}, | ||
publisher = {Ethereum Org}, | ||
title = {Maximal Extractable Value (MEV)}, | ||
howpublished = {\url{https://ethereum.org/en/developers/docs/mev/}}, | ||
year = {2023}, | ||
} | ||
|
||
@misc{poktBuildingBetter, | ||
author = {Pocket Network}, | ||
title = {Building Better RPC Service: What is the RPC Trilemma?}, | ||
howpublished = {\url{https://www.blog.pokt.network/rpc-service-and-the-rpc-trilemma/}}, | ||
year = {2023}, | ||
} | ||
|
||
@book{laanwj2023bitcoin, | ||
title = {bitcoin/bitcoin}, | ||
howpublished = {\url{https://github.com/bitcoin/bitcoin}}, | ||
publisher = {Github}, | ||
journal = {GitHub repository}, | ||
author = {laanwj and fanquake and Wuille, Pieter and Stepanov, Hennadii and Andresen, Gavin and Chow, Andrew and Newbery, John and Schnelli, Jonas and J) and Atack, Jon and Fields, Cory and Dong, Carl and Ofsky, Ryan and Corallo, Matt and Dashjr, Luke and Falbesoner, Sebastian and Barbosa, João and Daftuar, Suhas and Dobson, Samuel and Commits, Non-Github User Bitcoin and Maxwell, Gregory and Zhao, Gloria and Dimov, Vasil and Towns, Anthony and Morcos, Alex and Provoost, Sjors and O'Beirne, James and kallewoof and Sanders, Gregory and Uttarwar, Amiti}, | ||
date = {2023-05-08}, | ||
year = {2023}, | ||
month = {5}, | ||
day = {8}, | ||
} | ||
|
||
@misc{salesforceWhatSaaS, | ||
author = {SalesForce Inc.}, | ||
title = {What is SaaS - Software as a Service}, | ||
howpublished = {\url{https://www.salesforce.com/in/saas/}}, | ||
year = {2023}, | ||
} | ||
|
||
@misc{tendermint, | ||
author = {Interchain Foundation}, | ||
title = {What is Tendermint?}, | ||
howpublished = {\url{https://docs.tendermint.com/v0.34/introduction/what-is-tendermint.html}}, | ||
year = {2021}, | ||
} | ||
|
||
@misc{alchemyProsCons, | ||
author = {Alchemy Insights, Inc}, | ||
title = {Pros and Cons of Running Your Own N}, | ||
howpublished = {\url{https://www.alchemy.com/overviews/running-your-own-node}}, | ||
year = {2023}, | ||
} | ||
|
||
|
||
@misc{ethereumHardwareRequirements, | ||
author = {ethereum.org}, | ||
publisher = {Ethereum Org}, | ||
title = {go-etherum - Hardware requirements}, | ||
howpublished = {\url{https://geth.ethereum.org/docs/getting-started/hardware-requirements}}, | ||
year = {2023}, | ||
} | ||
|
||
@misc{lava2022, | ||
author = {Yair Cleper and Gil Binder}, | ||
title = {Lava: A decentralized RPC network for blockchains}, | ||
url = {https://litepaper.lavanet.xyz/}, | ||
year = {2022}, | ||
} | ||
|
||
@misc{alchemyComputeUnits, | ||
author = {Alchemy Insights, Inc}, | ||
title = {Alchemy Docs - Compute Units}, | ||
howpublished = {\url{https://docs.alchemy.com/reference/compute-units}}, | ||
year = {2022}, | ||
} | ||
|
||
@misc{githubProbabilisticProofs, | ||
author={Olshansky, Daniel and Colmeiro, Ramiro R.}, | ||
title={pokt-network/pocket-core - Probabilistic Proofs}, | ||
publisher={Github}, | ||
year={2022}, | ||
url={https://github.com/pokt-network/pocket-core/blob/staging/docs/proposals/probabilistic_proofs.md}, | ||
} | ||
|
||
@misc{githubRewardProtocol, | ||
author={Olshansky, Daniel and Andrew, Nguyen}, | ||
title={pokt-network/pocket-core - Reward Protocol}, | ||
publisher={Github}, | ||
year={2022}, | ||
url={https://github.com/pokt-network/pocket-core/blob/staging/doc/specs/reward_protocol.md}, | ||
} | ||
|
||
@misc{githubIAVL, | ||
author={Interchain Foundation}, | ||
title={IAVL+ Tree}, | ||
publisher={Github}, | ||
year={2022}, | ||
url={https://github.com/cosmos/iavl}, | ||
} | ||
|
||
@misc{betterprogrammingRateLimit, | ||
author = {Ngan, Jason}, | ||
publisher = {Better Programming}, | ||
title = {4 Rate Limit Algorithms Every Developer Should Know}, | ||
url = {https://betterprogramming.pub/4-rate-limit-algorithms-every-developer-should-know-7472cb482f48}, | ||
year = {2022}, | ||
} | ||
|
||
@misc{rpcmeterRPCMeter, | ||
author = {Fiag DAO}, | ||
title = {RPC Meter}, | ||
howpublished = {\url{https://beta.rpcmeter.io/ethereum/miami}}, | ||
year = {2023}, | ||
} | ||
|
||
@misc{infuraUsage, | ||
author = {Infura, Inc.}, | ||
title = {The Path To Scalability}, | ||
url = {https://assets.ctfassets.net/6g6hg01fg28j/3LBLtHTnLZJxOYpoR85dPv/e3c104bc971d1e989aabd1bb11cf04af/infura-path-to-scalability-ebook.pdf}, | ||
year = {2021}, | ||
} | ||
|
||
|
||
@misc{ankrUsage, | ||
author = {Fabio Wehb Ferrari}, | ||
title = {Ankr Becomes One of the First RPC Providers to the Aptos Blockchain}, | ||
url = {https://newsdirect.com/news/ankr-becomes-one-of-the-first-rpc-providers-to-the-aptos-blockchain-451580225}, | ||
year = {2022}, | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
Version history for the LLNCS LaTeX2e class | ||
|
||
date filename version action/reason/acknowledgements | ||
---------------------------------------------------------------------------- | ||
29.5.96 letter.txt beta naming problems (subject index file) | ||
thanks to Dr. Martin Held, Salzburg, AT | ||
|
||
subjindx.ind renamed to subjidx.ind as required | ||
by llncs.dem | ||
|
||
history.txt introducing this file | ||
|
||
30.5.96 llncs.cls incompatibility with new article.cls of | ||
1995/12/20 v1.3q Standard LaTeX document class, | ||
\if@openbib is no longer defined, | ||
reported by Ralf Heckmann and Graham Gough | ||
solution by David Carlisle | ||
|
||
10.6.96 llncs.cls problems with fragile commands in \author field | ||
reported by Michael Gschwind, TU Wien | ||
|
||
25.7.96 llncs.cls revision a corrects: | ||
wrong size of text area, floats not \small, | ||
some LaTeX generated texts | ||
reported by Michael Sperber, Uni Tuebingen | ||
|
||
16.4.97 all files 2.1 leaving beta state, | ||
raising version counter to 2.1 | ||
|
||
8.6.97 llncs.cls 2.1a revision a corrects: | ||
unbreakable citation lists, reported by | ||
Sergio Antoy of Portland State University | ||
|
||
11.12.97 llncs.cls 2.2 "general" headings centered; two new elements | ||
for the article header: \email and \homedir; | ||
complete revision of special environments: | ||
\newtheorem replaced with \spnewtheorem, | ||
introduced the theopargself environment; | ||
two column parts made with multicol package; | ||
add ons to work with the hyperref package | ||
|
||
07.01.98 llncs.cls 2.2 changed \email to simply switch to \tt | ||
|
||
25.03.98 llncs.cls 2.3 new class option "oribibl" to suppress | ||
changes to the thebibliograpy environment | ||
and retain pure LaTeX codes - useful | ||
for most BibTeX applications | ||
|
||
16.04.98 llncs.cls 2.3 if option "oribibl" is given, extend the | ||
thebibliograpy hook with "\small", suggested | ||
by Clemens Ballarin, University of Cambridge | ||
|
||
20.11.98 llncs.cls 2.4 pagestyle "titlepage" - useful for | ||
compilation of whole LNCS volumes | ||
|
||
12.01.99 llncs.cls 2.5 counters of orthogonal numbered special | ||
environments are reset each new contribution | ||
|
||
27.04.99 llncs.cls 2.6 new command \thisbottomragged for the | ||
actual page; indention of the footnote | ||
made variable with \fnindent (default 1em); | ||
new command \url that copys its argument | ||
|
||
2.03.00 llncs.cls 2.7 \figurename and \tablename made compatible | ||
to babel, suggested by Jo Hereth, TU Darmstadt; | ||
definition of \url moved \AtBeginDocument | ||
(allows for url package of Donald Arseneau), | ||
suggested by Manfred Hauswirth, TU of Vienna; | ||
\large for part entries in the TOC | ||
|
||
16.04.00 llncs.cls 2.8 new option "orivec" to preserve the original | ||
vector definition, read "arrow" accent | ||
|
||
17.01.01 llncs.cls 2.9 hardwired texts made polyglot, | ||
available languages: english (default), | ||
french, german - all are "babel-proof" | ||
|
||
20.06.01 splncs.bst public release of a BibTeX style for LNCS, | ||
nobly provided by Jason Noble | ||
|
||
14.08.01 llncs.cls 2.10 TOC: authors flushleft, | ||
entries without hyphenation; suggested | ||
by Wiro Niessen, Imaging Center - Utrecht | ||
|
||
23.01.02 llncs.cls 2.11 fixed footnote number confusion with | ||
\thanks, numbered institutes, and normal | ||
footnote entries; error reported by | ||
Saverio Cittadini, Istituto Tecnico | ||
Industriale "Tito Sarrocchi" - Siena | ||
|
||
28.01.02 llncs.cls 2.12 fixed footnote fix; error reported by | ||
Chris Mesterharm, CS Dept. Rutgers - NJ | ||
|
||
28.01.02 llncs.cls 2.13 fixed the fix (programmer needs vacation) | ||
|
||
17.08.04 llncs.cls 2.14 TOC: authors indented, smart \and handling | ||
for the TOC suggested by Thomas Gabel | ||
University of Osnabrueck | ||
|
||
07.03.06 splncs.bst fix for BibTeX entries without year; patch | ||
provided by Jerry James, Utah State University | ||
|
||
14.06.06 splncs_srt.bst a sorting BibTeX style for LNCS, feature | ||
provided by Tobias Heindel, FMI Uni-Stuttgart | ||
|
||
16.10.06 llncs.dem 2.3 removed affiliations from \tocauthor demo | ||
|
||
11.12.07 llncs.doc note on online visibility of given e-mail address | ||
|
||
15.06.09 splncs03.bst new BibTeX style compliant with the current | ||
requirements, provided by Maurizio "Titto" | ||
Patrignani of Universita' Roma Tre | ||
|
||
30.03.10 llncs.cls 2.15 fixed broken hyperref interoperability; | ||
patch provided by Sven Koehler, | ||
Hamburg University of Technology | ||
|
||
15.04.10 llncs.cls 2.16 fixed hyperref warning for informatory TOC entries; | ||
introduced \keywords command - finally; | ||
blank removed from \keywordname, flaw reported | ||
by Armin B. Wagner, IGW TU Vienna | ||
|
||
15.04.10 llncs.cls 2.17 fixed missing switch "openright" used by \backmatter; | ||
flaw reported by Tobias Pape, University of Potsdam | ||
|
||
27.09.13 llncs.cls 2.18 fixed "ngerman" incompatibility; solution provided | ||
by Bastian Pfleging, University of Stuttgart | ||
|
||
04.09.17 llncs.cls 2.19 introduced \orcidID command | ||
|
||
10.03.18 llncs.cls 2.20 adjusted \doi according to CrossRef requirements; | ||
TOC: removed affiliation numbers | ||
|
||
splncs04.bst added doi field; | ||
bold journal numbers | ||
|
||
samplepaper.tex new sample paper | ||
|
||
llncsdoc.pdf new LaTeX class documentation |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.