275 Commits

Author SHA1 Message Date
Vlad Zamfir
e252450c75 fixed typo in weights map introduced in refactor from V to \mathcal{V} 2018-04-12 05:21:49 +09:00
Vlad Zamfir
2f1c3c095a fixed typo in weights map 2018-04-12 05:16:17 +09:00
Vlad Zamfir
816a73508d
Merge pull request #78 from KentShikama/caspertfg-paper-updates
Minor fixes to the CBC Blockchain Consensus Protocol paper
2018-04-11 08:37:36 -07:00
Kent Shikama
6197757a90
Clarify wording for "disagreement" in the clique oracle 2018-04-10 23:51:30 -07:00
Vitalik Buterin
4c0efd391e Added selfish mining 2018-04-08 07:11:40 -04:00
Vitalik Buterin
67b281d5b0 Added witness compression and decompression and length tests 2018-03-23 23:24:35 -04:00
Vitalik Buterin
a536495899 Bring back patricia tree 2018-03-23 09:31:07 -04:00
Vitalik Buterin
9acee320f1 Added binary merkle sparse tree 2018-03-23 09:30:52 -04:00
Vitalik Buterin
c483cb1c23 Added witness compression 2018-01-23 18:01:35 -05:00
Kent Shikama
ff07dfc1a6
Fix typo decribed -> described and return -> returned 2018-01-15 00:26:37 +09:00
Kent Shikama
75826983fd
Differentiate between v, V, and \mathcal{V}
V is a function that extracts the sender while \mathcal{V} is the
set of validator names.
2018-01-15 00:26:37 +09:00
Kent Shikama
3c9af9283e
Clarify sentence using colon instead of comma 2018-01-15 00:26:37 +09:00
Kent Shikama
ba322a6e1d
Update definition of "later"
Otherwise L(v,M) is always null
2018-01-15 00:26:37 +09:00
Kent Shikama
8c33873cd4
Add quotes to pages in ethereum.bib
Fixes the following Latex error:

Database file #1: ethereum.bib
I was expecting a `,' or a `}'---line 27 of file ethereum.bib
 :   pages = 374
 :              -382,
2018-01-15 00:25:53 +09:00
NIC Lin
ccdadfd1b1
Merge pull request #76 from NIC619/fix_bin_trie_update_child_leaf_node
Fix bin trie update child leaf node
2017-12-23 00:31:17 +09:00
NIC Lin
b71c397a41
Merge pull request #75 from NIC619/fix_bin_trie_update_kv_node
fix leaf node encoding in updating kv node
2017-12-23 00:29:22 +09:00
Vlad Zamfir
e0f27de1f1 updated pdf 2017-12-18 10:41:14 -07:00
Vlad Zamfir
10a4840f3d fixed sign error and simplified statement of safety condition, thanks to Dan Robinson 2017-12-18 10:40:32 -07:00
NIC619
94ea9147c1 fix error in updating a branch node to a leaf node 2017-12-17 20:28:47 +09:00
NIC619
e122673051
fix leaf node encoding in updateing kv node 2017-12-15 01:52:53 +08:00
NIC Lin
ff2eb8712d
Merge pull request #72 from NIC619/fix_bin_trie_keypath_problem
Fix bin trie keypath problem
2017-12-14 00:04:33 +08:00
NIC619
2149282638 add new kv pair with empty value check 2017-12-09 01:29:38 +08:00
NIC619
f51e06f453 add kv pair override check 2017-12-09 01:27:05 +08:00
NIC619
471cafe9a3 add short keypath check 2017-12-09 01:26:07 +08:00
Vitalik Buterin
b0de8d352f Added witness prefix fucnctions 2017-12-02 21:08:35 -05:00
Vitalik Buterin
82c7393dcf Merge branch 'master' of github.com:ethereum/research 2017-11-21 21:21:47 -05:00
Vitalik Buterin
03ef04dad0 Added long-format branches 2017-11-21 21:21:30 -05:00
Vlad Zamfir
a75ccf6212 renewed .pdf 2017-11-17 01:59:51 -07:00
Vlad Zamfir
d5b59b0203
Merge pull request #68 from jamesray1/patch-29
~1 message/block \cite{nakamoto}
2017-11-17 04:46:41 -04:00
Vlad Zamfir
0ba2389671
Merge branch 'master' into patch-29 2017-11-17 04:46:30 -04:00
Vlad Zamfir
cb2dc86777
Merge pull request #67 from jamesray1/patch-28
@misc{orphanBitcoin,
2017-11-17 04:45:00 -04:00
Vlad Zamfir
a486b695ac
Merge branch 'master' into patch-28 2017-11-17 04:44:49 -04:00
Vlad Zamfir
25c8f89bbc
Merge branch 'master' into patch-28 2017-11-17 04:43:43 -04:00
Vlad Zamfir
6aa3949822
Merge pull request #66 from jamesray1/patch-27
Changed @misc{paxos, to @article{paxos,
2017-11-17 04:41:20 -04:00
Vlad Zamfir
9148f1c8b4
Merge branch 'master' into patch-27 2017-11-17 04:41:09 -04:00
Vlad Zamfir
433b3026d5
Merge branch 'master' into patch-27 2017-11-17 04:40:46 -04:00
Vlad Zamfir
45d1565fbf
Merge pull request #65 from jamesray1/patch-26
which maps [sic] set to the set of all of its subsets
2017-11-17 04:39:47 -04:00
Vlad Zamfir
83a74499c7
Merge pull request #64 from jamesray1/patch-25
@inproceedings{Castro_Liskov_1999_pbft,
2017-11-17 04:37:03 -04:00
Vlad Zamfir
fc900b1d60
Merge branch 'master' into patch-25 2017-11-17 04:36:51 -04:00
Vlad Zamfir
2fe68258b3
Merge branch 'master' into patch-25 2017-11-17 04:35:58 -04:00
Vlad Zamfir
13048cfe48
Merge pull request #57 from jamesray1/patch-19
@article{Fischer_Lynch_Paterson_FLP_Impossibility_1985,
2017-11-17 04:33:25 -04:00
Vlad Zamfir
2c6e54df4f
Merge pull request #62 from jamesray1/patch-23
verically [sic]
2017-11-17 04:32:42 -04:00
Vlad Zamfir
f20db3f82b
Merge pull request #61 from jamesray1/patch-22
Incorrect link, casper-cbc, changed to cbc-casper
2017-11-17 04:32:06 -04:00
Vlad Zamfir
cbbe658167
Merge pull request #59 from jamesray1/patch-21
Missing full stop "tolerated by the estimate"
2017-11-17 04:31:38 -04:00
Vlad Zamfir
f371f58343
Merge pull request #58 from jamesray1/patch-20
partically [sic] synchonous [sic] network
2017-11-17 04:31:16 -04:00
Vlad Zamfir
b2da0eabf3
Merge pull request #56 from jamesray1/patch-18
fork choice rule [sic] choose between children of some block
2017-11-17 04:29:56 -04:00
Vlad Zamfir
2bca1526cc
Merge pull request #55 from jamesray1/patch-17
One too many closing parentheses in several instances of ))))
2017-11-17 04:29:27 -04:00
Vlad Zamfir
928aed78d9
Merge branch 'master' into patch-17 2017-11-17 04:29:18 -04:00
Vlad Zamfir
6089582d30
Merge branch 'master' into patch-17 2017-11-17 04:27:53 -04:00
Vlad Zamfir
1309180fdc
Merge pull request #54 from jamesray1/patch-16
This correspond [sic] to
2017-11-17 04:25:45 -04:00