Mikhail Kalinin
|
9d79831b56
|
Rename validate_execution_payload to verify_execution_state_transition
|
2021-04-14 13:03:58 +06:00 |
Mikhail Kalinin
|
292fd604f8
|
Replace boolean with bool whenever make sense
|
2021-04-14 12:54:49 +06:00 |
Mikhail Kalinin
|
7d8570d488
|
Warn about potential overflows in compute_time_at_slot
|
2021-04-14 12:53:30 +06:00 |
Mikhail Kalinin
|
dbbc63b7a3
|
Replace execution_state_transition with validate_execution_payload
|
2021-04-13 19:13:54 +06:00 |
Mikhail Kalinin
|
ad0f1e5620
|
Add timestamp field into ExecutionPayload
|
2021-04-13 19:08:47 +06:00 |
Danny Ryan
|
1235e58a8d
|
Merge pull request #2325 from ethereum/pyspec-constants
Refactor pyspec `context.py` by adding `typing.py` and `constants.py`
|
2021-04-13 06:02:25 -05:00 |
Danny Ryan
|
ef907ad7e9
|
Merge pull request #2327 from ralexstokes/fix-altair-config
Add sync committee aggregation constant to config
|
2021-04-13 05:59:35 -05:00 |
Mikhail Kalinin
|
13edd20a36
|
Change Eth1Data.block_hash type to Hash32
|
2021-04-13 15:29:07 +06:00 |
Mikhail Kalinin
|
44de07fee9
|
Replace hash: Hash32 with block_hash: Hash32
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
|
2021-04-13 15:20:45 +06:00 |
Alex Stokes
|
3ea897d531
|
Add sync committee aggregation constant to config
|
2021-04-12 15:27:04 -07:00 |
Alex Stokes
|
18fc7c0498
|
Merge pull request #2311 from ralexstokes/add-altair-val-tests
Add some basic tests for Altair validator guide
|
2021-04-12 15:19:44 -07:00 |
Alex Stokes
|
4bf6331c21
|
update remerkleable
|
2021-04-12 15:11:21 -07:00 |
Hsiao-Wei Wang
|
cd43d64809
|
Move constants to `eth2spec.test.helpers.constants`
|
2021-04-12 22:34:00 +08:00 |
Hsiao-Wei Wang
|
79230c5f68
|
Update pyspec builder
|
2021-04-10 03:04:27 +08:00 |
Mikhail Kalinin
|
c4c4dade27
|
Add missing timestamp in validator.md/get_execution_payload
|
2021-04-09 22:50:37 +06:00 |
Hsiao-Wei Wang
|
3320ebb865
|
Fix typo and add `SpecAdjustment.fork` property
|
2021-04-09 22:39:12 +08:00 |
Hsiao-Wei Wang
|
ceb352be12
|
Refactor `imports_and_predefinitions` into `imports` and `preparations`
|
2021-04-09 22:17:01 +08:00 |
Hsiao-Wei Wang
|
1ffa436836
|
Update `imports_and_predefinitions`
|
2021-04-09 21:28:58 +08:00 |
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 |