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 |
protolambda
|
9050897cb2
|
fix committee work status and commitment references
|
2021-06-03 19:11:47 +02:00 |
Diederik Loerakker
|
d4f6459108
|
Define missing header_root
Co-authored-by: Anton Nashatyrev <Nashatyrev@users.noreply.github.com>
|
2021-06-03 18:00:51 +02:00 |
protolambda
|
c0af420130
|
shard work status enum, prefix instead of suffix + move full committee balance init line
|
2021-06-03 17:32:35 +02:00 |
protolambda
|
417dda8326
|
fix committee index assertion
|
2021-06-01 22:38:36 +02:00 |
protolambda
|
2545c3e2d0
|
update pending header weights after epoch transition, fix committee index loop, fix header processing status assert, add todos for Altair-like shard attestation rewards
|
2021-05-31 18:55:08 +02:00 |
Diederik Loerakker
|
5a235d0251
|
Review suggestions
Co-authored-by: Anton Nashatyrev <Nashatyrev@users.noreply.github.com>
|
2021-05-31 17:03:06 +02:00 |
protolambda
|
bb3d581b13
|
update shard processing naming and doc structure
|
2021-05-29 23:55:16 +02:00 |
protolambda
|
31f48b7b3b
|
update sharding presets
|
2021-05-29 22:39:25 +02:00 |
protolambda
|
3665dbea8b
|
name (slot, shard) union wrapper ShardWork
|
2021-05-29 21:28:00 +02:00 |
protolambda
|
72215412fa
|
For slow shard confirmation, assuming it is available via DAS, we could confirm the best pending header
|
2021-05-28 21:56:13 +02:00 |
protolambda
|
38a0f4f211
|
update to wrap the union, clean up initialization and typing
|
2021-05-28 21:27:05 +02:00 |
protolambda
|
e5521af1f8
|
new union-based shard headers/commitments representation
|
2021-05-28 20:18:29 +02:00 |
protolambda
|
1360860d1e
|
add/update comments on shard blob/header/reference body field
|
2021-05-27 03:57:59 +02:00 |
protolambda
|
e50d8d4391
|
Merge branch 'dev' into config-rework
|
2021-05-20 23:31:49 +02:00 |
ericsson
|
441992c779
|
Fix typing problem in `sharding.process_block`
|
2021-05-18 14:14:43 +03:00 |
protolambda
|
4941a97829
|
Sharding constant/preset/config separation
|
2021-05-18 09:33:05 +02:00 |
protolambda
|
fcf37895ba
|
remove duplicate sharding config var, fix minimal-sharding-config fork epoch name
|
2021-05-18 00:48:59 +02:00 |
terence tsao
|
abda2dd5fa
|
Sharding: move `get_committee_count_per_slot` to the outside
|
2021-05-14 12:02:46 -07:00 |
Diederik Loerakker
|
a1e64c1ceb
|
Merge pull request #2368 from Nashatyrev/fix/root-for-empty-shard-header
[Sharding] Calc the right root with respect to (slot, shard) for an empty PendingShardHeader
|
2021-05-14 14:44:56 +02:00 |
Danny Ryan
|
1564f6217f
|
Merge pull request #2386 from Nashatyrev/fix/effective-balance-max-deviation
[Sharding] Fix the EFFECTIVE_BALANCE_MAX_DOWNWARD_DEVIATION constant calculation
|
2021-05-10 10:19:00 -06:00 |
terence tsao
|
e38f758d21
|
`adjustment_quotient` to use `previous_epoch`
|
2021-05-09 17:08:54 -07:00 |
Anton Nashatyrev
|
2aef63be01
|
Fix back the EFFECTIVE_BALANCE_MAX_DOWNWARD_DEVIATION constant calculation
|
2021-05-05 20:17:09 +03:00 |
terence tsao
|
ed4b8d5f18
|
`get_shard_proposer_index` to use `DOMAIN_SHARD_PROPOSER`
|
2021-05-05 07:40:23 -07:00 |
Anton Nashatyrev
|
3cc1256a72
|
update_pending_votes: search pending header by header.(root + slot + shard)
|
2021-05-05 13:31:19 +03:00 |
Anton Nashatyrev
|
befe4c7db3
|
Revert "Search winning 'empty' PendingShardHeader index by the empty DataCommitment instead of zero Root"
This reverts commit dca6d337
|
2021-05-05 13:21:25 +03:00 |
Anton Nashatyrev
|
ddc59422ba
|
Revert "Calc the right root with respect to (slot, shard) for an empty PendingShardHeader"
This reverts commit 2199b8e0
|
2021-05-05 13:21:15 +03:00 |
Anton Nashatyrev
|
dca6d3370a
|
Search winning 'empty' PendingShardHeader index by the empty DataCommitment instead of zero Root
|
2021-04-30 15:21:51 +03:00 |
Anton Nashatyrev
|
2199b8e0f0
|
Calc the right root with respect to (slot, shard) for an empty PendingShardHeader
|
2021-04-30 14:58:30 +03:00 |
Anton Nashatyrev
|
99d50108d0
|
Replace unspecified SHARD_COUNT const with get_active_shard_count(previous_epoch)
|
2021-04-30 14:39:37 +03:00 |
Anton Nashatyrev
|
637f232ab3
|
Need to specify MAX_SHARDS since we are filling the Vector of MAX_SHARDS length
|
2021-04-30 14:35:34 +03:00 |
Anton Nashatyrev
|
36fd9195f3
|
Replace unspecified DOMAIN_SHARD_HEADER const with DOMAIN_SHARD_PROPOSER
|
2021-04-30 14:14:09 +03:00 |
Anton Nashatyrev
|
86d8a10495
|
Replace unspecified SHARD_COUNT const with get_active_shard_count(previous_epoch)
|
2021-04-30 14:09:09 +03:00 |
protolambda
|
c5986106ca
|
fix note about sharding beacon state extension
|
2021-04-29 15:39:57 +02:00 |
ericsson
|
e3c95e967c
|
use `committee_index` instead of `shard`
|
2021-04-27 17:09:16 +03:00 |
ericsson
|
a0c30313fa
|
convert `shard` to `CommitteeIndex` using `compute_committee_index_from_shard`, based on @djrtwo comment
|
2021-04-27 17:07:56 +03:00 |
ericsson
|
4d684bd8d9
|
convert `shard` to `CommitteeIndex` in `charge_confirmed_header_fees`
|
2021-04-27 15:44:25 +03:00 |
ericsson
|
865a077aa3
|
convert `shard` and `index` to `CommitteeIndex` in `reset_pending_headers`
|
2021-04-27 14:14:25 +03:00 |
ericsson
|
17bc3c1c72
|
convert `shard` to `CommitteeIndex` when passing to `get_beacon_committee`
|
2021-04-27 13:44:22 +03:00 |
Diederik Loerakker
|
ac98da6c7d
|
Merge pull request #2359 from ericsson49/ericsson49/fix_pass_set_instead_of_sequence_to_get_total_balance
Fix: pass Set instead of Sequence to get_total_balance
|
2021-04-26 20:31:15 +02:00 |
Diederik Loerakker
|
fd9c96d41d
|
Merge pull request #2358 from ericsson49/ericsson49/fix_process_shard_header
More typos fixes in `sharding`
|
2021-04-26 20:27:07 +02:00 |
ericsson
|
d99cfee853
|
typing problem fixed: `get_total_balance` expected second argument to be of `Set[ValidatorIndex]` type, however, `Sequence` is passed
|
2021-04-24 18:21:59 +03:00 |
ericsson
|
6288252d44
|
fix typo: `process_confirmed_header_fees` called instead of `charge_confirmed_header_fees`
|
2021-04-24 17:46:55 +03:00 |
ericsson
|
e05356893f
|
fix typo: `c` var name used instad of `header` in `process_pending_headers`
|
2021-04-24 17:38:09 +03:00 |
ericsson
|
77bceeae69
|
fix typo: `SLOTS_IN_EPOCH` used instead of `SLOTS_PER_EPOCH`
|
2021-04-24 17:33:53 +03:00 |
ericsson
|
6814efac2e
|
fix typo: `state` missed in `get_committee_count_per_slot` call
|
2021-04-24 17:32:59 +03:00 |
ericsson
|
47e52a6361
|
fix typo: `get_shard_proposer_index` vs `get_shard_proposer`
|
2021-04-24 17:32:05 +03:00 |
ericsson
|
ee360df689
|
missed `body_summary` attribute when accessing`ShardBlobBodySummary.beacon_block_root`
|
2021-04-24 00:12:28 +03:00 |
ericsson
|
f55b327c51
|
fix typos in sharding
|
2021-04-23 18:47:25 +03:00 |
Anton Nashatyrev
|
8f371f5627
|
Cleanup: move var calculation down right before its usage
|
2021-04-22 22:08:44 +03:00 |