6515 Commits

Author SHA1 Message Date
Mikhail Kalinin
ac175fd325 Replace state with its root in execution_state_transition params 2021-04-09 19:16:52 +06:00
Mikhail Kalinin
334a9b2434 Pass timestamp to execution state transition and payload production 2021-04-09 19:14:58 +06:00
Hsiao-Wei Wang
658ede2191
Refactor pyspec builder with SpecAdjustment classes 2021-04-09 21:12:05 +08:00
Mikhail Kalinin
a1ded22b3a Introduce Hash32 custom type 2021-04-09 19:09:00 +06:00
Hsiao-Wei Wang
6f095fc691
Merge pull request #2316 from ethereum/merge-exe
Make executable merge spec pass CI linter checks
2021-04-09 20:30:37 +08:00
Danny Ryan
af9ea0efb6
Merge branch 'dev' into merge-exe 2021-04-09 07:21:51 -05:00
Danny Ryan
f8c4977414
Merge pull request #2319 from mkalinin/merge-terminology
Apply new terminology to the merge spec
2021-04-09 07:11:04 -05:00
Mikhail Kalinin
ffe7d6db6a Add pre-merge path to the process_execution_payload 2021-04-09 15:36:45 +06:00
Alex Stokes
66905f4fa6
update test to work for both minimal and mainnet config 2021-04-08 18:25:58 -07:00
Alex Stokes
e4e65295b6
modify assignment test when sync committee size >= validator count 2021-04-08 18:00:58 -07:00
Alex Stokes
3fd4974430
iterate over the correct number of subcommittees 2021-04-08 17:44:54 -07:00
Alex Stokes
749b49898a
file reorg 2021-04-08 17:44:54 -07:00
Alex Stokes
4678ffc794
Update tests/core/pyspec/eth2spec/test/altair/validator/test_validator.py
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
2021-04-08 17:44:53 -07:00
Alex Stokes
5e43ad69cf
Add some basic tests for Altair validator guide 2021-04-08 17:44:53 -07:00
Mikhail Kalinin
68b11ad4ad Fix pre-condition checks in process_execution_payload 2021-04-08 20:14:34 +06:00
Mikhail Kalinin
13586cd9f8 Polishing and fixes according to github comments 2021-04-08 20:14:01 +06:00
Mikhail Kalinin
c1101a8181 Apply new terminology to the merge spec 2021-04-08 14:29:05 +06:00
Hsiao-Wei Wang
6e8b4b3ea9
Add eth2spec.merge.spec 2021-04-08 05:57:16 +08:00
Hsiao-Wei Wang
300832f81a
Merge pull request #2313 from ajsutton/update-slash-validator-note
Update note about changes to slash_validator
2021-04-07 20:48:25 +08:00
Adrian Sutton
08f9f81c1f
Update note about changes to slash_validator. 2021-04-07 11:44:24 +10:00
Danny Ryan
680e264fa9
Merge pull request #2295 from mkalinin/application-payload-fields
New application payload fields
2021-04-06 15:38:40 -06:00
Danny Ryan
0c1fae6079
Merge pull request #2302 from ethereum/shardblobs
Shard blob, headers and slashings
2021-04-06 15:24:58 -06:00
Diederik Loerakker
f3dbb8b46f
Merge pull request #2307 from ericsson49/ericsson49/fix_uint64_overflow
Fix uint64 overflow when computing ROOT_OF_UNITY
2021-04-06 23:15:47 +02:00
protolambda
cb29a7ed91
Merge branch 'dev' into shardblobs 2021-04-06 19:49:48 +02:00
protolambda
2119efc1bf
change to block-root anchor of shard blob 2021-04-06 19:31:20 +02:00
protolambda
ead3510704
update TOC, check slot range to avoid future-slot state-root lookup 2021-04-06 17:07:29 +02:00
Mikhail Kalinin
2a4756da2e Add transactions_root to ApplicationBlockHeader 2021-04-06 11:48:33 +06:00
protolambda
36e871dc88
Enforce state sub-tree in shard blob proposal to avoid inconsistent replays on reorg, and provide context for proposer_index computation 2021-04-06 04:00:55 +02:00
protolambda
2cbc52b9dc
Implement review suggestions
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
2021-04-06 03:17:07 +02:00
Danny Ryan
05581e759c
Merge pull request #2309 from terencechain/fix-spelling
Fix spelling
2021-04-05 18:48:40 -06:00
Danny Ryan
82606ccd3d
Merge pull request #2310 from ethereum/version-bump
bump VERSION.txt to 1.1.0-alpha.3
2021-04-05 18:48:07 -06:00
protolambda
f7069510e6
update shard blob and headers types, implement shard blob slashings, update shard gossip validation 2021-04-06 02:23:43 +02:00
Alex Stokes
ed3c8d2755
Merge pull request #2308 from ralexstokes/fix-altair-val-fns
Clean up unnecessary function arguments in Altair validator guide
2021-04-05 17:15:51 -07:00
Danny Ryan
20b465e788
bump VERSION.txt to 1.1.0-alpha.3 2021-04-05 18:07:59 -06:00
terence tsao
b2f42bf4d7 broadast -> broadcast 2021-04-05 17:05:59 -07:00
Alex Stokes
746d6453bc
Clean up unnecessary function arguments
Some of the inputs to some functions in the Altair validator guide
were required in earlier iterations of the aggregation scheme but are
no longer required in the current version. This commit cleans up these
functions.
2021-04-05 16:56:13 -07:00
ericsson
37fe8068ca Cast MAX_SAMPLES_PER_BLOCK * POINTS_PER_SAMPLE to int to avoid uint64 overflow 2021-04-05 23:13:54 +03:00
Danny Ryan
0b069fbfca
Merge pull request #2303 from ericsson49/ericsson49/fix_typos
Sharding spec typos fixed
2021-04-05 12:27:33 -06:00
Danny Ryan
52e4ce3bcf
Merge pull request #2276 from barnabemonnot/altair_incentives
Modify incentives to preserve invariant
2021-04-05 12:23:17 -06:00
Alex Stokes
bf7c61ff30
Merge pull request #2299 from ralexstokes/update-altair-p2p
Fix language with sync committee selection proofs
2021-04-05 11:03:36 -07:00
Hsiao-Wei Wang
0bbef67efe
Add ALTAIR_INVAIANT_CHECKS, checks the weight configurations 2021-04-06 00:08:30 +08:00
Hsiao-Wei Wang
06c75ef55e
Merge pull request #2305 from mbaxter/altair/formatting/fix-p2p-table
Fix table formatting
2021-04-06 00:03:42 +08:00
Hsiao-Wei Wang
8d60614728
Merge branch 'dev' into altair_incentives 2021-04-06 00:01:11 +08:00
Meredith Baxter
4a1126d916 Fix table formatting 2021-04-05 11:34:06 -04:00
ericsson
01dc8c6624 Type fixed: boolean instead of bool in PendingShardHeader 2021-04-05 18:22:53 +03:00
ericsson
c0a2ab54f1 Type fixed: made BLSCommitment descending from Bytes48 instead of bytes48 2021-04-05 17:39:04 +03:00
ericsson
99c1b75e59 More backquotes to make DocToc happy 2021-04-05 17:08:38 +03:00
ericsson
71a609464c fixed some typos, which blocks Python parser 2021-04-05 16:53:03 +03:00
ericsson
1a8ff79a18 Add backquotes around DASSample, since setup.py/get_spec fails w/o them 2021-04-05 16:51:26 +03:00
Aditya Asgaonkar
9e5ee0a083 Remove unnecesssary change 2021-04-03 17:43:18 -07:00