Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Frontier #307

Open
wants to merge 52 commits into
base: frontier
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
77ab087
Fix two minor typos
4tXJ7f Feb 12, 2016
3297b15
Fix minor typo
4tXJ7f Feb 24, 2016
1b468e0
minor grammar fix "a number of"
chris-martin Jun 2, 2016
0c6ed31
Update my details.
gavofyork Jun 7, 2016
6201086
Fix typo
Denton-L Jun 17, 2016
0dd5d70
Typo, missing verb
giact May 31, 2016
3609ca3
Minor typo
giact May 31, 2016
6131db7
Typo (sigma_1 and sigma_1' were swapped)
giact Jun 21, 2016
2c3143b
Updated README with bibtex explanation
giact May 30, 2016
b1d5008
Changed the letter to represent the set of bytes from Y to O, since Y…
giact May 31, 2016
ac3c362
"takes place" instead of "takes places"
giact Jun 22, 2016
75c49d6
erratum
subtly Jun 30, 2016
ef9161c
Remove the how-to.
gavofyork Jul 12, 2016
0b1077f
Fix grammatical typo
Denton-L Aug 5, 2016
bc8fbc6
Remove the modulo 2^{256} effect in the memory size computation
pirapira Sep 9, 2016
d77ddfd
Correct the historical record.
gavofyork Sep 23, 2016
b645116
Nitpicking equation (100)
pirapira Sep 29, 2016
7717ea4
CODECOPY updates the memory usage
pirapira Oct 12, 2016
78aa29d
CODECOPY and CALLDATACOPY update the memory usage
pirapira Oct 12, 2016
920f187
Add link to README
gavofyork Oct 12, 2016
d21cc99
small typo (#196)
jo-tud Dec 2, 2016
5aa560a
Decument the memory usage update in LOG operations
pirapira Dec 22, 2016
9e7f942
CODECOPY read position calculation does not use modulo
pirapira Dec 23, 2016
de10a87
EXTCODECOPY read position calculation does not use modulo
pirapira Dec 23, 2016
2c003eb
The read position of CALLDATACOPY is not calculated modulo (#204)
pirapira Dec 23, 2016
e7433ed
TYPO: Add missing it
greole Dec 30, 2016
dcf3055
Include a section with links to the Github repo
axic Jan 12, 2017
a1d24eb
Fix typos: intial to initial
axic Jan 12, 2017
4074c68
Ethash isn't planned, but is the reality for current Ethereum
axic Jan 12, 2017
c61c848
Include build script
axic Jan 12, 2017
b93338c
Replace unbalanced bracket with comma
axic Jan 13, 2017
6d1c416
Update Paper.tex
tensor5 Jan 17, 2017
d3bedc3
Fix the memory consumption of CODECOPY
pirapira Dec 22, 2016
bc7a3fb
Make sure that message call consumes all gas when exceptional halting…
pirapira Feb 20, 2017
42bed21
Remove a left-over comment
pirapira Feb 21, 2017
ce35421
Add a parentheses in SMOD definition
pirapira Oct 5, 2016
524aa8d
The output from a CALL is considered as the empty string when the cal…
pirapira Dec 30, 2016
65dfaf3
Also in CALLCODE, the output string is empty when the call fails
pirapira Dec 30, 2016
971b56f
Add gitignore.
gavofyork Mar 2, 2017
21c55d6
In evaluation of \Xi, drop the fourth element and extract the remaini…
pirapira Mar 21, 2017
332bc30
Make sure only one version of the protocol is described
pirapira Mar 23, 2017
09668a4
Use bold font for \mu_s
pirapira Mar 23, 2017
c727d34
Zero-th power of zero
pirapira Mar 23, 2017
6216188
Replace a broken link
pirapira Mar 24, 2017
3ca95f4
Turn an unused I' into underscore
pirapira Mar 30, 2017
f0978ff
underscore becomes standard ellision operator
gavofyork Mar 30, 2017
ece1b5c
Fix remaining issues from PR #167, namely equation 105
Isweet Apr 1, 2017
59dc8a7
Fix typo: T_t should be T_\mathbf{t}
JustinDrake Apr 10, 2017
c47d005
Fix typo (the => that)
JustinDrake Apr 12, 2017
d8550f1
Instead of concatenating a triple with an element, now we need to con…
pirapira Mar 21, 2017
aae54f6
Typo (missed update) on bloom size
giact Jun 1, 2016
51f810a
Correct definition of C_callgas
vbgl Jul 22, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.DS_Store
Paper.aux
Paper.bbl
Paper.blg
Paper.log
Paper.pdf
Version.tex

16 changes: 15 additions & 1 deletion Biblio.bib
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ @InProceedings{laurie2004proof
year = {{2004}},
}

@Misc{vishnumurthy03karma:a,
author = {Vivek Vishnumurthy and Sangeeth Chandrakumar and Emin Gün Sirer},
title = {KARMA: A Secure Economic Framework for Peer-to-Peer Resource Sharing},
year = {2003}
}

@InProceedings{dwork92pricingvia,
author = {Cynthia Dwork and Moni Naor},
title = {Pricing via processing or combatting junk mail},
booktitle = {In 12th Annual International Cryptology Conference},
year = {1992},
pages = {139--147}
}

@Article{nakamoto2008bitcoin,
author = {Nakamoto, Satoshi},
title = {{Bitcoin: A peer-to-peer electronic cash system}},
Expand Down Expand Up @@ -88,7 +102,7 @@ @InProceedings{miller1997future
}

@article{buterin2013ethereum,
url = {{http://ethereum.org/ethereum.html}},
url = {{https://github.com/ethereum/wiki/wiki/White-Paper}},
author = {Vitalik Buterin},
title = {{Ethereum: A Next-Generation Smart Contract and Decentralized Application Platform}},
year = {{2013}},
Expand Down
Loading