Paul Hauner
b50bee16f6
Rename Store -> OptimisticStore
2022-01-18 11:30:28 +11:00
Paul Hauner
52caba6eae
Add section about backwards compat
2022-01-18 11:28:08 +11:00
Paul Hauner
092f3e0b16
Propose -> Propagate
2022-01-18 11:22:07 +11:00
Paul Hauner
6225236a52
Specify about EL/CL scoring rules
2022-01-18 11:20:52 +11:00
Paul Hauner
b1ec9bcfbc
Update gossip conditions
2022-01-18 11:12:55 +11:00
Paul Hauner
15ef2f30d2
Apply suggestions from @djrtwo review
...
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
2022-01-18 09:30:01 +11:00
Danny Ryan
671c4f0e3a
receipt_root -> receipts_root
2022-01-17 13:42:10 -07:00
Etan Kissling
8319d07084
Consistently use `compute_sync_committee_period`
...
There were a couple instances where a division was used on an epoch
to derive the corresponding sync committee period instead of calling the
`compute_sync_committee_period` function.
These instances were changed to also use the function.
2022-01-17 17:38:24 +01:00
Hsiao-Wei Wang
e9c0bbfa86
Merge pull request #2804 from etan-status/doctoc-custodygame
...
`doctoc` on `custody_game` specs
2022-01-17 21:42:28 +08:00
Etan Kissling
fd89b72c6b
`doctoc` on `custody_game` specs
...
This updates the TOC in `custody_game/beacon-chain.md` using
`make doctoc specs`.
2022-01-17 12:56:51 +01:00
Alex Stokes
10603b71c0
indicate unused argument in utility function
2022-01-13 11:39:37 -08:00
Alex Stokes
2b45496fe4
clean up unused argument from `phase0`
2022-01-13 11:39:36 -08:00
Alex Stokes
fd27d93898
add `pylint` to catch unused args
2022-01-13 11:27:11 -08:00
Alex Stokes
50a63c4135
Merge pull request #2790 from asanso/patch-5
...
Add 3 new invalid test cases
2022-01-13 12:56:38 -06:00
Hsiao-Wei Wang
67b18334b6
Merge pull request #2799 from terencechain/patch-130
...
Remove client settings link
2022-01-13 21:08:19 +08:00
Hsiao-Wei Wang
16c350ebcd
Merge pull request #2796 from etan-status/lc-aggregate
...
Rename `sync_committee_aggregate` > `sync_aggregate`
2022-01-13 21:07:50 +08:00
Antonio Sanso
7255faf41b
Update ssz_container.py
2022-01-13 13:40:48 +01:00
Paul Hauner
856eea4986
Describe all fields in store
2022-01-13 07:23:12 +11:00
Paul Hauner
8522f27b8e
Modify "when" section
2022-01-13 07:17:57 +11:00
Paul Hauner
b7c332f0ee
Tidy
2022-01-13 07:17:43 +11:00
Paul Hauner
6af3d4cbfc
Fix comment indents
2022-01-13 07:13:10 +11:00
Paul Hauner
18c32e0a5e
Fix indents
2022-01-13 07:00:28 +11:00
Paul Hauner
6d72038f12
Fix spelling mistakes
2022-01-13 06:56:38 +11:00
Paul Hauner
0c2e416a6e
Run doctoc
2022-01-13 06:56:32 +11:00
Paul Hauner
6d73b0a4ac
Add poisoning prevention
2022-01-13 06:52:07 +11:00
Paul Hauner
90fb7f6871
Add rationale
2022-01-12 19:04:43 +11:00
Paul Hauner
ad7e92433a
Update links to bellatrix
2022-01-12 16:49:08 +11:00
Paul Hauner
de1a6caa5d
Add comment about INVALID block
2022-01-12 16:43:36 +11:00
Paul Hauner
0ae80d9382
Fix typo
2022-01-12 16:41:24 +11:00
Paul Hauner
60eab25774
Add section about merge block
2022-01-12 16:39:43 +11:00
Paul Hauner
e97335a09a
Merge branch 'dev' into opt-sync-2
2022-01-12 16:22:05 +11:00
Paul Hauner
1228e01883
Update p2p-networking
2022-01-12 16:18:53 +11:00
Paul Hauner
55d92cee34
Fix typo
2022-01-12 16:10:59 +11:00
Paul Hauner
736f3cec3f
Remove `justified_block`
2022-01-12 16:09:24 +11:00
Paul Hauner
2ce2aac0c8
Address "yet to" paragraph
2022-01-12 15:57:27 +11:00
Paul Hauner
6c13e2ecdb
Expand `should_optimistically_import_block`
2022-01-12 15:54:11 +11:00
terence tsao
7e2461e805
Remove client setting
2022-01-11 20:34:06 -08:00
Alex Stokes
c4a60225cb
Merge branch 'dev' into patch-5
2022-01-11 16:09:40 -06:00
Danny Ryan
a1719f9afc
Merge pull request #2784 from status-im/config-name
...
Add `CONFIG_NAME` to configs
2022-01-11 07:24:15 -07:00
Danny Ryan
01869f37cb
Merge pull request #2794 from paulhauner/patch-36
...
Fix typo in main README
2022-01-11 07:12:08 -07:00
Danny Ryan
17558acd8d
Merge pull request #2795 from fredriksvantes/patch-5
...
Updating URL for eth-clients
2022-01-11 06:58:29 -07:00
Danny Ryan
7b435bd470
Merge pull request #2797 from etan-status/lc-update-doc
...
Fix light client docs to match function signature
2022-01-11 06:57:19 -07:00
Danny Ryan
80c8de1642
Merge pull request #2798 from etan-status/lc-constants-notes
...
Document light client constants
2022-01-11 06:56:01 -07:00
Etan Kissling
79c456b9f4
Fix light client docs to match function signature
...
In the light client docs a mentioning of a function trigger is lacking
the `genesis_validators_root` argument. This patch adds that argument
to the documentation to match the real function signature. It also
slightly improves the grammar.
2022-01-11 12:10:30 +01:00
Etan Kissling
212eb00fc1
Document light client constants
...
This adds documentation about the unit and actual value of light client
specific constants, consistently with the rest of the spec.
2022-01-11 12:10:09 +01:00
Etan Kissling
48e19b15ae
Rename `sync_committee_aggregate` > `sync_aggregate`
...
This renames the `sync_committee_aggregate` field of `LightClientUpdate`
to `sync_aggregate` for consistency with the terminology in the rest of
the spec.
2022-01-11 11:22:39 +01:00
Fredrik Svantes
890a020f25
Updating URL for eth-clients
...
Was renamed from https://github.com/eth2-clients to https://github.com/eth-clients
2022-01-11 10:31:57 +01:00
Paul Hauner
6eba269e9b
Update sync/optimistic.md
...
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-01-11 19:02:40 +11:00
Paul Hauner
9e619f88b8
Apply suggestions from code review
...
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2022-01-11 16:42:20 +11:00
Paul Hauner
fe605894e8
Update README.md
2022-01-10 17:07:13 +11:00