351 Commits

Author SHA1 Message Date
Vitalik Buterin
3180447866 More efficiency improvements 2018-06-30 02:57:10 -04:00
Vitalik Buterin
a6ad01eed0 More speedups 2018-06-30 01:13:05 -04:00
Vitalik Buterin
f9df7eddb5 Added FFT-based efficiency improvements 2018-06-30 00:27:02 -04:00
Vitalik Buterin
67b8079689 More renaming 2018-06-29 04:38:35 -04:00
Vitalik Buterin
51e4463c87 Renamed 2018-06-29 04:35:33 -04:00
Vitalik Buterin
1129536391 STARK proof of concept code 2018-06-29 04:26:17 -04:00
Vitalik Buterin
071eecc190 Added files 2018-06-21 15:35:02 -04:00
Vitalik Buterin
20ad569021 Added another economic sim 2018-06-20 18:43:46 -04:00
Vitalik Buterin
9eea8f7c60 More modularization, and renaming 2018-06-13 22:33:24 -04:00
Vitalik Buterin
292a7c5d33 More refactoring 2018-06-13 13:05:02 -04:00
Vitalik Buterin
38dafae053 Some code refactoring and simplified logging 2018-06-13 12:20:01 -04:00
Vitalik Buterin
4779c13741 Added some comments to state objects 2018-06-13 09:01:14 -04:00
Vitalik Buterin
ef0de00f9d Added trivial optimizations, and timing 2018-06-13 08:40:01 -04:00
Vitalik Buterin
e441352785 Yay! Epoch transitions work! 2018-06-13 08:11:11 -04:00
Vitalik Buterin
41ac6764bb Intra-epoch processing works 2018-06-13 04:20:53 -04:00
Vitalik Buterin
ab0fd55511 Further progress..... 2018-06-13 01:18:26 -04:00
Vitalik Buterin
15c2faf63b Completed active state transition function (I think) 2018-06-11 23:58:08 -04:00
Vitalik Buterin
058d45f0b5 Serialization/deserialization seems to work 2018-06-11 12:53:32 -04:00
Vitalik Buterin
de85691047 Further commit to full PoS chain 2018-06-11 11:14:51 -04:00
Vitalik Buterin
6250c90ed2 Started full PoS / BLS implementation 2018-06-09 06:04:04 -04:00
Vitalik Buterin
76c25ad2ce Added clock disparity test 2018-05-22 20:22:10 -04:00
Vitalik Buterin
63ebfa7088 Added randao analysis 2018-05-11 13:58:19 -04:00
Vitalik Buterin
ddac715ee1 Moved directories 2018-04-30 14:23:38 -04:00
Vitalik Buterin
9d2443162b Added sharding support 2018-04-30 14:23:19 -04:00
Vitalik Buterin
a6ac964720 Merge branch 'master' of github.com:ethereum/research 2018-04-29 18:21:43 -04:00
Vitalik Buterin
b1f701bf7b Added sharding cross-links simulation 2018-04-29 18:21:28 -04:00
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