Nishant Das
|
67f1c2c2bd
|
Update validator.md
|
2021-06-17 23:05:23 +08:00 |
ericsson
|
22b2a73615
|
convert `int` to `CommitteeIndex` when passing to `get_beacon_committee`
|
2021-06-16 19:07:24 +03:00 |
ericsson
|
5b4f89875c
|
use `List[PendingShardHeader,...]` instead of `MutableSequence`, since `remerkleable.List` does not implement the latter
|
2021-06-16 14:06:17 +03:00 |
ericsson
|
d83ca352d5
|
Fix typing problem: `append` is invoked on a `ShardWork` instance
|
2021-06-16 13:33:56 +03:00 |
ericsson
|
27889860f0
|
fix typo: sometimes `change()` invoked on `ShardWork` itself, should be invoked on its `status` field
|
2021-06-16 12:03:20 +03:00 |
Mikhail Kalinin
|
cc20b80103
|
Fix linter, add more test helpers
|
2021-06-15 14:55:06 +06:00 |
Danny Ryan
|
a63916a6ec
|
Merge pull request #2478 from ethereum/attester-proposer-slashing
Add a few missing slashing tests
|
2021-06-14 15:09:02 -06:00 |
Danny Ryan
|
5c1cb153aa
|
Merge branch 'dev' into attester-proposer-slashing
|
2021-06-14 15:08:10 -06:00 |
Mikhail Kalinin
|
2e87a6b44e
|
Apply review comments
|
2021-06-11 22:50:11 +06:00 |
Mikhail Kalinin
|
7d617bc7c0
|
Fix timestamp passed to produce_execution_payload
|
2021-06-11 22:46:24 +06:00 |
Mikhail Kalinin
|
95775e1b90
|
Add randao to execution payload
|
2021-06-11 16:05:19 +06:00 |
Danny Ryan
|
973a874105
|
Merge pull request #2477 from ethereum/fix-proposer-slashing-test
fix mismatched proposer test names
|
2021-06-10 10:04:38 -06:00 |
Danny Ryan
|
a5762cbad8
|
add attestesr slashing for proposer, and some future slashing tests woo
|
2021-06-09 16:56:32 -06:00 |
Danny Ryan
|
1ade07d705
|
fix mismatched proposer test names
|
2021-06-09 16:31:20 -06:00 |
Alex Stokes
|
a553e3b18e
|
Merge pull request #2476 from ethereum/fix-msg-id-parenthesis
add missing parenthesis
|
2021-06-08 12:53:56 -07:00 |
protolambda
|
5140b59c57
|
add missing parenthesis
|
2021-06-08 21:51:26 +02:00 |
Diederik Loerakker
|
8f8b5ab648
|
Merge pull request #2475 from ralexstokes/discriminate-sync-comm-msg
Add `message.topic` to gossipsub `message-id` in Altair
|
2021-06-08 21:47:06 +02:00 |
Alex Stokes
|
a343680fd4
|
Add implementation note on message id fn
|
2021-06-08 14:29:08 -05:00 |
Alex Stokes
|
f60f13964c
|
Harden topic serialization
|
2021-06-08 14:15:57 -05:00 |
Alex Stokes
|
25a2e3463e
|
Update specs/altair/p2p-interface.md
Co-authored-by: Diederik Loerakker <proto@protolambda.com>
|
2021-06-08 12:06:02 -07:00 |
Danny Ryan
|
db2339e1c9
|
Merge pull request #2474 from ralexstokes/clarify-altair-p2p-conditions
Clarify p2p validation conditions for Altair sync committees
|
2021-06-08 12:47:06 -06:00 |
Alex Stokes
|
d64b4e7d24
|
Add `message.topic` to gossipsub `message-id` in Altair
|
2021-06-08 13:44:06 -05:00 |
Alex Stokes
|
c7980d3cd0
|
Clarify p2p validation conditions for Altair sync committees
|
2021-06-08 13:34:16 -05:00 |
Danny Ryan
|
5d9d786499
|
Merge pull request #2462 from mkalinin/merge-transition-with-dynamic-ttd
Merge transition process with computed transition total difficulty
|
2021-06-08 09:55:10 -06:00 |
Danny Ryan
|
761c77f9a0
|
Merge pull request #2470 from ethereum/bump-version
bump VERSION.txt to v1.1.0-alpha.7
|
2021-06-08 08:31:47 -06:00 |
Mikhail Kalinin
|
5228dc814f
|
Redefine initialize_beacon_state_from_eth1
|
2021-06-08 18:44:53 +06:00 |
Mikhail Kalinin
|
6350e27366
|
Add difficulty field to PowBlock
|
2021-06-08 17:56:07 +06:00 |
Mikhail Kalinin
|
038edb5b34
|
Rename SECONDS_SINCE_MERGE_FORK -> TARGET_SECONDS_TO_MERGE
|
2021-06-08 17:16:52 +06:00 |
Mikhail Kalinin
|
3a6a565a8f
|
Replace fractional division with integer one
Co-authored-by: vbuterin <v@buterin.com>
|
2021-06-08 15:03:59 +06:00 |
Danny Ryan
|
6258dc64f7
|
bump VERSION.txt to v1.1.0-alpha.7
|
2021-06-07 17:41:37 -06:00 |
Diederik Loerakker
|
c821e3fced
|
Merge pull request #2469 from ethereum/sync-consistency
Sync Committee vs Aggregate naming consistencies
|
2021-06-08 01:30:28 +02:00 |
protolambda
|
64f217d3e1
|
update sync aggregate processing reference in validator doc
|
2021-06-08 01:05:50 +02:00 |
Danny Ryan
|
cfc66a3794
|
patch tests
|
2021-06-07 16:36:18 -06:00 |
Danny Ryan
|
09b6fb0e64
|
ensure consistency about sync committees vs aggregates in naming throughout
|
2021-06-07 16:17:46 -06:00 |
Mikhail Kalinin
|
96334e3ee7
|
Switch to suggested td computation formula
|
2021-06-07 22:21:36 +06:00 |
Danny Ryan
|
b97972c091
|
Merge pull request #2444 from ethereum/invariant-checks
Add some invariant checks to pyspec unit tests
|
2021-06-07 09:09:56 -06:00 |
Danny Ryan
|
ad1e51a2cb
|
Merge pull request #2435 from ethereum/altair_epoch_tests
Inactivity updates test generation, implement new participation flag updates testing
|
2021-06-07 08:12:41 -06:00 |
Danny Ryan
|
8ba740a93a
|
Merge branch 'dev' into invariant-checks
|
2021-06-07 08:12:27 -06:00 |
Danny Ryan
|
9c78de9d42
|
pr review
|
2021-06-07 08:00:03 -06:00 |
Danny Ryan
|
6f7e04ef5c
|
Apply suggestions from hwwhww code review
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
|
2021-06-07 07:56:52 -06:00 |
Danny Ryan
|
7710d4fa5c
|
add a few more preset/config invariants
|
2021-06-07 07:55:04 -06:00 |
Danny Ryan
|
30f2a07637
|
Merge pull request #2438 from ralexstokes/add-aggregate-pks-fn
Move BLS extensions to new file in Altair
|
2021-06-07 07:18:31 -06:00 |
Danny Ryan
|
335d7ce1dc
|
Merge pull request #2446 from ethereum/SyncCommitteeSignature-to-SyncCommitteeMessage
Rename `SyncCommitteeSignature` to `SyncCommitteeMessage` to avoid name conflicts
|
2021-06-07 07:06:14 -06:00 |
Danny Ryan
|
f5ab017997
|
Merge pull request #2467 from ethereum/bump-mypy-0_800
Bump `mypy` to v0.812
|
2021-06-04 12:24:46 -06:00 |
Danny Ryan
|
1d5c4ecffb
|
Merge pull request #2453 from ethereum/vbuterin-patch-11
Modify sync committee logic and parameters to reduce variance
|
2021-06-04 12:23:16 -06:00 |
Diederik Loerakker
|
44f6453ce3
|
Merge pull request #2452 from Nashatyrev/fix/no-committee-for-shard-case
[Sharding] Handle the case when committee count < active shards
|
2021-06-04 18:19:33 +02:00 |
Diederik Loerakker
|
f679a0a086
|
Merge pull request #2455 from ethereum/sharding-state
New union-based shard headers/commitments representation
|
2021-06-04 18:18:43 +02:00 |
Anton Nashatyrev
|
0ae9a85b17
|
Adopt shard_blob gossip validation on top of PR #2455: here the `compute_committee_index_from_shard` raises an error if no committee assigned to a shard
|
2021-06-04 18:48:09 +03:00 |
Anton Nashatyrev
|
071abfa846
|
Revert beacon-chain changes as they are handled in PR #2455
|
2021-06-04 18:44:35 +03:00 |
Anton Nashatyrev
|
116c1c0f3a
|
Merge remote-tracking branch 'EF/dev' into fix/no-committee-for-shard-case
# Conflicts:
# specs/sharding/p2p-interface.md
|
2021-06-04 18:43:12 +03:00 |