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

DAS phase 1 #2146

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
2cc458c
DAS phase 1
vbuterin Dec 9, 2020
c80536c
Combing... part 1
vbuterin Dec 10, 2020
a63f68b
Second pass
vbuterin Dec 10, 2020
22dc5b2
Fixed custom types
vbuterin Dec 10, 2020
f192ffd
Made confirmed headers a separate object
vbuterin Dec 10, 2020
5f01e6c
Abstracted (Kate commitment, length) into separate object
vbuterin Dec 10, 2020
9f30f8a
Added dependencies to fork choice section
vbuterin Dec 10, 2020
a354ded
Minor fixes
hwwhww Dec 11, 2020
ce6feee
(OOP SSZ) if the fields are updated, we need to redefine them when de…
hwwhww Dec 11, 2020
f74f1f7
Revert: `BeaconBlockHeader` was not changed
hwwhww Dec 11, 2020
947c923
Update specs/phase1/beacon-chain.md
vbuterin Dec 12, 2020
e38175f
Update specs/phase1/beacon-chain.md
vbuterin Dec 13, 2020
fefb27e
Update specs/phase1/beacon-chain.md
vbuterin Dec 13, 2020
1ce2039
Update specs/phase1/beacon-chain.md
vbuterin Dec 13, 2020
569ca80
pending_headers -> pending_shard_headers
vbuterin Dec 13, 2020
99368ae
Some small fixes
dankrad Dec 14, 2020
939248c
Delta minimum 1
vbuterin Dec 16, 2020
862ad2c
Added size check to include the degree check
vbuterin Dec 16, 2020
5b9f9b7
Add data availability coding rate as a constant (makes it more explic…
dankrad Dec 16, 2020
076cec5
Improve/correct length checking
dankrad Dec 18, 2020
53371ca
Increase maximum allowable gas price and restrict proposer selection …
dankrad Dec 18, 2020
0811605
Fill in with zeroes only up to the next power of two, to reduce degre…
dankrad Dec 18, 2020
54b204f
Fix seed in get_shard_proposer_index
dankrad Dec 28, 2020
bd8796b
Update specs/phase1/beacon-chain.md
dankrad Dec 28, 2020
999f212
MAX_COMMITTEE_SIZE -> MAX_VALIDATORS_PER_COMMITTEE
dankrad Dec 28, 2020
28e4d2d
Add modulus
dankrad Dec 28, 2020
03b3353
Update specs/phase1/beacon-chain.md
dankrad Dec 28, 2020
305f892
Update specs/phase1/beacon-chain.md
dankrad Dec 28, 2020
32e84d2
Kate -> KZG10 (better in formal contexts)
dankrad Dec 28, 2020
dbe2d38
Change length proof to degree proof
dankrad Dec 28, 2020
2f023de
most_recent_confirmed_commitments -> grantparent_epoch_confirmed_comm…
dankrad Dec 28, 2020
427bcb6
Update specs/phase1/beacon-chain.md
dankrad Dec 28, 2020
9c75be8
MAX_COMMITTEE_SIZE -> MAX_VALIDATORS_PER_COMMITTEE (missed one)
dankrad Dec 28, 2020
7569e3d
Update specs/phase1/beacon-chain.md
dankrad Dec 28, 2020
8d96b83
BLSCommitment -> DataCommitment
dankrad Dec 28, 2020
94af143
Fix degree proof for length 0 (degree -inf)
dankrad Dec 28, 2020
2305be5
Refactor loop
dankrad Dec 28, 2020
de459bb
Revert hackmd link -- original link was good, just accidentally overw…
dankrad Dec 28, 2020
aad9c8d
Apply suggestions from code review
vbuterin Dec 31, 2020
4bfc910
Fixed index vs shard and beacon committee getting
vbuterin Dec 31, 2020
849837a
minor cleanups/fixes to shard data avail PR
djrtwo Jan 4, 2021
f491be0
fix minor var name issue in DAS
djrtwo Jan 11, 2021
18b50d6
typo
djrtwo Jan 11, 2021
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
Loading