@lodestar/state-transition 1.39.0-dev.882891d89c → 1.39.0-dev.90334173dc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/lib/block/index.d.ts.map +1 -1
  2. package/lib/block/index.js +4 -2
  3. package/lib/block/index.js.map +1 -1
  4. package/lib/block/isValidIndexedAttestation.d.ts +4 -5
  5. package/lib/block/isValidIndexedAttestation.d.ts.map +1 -1
  6. package/lib/block/isValidIndexedAttestation.js +9 -10
  7. package/lib/block/isValidIndexedAttestation.js.map +1 -1
  8. package/lib/block/processAttestationPhase0.d.ts.map +1 -1
  9. package/lib/block/processAttestationPhase0.js +1 -1
  10. package/lib/block/processAttestationPhase0.js.map +1 -1
  11. package/lib/block/processAttestationsAltair.js +1 -1
  12. package/lib/block/processAttestationsAltair.js.map +1 -1
  13. package/lib/block/processAttesterSlashing.d.ts +3 -2
  14. package/lib/block/processAttesterSlashing.d.ts.map +1 -1
  15. package/lib/block/processAttesterSlashing.js +3 -3
  16. package/lib/block/processAttesterSlashing.js.map +1 -1
  17. package/lib/block/processBlsToExecutionChange.d.ts +3 -1
  18. package/lib/block/processBlsToExecutionChange.d.ts.map +1 -1
  19. package/lib/block/processBlsToExecutionChange.js +7 -11
  20. package/lib/block/processBlsToExecutionChange.js.map +1 -1
  21. package/lib/block/processExecutionPayload.d.ts.map +1 -1
  22. package/lib/block/processExecutionPayload.js +6 -4
  23. package/lib/block/processExecutionPayload.js.map +1 -1
  24. package/lib/block/processProposerSlashing.d.ts +5 -2
  25. package/lib/block/processProposerSlashing.d.ts.map +1 -1
  26. package/lib/block/processProposerSlashing.js +7 -5
  27. package/lib/block/processProposerSlashing.js.map +1 -1
  28. package/lib/block/processRandao.js +2 -2
  29. package/lib/block/processRandao.js.map +1 -1
  30. package/lib/block/processSyncCommittee.d.ts +2 -1
  31. package/lib/block/processSyncCommittee.d.ts.map +1 -1
  32. package/lib/block/processSyncCommittee.js +6 -4
  33. package/lib/block/processSyncCommittee.js.map +1 -1
  34. package/lib/block/processVoluntaryExit.js +1 -1
  35. package/lib/block/processVoluntaryExit.js.map +1 -1
  36. package/lib/block/processWithdrawals.d.ts +3 -3
  37. package/lib/block/processWithdrawals.d.ts.map +1 -1
  38. package/lib/block/processWithdrawals.js +152 -105
  39. package/lib/block/processWithdrawals.js.map +1 -1
  40. package/lib/cache/epochCache.d.ts +8 -28
  41. package/lib/cache/epochCache.d.ts.map +1 -1
  42. package/lib/cache/epochCache.js +40 -180
  43. package/lib/cache/epochCache.js.map +1 -1
  44. package/lib/cache/epochTransitionCache.d.ts +5 -12
  45. package/lib/cache/epochTransitionCache.d.ts.map +1 -1
  46. package/lib/cache/epochTransitionCache.js +4 -14
  47. package/lib/cache/epochTransitionCache.js.map +1 -1
  48. package/lib/cache/stateCache.d.ts.map +1 -1
  49. package/lib/cache/stateCache.js +1 -2
  50. package/lib/cache/stateCache.js.map +1 -1
  51. package/lib/epoch/processProposerLookahead.d.ts.map +1 -1
  52. package/lib/epoch/processProposerLookahead.js +3 -6
  53. package/lib/epoch/processProposerLookahead.js.map +1 -1
  54. package/lib/index.d.ts +3 -2
  55. package/lib/index.d.ts.map +1 -1
  56. package/lib/index.js +3 -1
  57. package/lib/index.js.map +1 -1
  58. package/lib/rewards/attestationsRewards.d.ts +6 -0
  59. package/lib/rewards/attestationsRewards.d.ts.map +1 -0
  60. package/lib/rewards/attestationsRewards.js +113 -0
  61. package/lib/rewards/attestationsRewards.js.map +1 -0
  62. package/lib/rewards/blockRewards.d.ts +14 -0
  63. package/lib/rewards/blockRewards.d.ts.map +1 -0
  64. package/lib/rewards/blockRewards.js +96 -0
  65. package/lib/rewards/blockRewards.js.map +1 -0
  66. package/lib/rewards/index.d.ts +4 -0
  67. package/lib/rewards/index.d.ts.map +1 -0
  68. package/lib/rewards/index.js +4 -0
  69. package/lib/rewards/index.js.map +1 -0
  70. package/lib/rewards/syncCommitteeRewards.d.ts +6 -0
  71. package/lib/rewards/syncCommitteeRewards.d.ts.map +1 -0
  72. package/lib/rewards/syncCommitteeRewards.js +35 -0
  73. package/lib/rewards/syncCommitteeRewards.js.map +1 -0
  74. package/lib/signatureSets/attesterSlashings.d.ts +4 -5
  75. package/lib/signatureSets/attesterSlashings.d.ts.map +1 -1
  76. package/lib/signatureSets/attesterSlashings.js +10 -7
  77. package/lib/signatureSets/attesterSlashings.js.map +1 -1
  78. package/lib/signatureSets/blsToExecutionChange.d.ts +1 -2
  79. package/lib/signatureSets/blsToExecutionChange.d.ts.map +1 -1
  80. package/lib/signatureSets/blsToExecutionChange.js +2 -2
  81. package/lib/signatureSets/blsToExecutionChange.js.map +1 -1
  82. package/lib/signatureSets/index.d.ts +2 -2
  83. package/lib/signatureSets/index.d.ts.map +1 -1
  84. package/lib/signatureSets/index.js +10 -10
  85. package/lib/signatureSets/index.js.map +1 -1
  86. package/lib/signatureSets/indexedAttestation.d.ts +5 -6
  87. package/lib/signatureSets/indexedAttestation.d.ts.map +1 -1
  88. package/lib/signatureSets/indexedAttestation.js +12 -9
  89. package/lib/signatureSets/indexedAttestation.js.map +1 -1
  90. package/lib/signatureSets/proposer.d.ts +5 -6
  91. package/lib/signatureSets/proposer.d.ts.map +1 -1
  92. package/lib/signatureSets/proposer.js +12 -10
  93. package/lib/signatureSets/proposer.js.map +1 -1
  94. package/lib/signatureSets/proposerSlashings.d.ts +3 -4
  95. package/lib/signatureSets/proposerSlashings.d.ts.map +1 -1
  96. package/lib/signatureSets/proposerSlashings.js +7 -4
  97. package/lib/signatureSets/proposerSlashings.js.map +1 -1
  98. package/lib/signatureSets/randao.d.ts +2 -3
  99. package/lib/signatureSets/randao.d.ts.map +1 -1
  100. package/lib/signatureSets/randao.js +6 -4
  101. package/lib/signatureSets/randao.js.map +1 -1
  102. package/lib/signatureSets/voluntaryExits.d.ts +4 -5
  103. package/lib/signatureSets/voluntaryExits.d.ts.map +1 -1
  104. package/lib/signatureSets/voluntaryExits.js +10 -7
  105. package/lib/signatureSets/voluntaryExits.js.map +1 -1
  106. package/lib/stateTransition.d.ts.map +1 -1
  107. package/lib/stateTransition.js +1 -2
  108. package/lib/stateTransition.js.map +1 -1
  109. package/lib/types.d.ts +1 -1
  110. package/lib/types.d.ts.map +1 -1
  111. package/lib/util/epochShuffling.d.ts +1 -34
  112. package/lib/util/epochShuffling.d.ts.map +1 -1
  113. package/lib/util/epochShuffling.js +1 -1
  114. package/lib/util/epochShuffling.js.map +1 -1
  115. package/lib/util/execution.d.ts +11 -1
  116. package/lib/util/execution.d.ts.map +1 -1
  117. package/lib/util/execution.js +26 -1
  118. package/lib/util/execution.js.map +1 -1
  119. package/lib/util/index.d.ts +1 -2
  120. package/lib/util/index.d.ts.map +1 -1
  121. package/lib/util/index.js +1 -2
  122. package/lib/util/index.js.map +1 -1
  123. package/lib/util/shuffling.d.ts +58 -0
  124. package/lib/util/shuffling.d.ts.map +1 -0
  125. package/lib/util/shuffling.js +175 -0
  126. package/lib/util/shuffling.js.map +1 -0
  127. package/package.json +14 -11
  128. package/src/block/index.ts +6 -2
  129. package/src/block/isValidIndexedAttestation.ts +19 -12
  130. package/src/block/processAttestationPhase0.ts +2 -1
  131. package/src/block/processAttestationsAltair.ts +1 -1
  132. package/src/block/processAttesterSlashing.ts +16 -4
  133. package/src/block/processBlsToExecutionChange.ts +13 -14
  134. package/src/block/processExecutionPayload.ts +14 -8
  135. package/src/block/processProposerSlashing.ts +21 -11
  136. package/src/block/processRandao.ts +2 -2
  137. package/src/block/processSyncCommittee.ts +7 -4
  138. package/src/block/processVoluntaryExit.ts +1 -1
  139. package/src/block/processWithdrawals.ts +230 -135
  140. package/src/cache/epochCache.ts +52 -214
  141. package/src/cache/epochTransitionCache.ts +9 -34
  142. package/src/cache/stateCache.ts +1 -2
  143. package/src/epoch/processProposerLookahead.ts +3 -7
  144. package/src/index.ts +2 -4
  145. package/src/rewards/attestationsRewards.ts +200 -0
  146. package/src/rewards/blockRewards.ts +150 -0
  147. package/src/rewards/index.ts +3 -0
  148. package/src/rewards/syncCommitteeRewards.ts +56 -0
  149. package/src/signatureSets/attesterSlashings.ts +10 -9
  150. package/src/signatureSets/blsToExecutionChange.ts +2 -3
  151. package/src/signatureSets/index.ts +11 -11
  152. package/src/signatureSets/indexedAttestation.ts +12 -11
  153. package/src/signatureSets/proposer.ts +11 -11
  154. package/src/signatureSets/proposerSlashings.ts +7 -6
  155. package/src/signatureSets/randao.ts +4 -5
  156. package/src/signatureSets/voluntaryExits.ts +10 -9
  157. package/src/stateTransition.ts +1 -4
  158. package/src/types.ts +1 -0
  159. package/src/util/epochShuffling.ts +2 -43
  160. package/src/util/execution.ts +39 -0
  161. package/src/util/index.ts +1 -2
  162. package/src/util/shuffling.ts +234 -0
  163. package/lib/util/calculateCommitteeAssignments.d.ts +0 -12
  164. package/lib/util/calculateCommitteeAssignments.d.ts.map +0 -1
  165. package/lib/util/calculateCommitteeAssignments.js +0 -26
  166. package/lib/util/calculateCommitteeAssignments.js.map +0 -1
  167. package/lib/util/shufflingDecisionRoot.d.ts +0 -20
  168. package/lib/util/shufflingDecisionRoot.d.ts.map +0 -1
  169. package/lib/util/shufflingDecisionRoot.js +0 -76
  170. package/lib/util/shufflingDecisionRoot.js.map +0 -1
  171. package/src/util/calculateCommitteeAssignments.ts +0 -43
  172. package/src/util/shufflingDecisionRoot.ts +0 -81
@@ -2,27 +2,27 @@ import {BeaconConfig} from "@lodestar/config";
2
2
  import {DOMAIN_BEACON_PROPOSER} from "@lodestar/params";
3
3
  import {SignedBeaconBlock, SignedBlindedBeaconBlock, Slot, isBlindedBeaconBlock, phase0, ssz} from "@lodestar/types";
4
4
  import {Index2PubkeyCache} from "../cache/pubkeyCache.js";
5
- import {CachedBeaconStateAllForks} from "../types.js";
6
5
  import {computeSigningRoot} from "../util/index.js";
7
6
  import {ISignatureSet, SignatureSetType, verifySignatureSet} from "../util/signatureSets.js";
8
7
 
9
8
  export function verifyProposerSignature(
10
9
  config: BeaconConfig,
11
10
  index2pubkey: Index2PubkeyCache,
12
- state: CachedBeaconStateAllForks,
13
11
  signedBlock: SignedBeaconBlock | SignedBlindedBeaconBlock
14
12
  ): boolean {
15
- const signatureSet = getBlockProposerSignatureSet(config, index2pubkey, state, signedBlock);
13
+ const signatureSet = getBlockProposerSignatureSet(config, index2pubkey, signedBlock);
16
14
  return verifySignatureSet(signatureSet);
17
15
  }
18
16
 
19
17
  export function getBlockProposerSignatureSet(
20
18
  config: BeaconConfig,
21
19
  index2pubkey: Index2PubkeyCache,
22
- state: CachedBeaconStateAllForks,
23
20
  signedBlock: SignedBeaconBlock | SignedBlindedBeaconBlock
24
21
  ): ISignatureSet {
25
- const domain = config.getDomain(state.slot, DOMAIN_BEACON_PROPOSER, signedBlock.message.slot);
22
+ // the getDomain() api requires the state slot as 1st param, however it's the same to block.slot in state-transition
23
+ // and the same epoch when we verify blocks in batch in beacon-node. So we can safely use block.slot here.
24
+ const blockSlot = signedBlock.message.slot;
25
+ const domain = config.getDomain(blockSlot, DOMAIN_BEACON_PROPOSER, blockSlot);
26
26
 
27
27
  const blockType = isBlindedBeaconBlock(signedBlock.message)
28
28
  ? config.getPostBellatrixForkTypes(signedBlock.message.slot).BlindedBeaconBlock
@@ -37,28 +37,28 @@ export function getBlockProposerSignatureSet(
37
37
  }
38
38
 
39
39
  export function getBlockHeaderProposerSignatureSetByParentStateSlot(
40
+ config: BeaconConfig,
40
41
  index2pubkey: Index2PubkeyCache,
41
- parentState: CachedBeaconStateAllForks,
42
+ parentStateSlot: Slot,
42
43
  signedBlockHeader: phase0.SignedBeaconBlockHeader
43
44
  ) {
44
- return getBlockHeaderProposerSignatureSet(index2pubkey, parentState, signedBlockHeader, parentState.slot);
45
+ return getBlockHeaderProposerSignatureSet(config, index2pubkey, signedBlockHeader, parentStateSlot);
45
46
  }
46
47
 
47
48
  export function getBlockHeaderProposerSignatureSetByHeaderSlot(
49
+ config: BeaconConfig,
48
50
  index2pubkey: Index2PubkeyCache,
49
- headState: CachedBeaconStateAllForks,
50
51
  signedBlockHeader: phase0.SignedBeaconBlockHeader
51
52
  ) {
52
- return getBlockHeaderProposerSignatureSet(index2pubkey, headState, signedBlockHeader, signedBlockHeader.message.slot);
53
+ return getBlockHeaderProposerSignatureSet(config, index2pubkey, signedBlockHeader, signedBlockHeader.message.slot);
53
54
  }
54
55
 
55
56
  function getBlockHeaderProposerSignatureSet(
57
+ config: BeaconConfig,
56
58
  index2pubkey: Index2PubkeyCache,
57
- state: CachedBeaconStateAllForks,
58
59
  signedBlockHeader: phase0.SignedBeaconBlockHeader,
59
60
  domainSlot: Slot
60
61
  ): ISignatureSet {
61
- const {config} = state;
62
62
  const domain = config.getDomain(domainSlot, DOMAIN_BEACON_PROPOSER, signedBlockHeader.message.slot);
63
63
 
64
64
  return {
@@ -1,8 +1,7 @@
1
1
  import {BeaconConfig} from "@lodestar/config";
2
2
  import {DOMAIN_BEACON_PROPOSER} from "@lodestar/params";
3
- import {SignedBeaconBlock, phase0, ssz} from "@lodestar/types";
3
+ import {SignedBeaconBlock, Slot, phase0, ssz} from "@lodestar/types";
4
4
  import {Index2PubkeyCache} from "../cache/pubkeyCache.js";
5
- import {CachedBeaconStateAllForks} from "../types.js";
6
5
  import {ISignatureSet, SignatureSetType, computeSigningRoot} from "../util/index.js";
7
6
 
8
7
  /**
@@ -11,7 +10,7 @@ import {ISignatureSet, SignatureSetType, computeSigningRoot} from "../util/index
11
10
  export function getProposerSlashingSignatureSets(
12
11
  config: BeaconConfig,
13
12
  index2pubkey: Index2PubkeyCache,
14
- state: CachedBeaconStateAllForks,
13
+ stateSlot: Slot,
15
14
  proposerSlashing: phase0.ProposerSlashing
16
15
  ): ISignatureSet[] {
17
16
  const pubkey = index2pubkey[proposerSlashing.signedHeader1.message.proposerIndex];
@@ -19,7 +18,7 @@ export function getProposerSlashingSignatureSets(
19
18
  // In state transition, ProposerSlashing headers are only partially validated. Their slot could be higher than the
20
19
  // clock and the slashing would still be valid. Must use bigint variants to hash correctly to all possible values
21
20
  return [proposerSlashing.signedHeader1, proposerSlashing.signedHeader2].map((signedHeader): ISignatureSet => {
22
- const domain = config.getDomain(state.slot, DOMAIN_BEACON_PROPOSER, Number(signedHeader.message.slot as bigint));
21
+ const domain = config.getDomain(stateSlot, DOMAIN_BEACON_PROPOSER, Number(signedHeader.message.slot as bigint));
23
22
 
24
23
  return {
25
24
  type: SignatureSetType.single,
@@ -33,10 +32,12 @@ export function getProposerSlashingSignatureSets(
33
32
  export function getProposerSlashingsSignatureSets(
34
33
  config: BeaconConfig,
35
34
  index2pubkey: Index2PubkeyCache,
36
- state: CachedBeaconStateAllForks,
37
35
  signedBlock: SignedBeaconBlock
38
36
  ): ISignatureSet[] {
37
+ // the getDomain() api requires the state slot as 1st param, however it's the same to block.slot in state-transition
38
+ // and the same epoch when we verify blocks in batch in beacon-node. So we can safely use block.slot here.
39
+ const blockSlot = signedBlock.message.slot;
39
40
  return signedBlock.message.body.proposerSlashings.flatMap((proposerSlashing) =>
40
- getProposerSlashingSignatureSets(config, index2pubkey, state, proposerSlashing)
41
+ getProposerSlashingSignatureSets(config, index2pubkey, blockSlot, proposerSlashing)
41
42
  );
42
43
  }
@@ -2,7 +2,6 @@ import {BeaconConfig} from "@lodestar/config";
2
2
  import {DOMAIN_RANDAO} from "@lodestar/params";
3
3
  import {BeaconBlock, ssz} from "@lodestar/types";
4
4
  import {Index2PubkeyCache} from "../cache/pubkeyCache.js";
5
- import {CachedBeaconStateAllForks} from "../types.js";
6
5
  import {
7
6
  ISignatureSet,
8
7
  SignatureSetType,
@@ -14,10 +13,9 @@ import {
14
13
  export function verifyRandaoSignature(
15
14
  config: BeaconConfig,
16
15
  index2pubkey: Index2PubkeyCache,
17
- state: CachedBeaconStateAllForks,
18
16
  block: BeaconBlock
19
17
  ): boolean {
20
- return verifySignatureSet(getRandaoRevealSignatureSet(config, index2pubkey, state, block));
18
+ return verifySignatureSet(getRandaoRevealSignatureSet(config, index2pubkey, block));
21
19
  }
22
20
 
23
21
  /**
@@ -26,12 +24,13 @@ export function verifyRandaoSignature(
26
24
  export function getRandaoRevealSignatureSet(
27
25
  config: BeaconConfig,
28
26
  index2pubkey: Index2PubkeyCache,
29
- state: CachedBeaconStateAllForks,
30
27
  block: BeaconBlock
31
28
  ): ISignatureSet {
32
29
  // should not get epoch from epochCtx
33
30
  const epoch = computeEpochAtSlot(block.slot);
34
- const domain = config.getDomain(state.slot, DOMAIN_RANDAO, block.slot);
31
+ // the getDomain() api requires the state slot as 1st param, however it's the same to block.slot in state-transition
32
+ // and the same epoch when we verify blocks in batch in beacon-node. So we can safely use block.slot here.
33
+ const domain = config.getDomain(block.slot, DOMAIN_RANDAO, block.slot);
35
34
 
36
35
  return {
37
36
  type: SignatureSetType.single,
@@ -1,7 +1,6 @@
1
1
  import {BeaconConfig} from "@lodestar/config";
2
- import {SignedBeaconBlock, phase0, ssz} from "@lodestar/types";
2
+ import {SignedBeaconBlock, Slot, phase0, ssz} from "@lodestar/types";
3
3
  import {Index2PubkeyCache} from "../cache/pubkeyCache.js";
4
- import {CachedBeaconStateAllForks} from "../types.js";
5
4
  import {
6
5
  ISignatureSet,
7
6
  SignatureSetType,
@@ -13,10 +12,10 @@ import {
13
12
  export function verifyVoluntaryExitSignature(
14
13
  config: BeaconConfig,
15
14
  index2pubkey: Index2PubkeyCache,
16
- state: CachedBeaconStateAllForks,
15
+ stateSlot: Slot,
17
16
  signedVoluntaryExit: phase0.SignedVoluntaryExit
18
17
  ): boolean {
19
- return verifySignatureSet(getVoluntaryExitSignatureSet(config, index2pubkey, state, signedVoluntaryExit));
18
+ return verifySignatureSet(getVoluntaryExitSignatureSet(config, index2pubkey, stateSlot, signedVoluntaryExit));
20
19
  }
21
20
 
22
21
  /**
@@ -25,11 +24,11 @@ export function verifyVoluntaryExitSignature(
25
24
  export function getVoluntaryExitSignatureSet(
26
25
  config: BeaconConfig,
27
26
  index2pubkey: Index2PubkeyCache,
28
- state: CachedBeaconStateAllForks,
27
+ stateSlot: Slot,
29
28
  signedVoluntaryExit: phase0.SignedVoluntaryExit
30
29
  ): ISignatureSet {
31
- const slot = computeStartSlotAtEpoch(signedVoluntaryExit.message.epoch);
32
- const domain = config.getDomainForVoluntaryExit(state.slot, slot);
30
+ const messageSlot = computeStartSlotAtEpoch(signedVoluntaryExit.message.epoch);
31
+ const domain = config.getDomainForVoluntaryExit(stateSlot, messageSlot);
33
32
 
34
33
  return {
35
34
  type: SignatureSetType.single,
@@ -42,10 +41,12 @@ export function getVoluntaryExitSignatureSet(
42
41
  export function getVoluntaryExitsSignatureSets(
43
42
  config: BeaconConfig,
44
43
  index2pubkey: Index2PubkeyCache,
45
- state: CachedBeaconStateAllForks,
46
44
  signedBlock: SignedBeaconBlock
47
45
  ): ISignatureSet[] {
46
+ // the getDomain() api requires the state slot as 1st param, however it's the same to block.slot in state-transition
47
+ // and the same epoch when we verify blocks in batch in beacon-node. So we can safely use block.slot here.
48
+ const blockSlot = signedBlock.message.slot;
48
49
  return signedBlock.message.body.voluntaryExits.map((voluntaryExit) =>
49
- getVoluntaryExitSignatureSet(config, index2pubkey, state, voluntaryExit)
50
+ getVoluntaryExitSignatureSet(config, index2pubkey, blockSlot, voluntaryExit)
50
51
  );
51
52
  }
@@ -111,10 +111,7 @@ export function stateTransition(
111
111
  postState = processSlotsWithTransientCache(postState, blockSlot, options, {metrics, validatorMonitor});
112
112
 
113
113
  // Verify proposer signature only
114
- if (
115
- verifyProposer &&
116
- !verifyProposerSignature(postState.config, postState.epochCtx.index2pubkey, postState, signedBlock)
117
- ) {
114
+ if (verifyProposer && !verifyProposerSignature(postState.config, postState.epochCtx.index2pubkey, signedBlock)) {
118
115
  throw new Error("Invalid block signature");
119
116
  }
120
117
 
package/src/types.ts CHANGED
@@ -23,4 +23,5 @@ export type {
23
23
  BeaconStateFulu,
24
24
  BeaconStateGloas,
25
25
  BeaconStatePhase0,
26
+ ShufflingGetter,
26
27
  } from "./cache/types.js";
@@ -9,54 +9,13 @@ import {
9
9
  TARGET_COMMITTEE_SIZE,
10
10
  } from "@lodestar/params";
11
11
  import {Epoch, RootHex, ValidatorIndex, ssz} from "@lodestar/types";
12
- import {GaugeExtra, Logger, NoLabels, intDiv, toRootHex} from "@lodestar/utils";
12
+ import {intDiv, toRootHex} from "@lodestar/utils";
13
13
  import {BeaconStateAllForks} from "../types.js";
14
14
  import {getBlockRootAtSlot} from "./blockRoot.js";
15
15
  import {computeAnchorCheckpoint} from "./computeAnchorCheckpoint.js";
16
16
  import {computeStartSlotAtEpoch} from "./epoch.js";
17
17
  import {getSeed} from "./seed.js";
18
18
 
19
- export interface ShufflingBuildProps {
20
- state: BeaconStateAllForks;
21
- activeIndices: Uint32Array;
22
- }
23
-
24
- export interface PublicShufflingCacheMetrics {
25
- shufflingCache: {
26
- nextShufflingNotOnEpochCache: GaugeExtra<NoLabels>;
27
- };
28
- }
29
- export interface IShufflingCache {
30
- metrics: PublicShufflingCacheMetrics | null;
31
- logger: Logger | null;
32
- /**
33
- * Gets a cached shuffling via the epoch and decision root. If the state and
34
- * activeIndices are passed and a shuffling is not available it will be built
35
- * synchronously. If the state is not passed and the shuffling is not available
36
- * nothing will be returned.
37
- *
38
- * NOTE: If a shuffling is already queued and not calculated it will build and resolve
39
- * the promise but the already queued build will happen at some later time
40
- */
41
- getSync<T extends ShufflingBuildProps | undefined>(
42
- epoch: Epoch,
43
- decisionRoot: RootHex,
44
- buildProps?: T
45
- ): T extends ShufflingBuildProps ? EpochShuffling : EpochShuffling | null;
46
-
47
- /**
48
- * Gets a cached shuffling via the epoch and decision root. Returns a promise
49
- * for the shuffling if it hs not calculated yet. Returns null if a build has
50
- * not been queued nor a shuffling was calculated.
51
- */
52
- get(epoch: Epoch, decisionRoot: RootHex): Promise<EpochShuffling | null>;
53
-
54
- /**
55
- * Queue asynchronous build for an EpochShuffling
56
- */
57
- build(epoch: Epoch, decisionRoot: RootHex, state: BeaconStateAllForks, activeIndices: Uint32Array): void;
58
- }
59
-
60
19
  /**
61
20
  * Readonly interface for EpochShuffling.
62
21
  */
@@ -164,7 +123,7 @@ export async function computeEpochShufflingAsync(
164
123
  };
165
124
  }
166
125
 
167
- function calculateDecisionRoot(state: BeaconStateAllForks, epoch: Epoch): RootHex {
126
+ export function calculateDecisionRoot(state: BeaconStateAllForks, epoch: Epoch): RootHex {
168
127
  const pivotSlot = computeStartSlotAtEpoch(epoch - 1) - 1;
169
128
  return toRootHex(getBlockRootAtSlot(state, pivotSlot));
170
129
  }
@@ -2,6 +2,7 @@ import {ForkName, ForkPostBellatrix, ForkPreGloas, ForkSeq} from "@lodestar/para
2
2
  import {
3
3
  BeaconBlock,
4
4
  BeaconBlockBody,
5
+ BlindedBeaconBlock,
5
6
  BlindedBeaconBlockBody,
6
7
  ExecutionPayload,
7
8
  ExecutionPayloadHeader,
@@ -9,16 +10,54 @@ import {
9
10
  capella,
10
11
  deneb,
11
12
  isBlindedBeaconBlockBody,
13
+ isExecutionPayload,
12
14
  ssz,
13
15
  } from "@lodestar/types";
14
16
  import {
15
17
  BeaconStateAllForks,
18
+ BeaconStateBellatrix,
16
19
  BeaconStateCapella,
17
20
  BeaconStateExecutions,
18
21
  CachedBeaconStateAllForks,
19
22
  CachedBeaconStateExecutions,
20
23
  } from "../types.js";
21
24
 
25
+ /**
26
+ * Execution enabled = merge is done.
27
+ * When (A) state has execution data OR (B) block has execution data
28
+ */
29
+ export function isExecutionEnabled(state: BeaconStateExecutions, block: BeaconBlock | BlindedBeaconBlock): boolean {
30
+ if (isMergeTransitionComplete(state)) {
31
+ return true;
32
+ }
33
+
34
+ // Throws if not post-bellatrix block. A fork-guard before isExecutionEnabled() prevents this from happening
35
+ const payload = getFullOrBlindedPayload(block);
36
+
37
+ return isExecutionPayload(payload)
38
+ ? !ssz.bellatrix.ExecutionPayload.equals(payload, ssz.bellatrix.ExecutionPayload.defaultValue())
39
+ : !ssz.bellatrix.ExecutionPayloadHeader.equals(
40
+ state.latestExecutionPayloadHeader,
41
+ ssz.bellatrix.ExecutionPayloadHeader.defaultValue()
42
+ );
43
+ }
44
+
45
+ /**
46
+ * Merge is complete when the state includes execution layer data:
47
+ * state.latestExecutionPayloadHeader NOT EMPTY or state is post-capella
48
+ */
49
+ export function isMergeTransitionComplete(state: BeaconStateExecutions): boolean {
50
+ if (isCapellaStateType(state)) {
51
+ // All networks have completed the merge transition before capella
52
+ return true;
53
+ }
54
+
55
+ return !ssz.bellatrix.ExecutionPayloadHeader.equals(
56
+ (state as BeaconStateBellatrix).latestExecutionPayloadHeader,
57
+ ssz.bellatrix.ExecutionPayloadHeader.defaultValue()
58
+ );
59
+ }
60
+
22
61
  /** Type guard for bellatrix.BeaconState */
23
62
  export function isExecutionStateType(state: BeaconStateAllForks): state is BeaconStateExecutions {
24
63
  return (state as BeaconStateExecutions).latestExecutionPayloadHeader !== undefined;
package/src/util/index.ts CHANGED
@@ -5,7 +5,6 @@ export * from "./attesterStatus.js";
5
5
  export * from "./balance.js";
6
6
  export * from "./blindedBlock.js";
7
7
  export * from "./blockRoot.js";
8
- export * from "./calculateCommitteeAssignments.js";
9
8
  export * from "./capella.js";
10
9
  export * from "./computeAnchorCheckpoint.js";
11
10
  export * from "./deposit.js";
@@ -20,7 +19,7 @@ export * from "./interop.js";
20
19
  export * from "./loadState/index.js";
21
20
  export * from "./rootCache.js";
22
21
  export * from "./seed.js";
23
- export * from "./shufflingDecisionRoot.js";
22
+ export * from "./shuffling.js";
24
23
  export * from "./signatureSets.js";
25
24
  export * from "./signingRoot.js";
26
25
  export * from "./slot.js";
@@ -0,0 +1,234 @@
1
+ import {ForkName, ForkSeq, SLOTS_PER_EPOCH, isForkPostFulu} from "@lodestar/params";
2
+ import {
3
+ Attestation,
4
+ CommitteeIndex,
5
+ Epoch,
6
+ IndexedAttestation,
7
+ Root,
8
+ Slot,
9
+ ValidatorIndex,
10
+ electra,
11
+ } from "@lodestar/types";
12
+ import {LodestarError} from "@lodestar/utils";
13
+ import {CachedBeaconStateAllForks} from "../cache/stateCache.js";
14
+ import {getBlockRootAtSlot} from "./blockRoot.js";
15
+ import {computeStartSlotAtEpoch} from "./epoch.js";
16
+ import {EpochShuffling} from "./epochShuffling.js";
17
+
18
+ /**
19
+ * Returns the block root which decided the proposer shuffling for the current epoch. This root
20
+ * can be used to key this proposer shuffling.
21
+ *
22
+ * Returns `null` on the one-off scenario where the genesis block decides its own shuffling.
23
+ * It should be set to the latest block applied to this `state` or the genesis block root.
24
+ */
25
+ export function proposerShufflingDecisionRoot(fork: ForkName, state: CachedBeaconStateAllForks): Root | null {
26
+ const decisionSlot = proposerShufflingDecisionSlot(fork, state);
27
+ if (state.slot === decisionSlot) {
28
+ return null;
29
+ }
30
+ return getBlockRootAtSlot(state, decisionSlot);
31
+ }
32
+
33
+ /**
34
+ * Returns the slot at which the proposer shuffling was decided. The block root at this slot
35
+ * can be used to key the proposer shuffling for the current epoch.
36
+ */
37
+ function proposerShufflingDecisionSlot(fork: ForkName, state: CachedBeaconStateAllForks): Slot {
38
+ // After fulu, the decision slot is in previous epoch due to deterministic proposer lookahead
39
+ const epoch = isForkPostFulu(fork) ? state.epochCtx.epoch - 1 : state.epochCtx.epoch;
40
+ const startSlot = computeStartSlotAtEpoch(epoch);
41
+ return Math.max(startSlot - 1, 0);
42
+ }
43
+
44
+ /**
45
+ * Returns the block root which decided the attester shuffling for the given `requestedEpoch`.
46
+ * This root can be used to key that attester shuffling.
47
+ *
48
+ * Returns `null` on the one-off scenario where the genesis block decides its own shuffling.
49
+ * It should be set to the latest block applied to this `state` or the genesis block root.
50
+ */
51
+ export function attesterShufflingDecisionRoot(state: CachedBeaconStateAllForks, requestedEpoch: Epoch): Root | null {
52
+ const decisionSlot = attesterShufflingDecisionSlot(state, requestedEpoch);
53
+ if (state.slot === decisionSlot) {
54
+ return null;
55
+ }
56
+ return getBlockRootAtSlot(state, decisionSlot);
57
+ }
58
+
59
+ /**
60
+ * Returns the slot at which the proposer shuffling was decided. The block root at this slot
61
+ * can be used to key the proposer shuffling for the current epoch.
62
+ */
63
+ function attesterShufflingDecisionSlot(state: CachedBeaconStateAllForks, requestedEpoch: Epoch): Slot {
64
+ const epoch = attesterShufflingDecisionEpoch(state, requestedEpoch);
65
+ const slot = computeStartSlotAtEpoch(epoch);
66
+ return Math.max(slot - 1, 0);
67
+ }
68
+
69
+ /**
70
+ * Returns the epoch at which the attester shuffling was decided.
71
+ *
72
+ * Spec ref: https://github.com/ethereum/beacon-APIs/blob/v2.1.0/apis/validator/duties/attester.yaml#L15
73
+ *
74
+ * Throws an error when:
75
+ * - `EpochTooLow` when `requestedEpoch` is more than 1 prior to `currentEpoch`.
76
+ * - `EpochTooHigh` when `requestedEpoch` is more than 1 after `currentEpoch`.
77
+ */
78
+ function attesterShufflingDecisionEpoch(state: CachedBeaconStateAllForks, requestedEpoch: Epoch): Epoch {
79
+ const currentEpoch = state.epochCtx.epoch;
80
+
81
+ // Next
82
+ if (requestedEpoch === currentEpoch + 1) return currentEpoch;
83
+ // Current
84
+ if (requestedEpoch === currentEpoch) return Math.max(currentEpoch - 1, 0);
85
+ // Previous
86
+ if (requestedEpoch === currentEpoch - 1) return Math.max(currentEpoch - 2, 0);
87
+
88
+ if (requestedEpoch < currentEpoch) {
89
+ throw Error(`EpochTooLow: current ${currentEpoch} requested ${requestedEpoch}`);
90
+ }
91
+ throw Error(`EpochTooHigh: current ${currentEpoch} requested ${requestedEpoch}`);
92
+ }
93
+
94
+ // Copied from lodestar-api package to avoid depending on the package
95
+ export interface AttesterDuty {
96
+ validatorIndex: ValidatorIndex;
97
+ committeeIndex: CommitteeIndex;
98
+ committeeLength: number;
99
+ committeesAtSlot: number;
100
+ validatorCommitteeIndex: number;
101
+ slot: Slot;
102
+ }
103
+
104
+ export function calculateCommitteeAssignments(
105
+ epochShuffling: EpochShuffling,
106
+ requestedValidatorIndices: ValidatorIndex[]
107
+ ): Map<ValidatorIndex, AttesterDuty> {
108
+ const requestedValidatorIndicesSet = new Set(requestedValidatorIndices);
109
+ const duties = new Map<ValidatorIndex, AttesterDuty>();
110
+
111
+ const epochCommittees = epochShuffling.committees;
112
+ for (let epochSlot = 0; epochSlot < SLOTS_PER_EPOCH; epochSlot++) {
113
+ const slotCommittees = epochCommittees[epochSlot];
114
+ for (let i = 0, committeesAtSlot = slotCommittees.length; i < committeesAtSlot; i++) {
115
+ for (let j = 0, committeeLength = slotCommittees[i].length; j < committeeLength; j++) {
116
+ const validatorIndex = slotCommittees[i][j];
117
+ if (requestedValidatorIndicesSet.has(validatorIndex)) {
118
+ duties.set(validatorIndex, {
119
+ validatorIndex,
120
+ committeeLength,
121
+ committeesAtSlot,
122
+ validatorCommitteeIndex: j,
123
+ committeeIndex: i,
124
+ slot: epochShuffling.epoch * SLOTS_PER_EPOCH + epochSlot,
125
+ });
126
+ }
127
+ }
128
+ }
129
+ }
130
+
131
+ return duties;
132
+ }
133
+
134
+ /**
135
+ * Return the indexed attestation corresponding to ``attestation``.
136
+ */
137
+ export function getIndexedAttestation(
138
+ epochShuffling: EpochShuffling,
139
+ fork: ForkSeq,
140
+ attestation: Attestation
141
+ ): IndexedAttestation {
142
+ const {data} = attestation;
143
+ const attestingIndices = getAttestingIndices(epochShuffling, fork, attestation);
144
+
145
+ // sort in-place
146
+ attestingIndices.sort((a, b) => a - b);
147
+ return {
148
+ attestingIndices: attestingIndices,
149
+ data: data,
150
+ signature: attestation.signature,
151
+ };
152
+ }
153
+
154
+ /**
155
+ * Return indices of validators who attestested in `attestation`
156
+ */
157
+ export function getAttestingIndices(epochShuffling: EpochShuffling, fork: ForkSeq, attestation: Attestation): number[] {
158
+ if (fork < ForkSeq.electra) {
159
+ const {aggregationBits, data} = attestation;
160
+ const validatorIndices = getBeaconCommittee(epochShuffling, data.slot, data.index);
161
+
162
+ return aggregationBits.intersectValues(validatorIndices);
163
+ }
164
+ const {aggregationBits, committeeBits, data} = attestation as electra.Attestation;
165
+
166
+ // There is a naming conflict on the term `committeeIndices`
167
+ // In Lodestar it usually means a list of validator indices of participants in a committee
168
+ // In the spec it means a list of committee indices according to committeeBits
169
+ // This `committeeIndices` refers to the latter
170
+ // TODO Electra: resolve the naming conflicts
171
+ const committeeIndices = committeeBits.getTrueBitIndexes();
172
+
173
+ const validatorsByCommittee = getBeaconCommittees(epochShuffling, data.slot, committeeIndices);
174
+
175
+ // Create a new Uint32Array to flatten `validatorsByCommittee`
176
+ const totalLength = validatorsByCommittee.reduce((acc, curr) => acc + curr.length, 0);
177
+ const committeeValidators = new Uint32Array(totalLength);
178
+
179
+ let offset = 0;
180
+ for (const committee of validatorsByCommittee) {
181
+ committeeValidators.set(committee, offset);
182
+ offset += committee.length;
183
+ }
184
+
185
+ return aggregationBits.intersectValues(committeeValidators);
186
+ }
187
+
188
+ /**
189
+ * Return the beacon committee at slot for index.
190
+ */
191
+ export function getBeaconCommittee(epochShuffling: EpochShuffling, slot: Slot, index: CommitteeIndex): Uint32Array {
192
+ return getBeaconCommittees(epochShuffling, slot, [index])[0];
193
+ }
194
+
195
+ /**
196
+ * Return a Uint32Array[] representing committees validator indices
197
+ */
198
+ export function getBeaconCommittees(
199
+ epochShuffling: EpochShuffling,
200
+ slot: Slot,
201
+ indices: CommitteeIndex[]
202
+ ): Uint32Array[] {
203
+ if (indices.length === 0) {
204
+ throw new Error("Attempt to get committees without providing CommitteeIndex");
205
+ }
206
+
207
+ const slotCommittees = epochShuffling.committees[slot % SLOTS_PER_EPOCH];
208
+ const committees = [];
209
+
210
+ for (const index of indices) {
211
+ if (index >= slotCommittees.length) {
212
+ throw new ShufflingError({
213
+ code: ShufflingErrorCode.COMMITTEE_INDEX_OUT_OF_RANGE,
214
+ index,
215
+ maxIndex: slotCommittees.length,
216
+ });
217
+ }
218
+ committees.push(slotCommittees[index]);
219
+ }
220
+
221
+ return committees;
222
+ }
223
+
224
+ export enum ShufflingErrorCode {
225
+ COMMITTEE_INDEX_OUT_OF_RANGE = "SHUFFLING_ERROR_COMMITTEE_INDEX_OUT_OF_RANGE",
226
+ }
227
+
228
+ type ShufflingErrorType = {
229
+ code: ShufflingErrorCode.COMMITTEE_INDEX_OUT_OF_RANGE;
230
+ index: number;
231
+ maxIndex: number;
232
+ };
233
+
234
+ export class ShufflingError extends LodestarError<ShufflingErrorType> {}
@@ -1,12 +0,0 @@
1
- import { CommitteeIndex, Slot, ValidatorIndex } from "@lodestar/types";
2
- import { EpochShuffling } from "./epochShuffling.js";
3
- export interface AttesterDuty {
4
- validatorIndex: ValidatorIndex;
5
- committeeIndex: CommitteeIndex;
6
- committeeLength: number;
7
- committeesAtSlot: number;
8
- validatorCommitteeIndex: number;
9
- slot: Slot;
10
- }
11
- export declare function calculateCommitteeAssignments(epochShuffling: EpochShuffling, requestedValidatorIndices: ValidatorIndex[]): Map<ValidatorIndex, AttesterDuty>;
12
- //# sourceMappingURL=calculateCommitteeAssignments.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"calculateCommitteeAssignments.d.ts","sourceRoot":"","sources":["../../src/util/calculateCommitteeAssignments.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,cAAc,EAAE,IAAI,EAAE,cAAc,EAAC,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAC,cAAc,EAAC,MAAM,qBAAqB,CAAC;AAGnD,MAAM,WAAW,YAAY;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,cAAc,EAAE,cAAc,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,uBAAuB,EAAE,MAAM,CAAC;IAChC,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,wBAAgB,6BAA6B,CAC3C,cAAc,EAAE,cAAc,EAC9B,yBAAyB,EAAE,cAAc,EAAE,GAC1C,GAAG,CAAC,cAAc,EAAE,YAAY,CAAC,CAyBnC"}
@@ -1,26 +0,0 @@
1
- import { SLOTS_PER_EPOCH } from "@lodestar/params";
2
- export function calculateCommitteeAssignments(epochShuffling, requestedValidatorIndices) {
3
- const requestedValidatorIndicesSet = new Set(requestedValidatorIndices);
4
- const duties = new Map();
5
- const epochCommittees = epochShuffling.committees;
6
- for (let epochSlot = 0; epochSlot < SLOTS_PER_EPOCH; epochSlot++) {
7
- const slotCommittees = epochCommittees[epochSlot];
8
- for (let i = 0, committeesAtSlot = slotCommittees.length; i < committeesAtSlot; i++) {
9
- for (let j = 0, committeeLength = slotCommittees[i].length; j < committeeLength; j++) {
10
- const validatorIndex = slotCommittees[i][j];
11
- if (requestedValidatorIndicesSet.has(validatorIndex)) {
12
- duties.set(validatorIndex, {
13
- validatorIndex,
14
- committeeLength,
15
- committeesAtSlot,
16
- validatorCommitteeIndex: j,
17
- committeeIndex: i,
18
- slot: epochShuffling.epoch * SLOTS_PER_EPOCH + epochSlot,
19
- });
20
- }
21
- }
22
- }
23
- }
24
- return duties;
25
- }
26
- //# sourceMappingURL=calculateCommitteeAssignments.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"calculateCommitteeAssignments.js","sourceRoot":"","sources":["../../src/util/calculateCommitteeAssignments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,kBAAkB,CAAC;AAcjD,MAAM,UAAU,6BAA6B,CAC3C,cAA8B,EAC9B,yBAA2C;IAE3C,MAAM,4BAA4B,GAAG,IAAI,GAAG,CAAC,yBAAyB,CAAC,CAAC;IACxE,MAAM,MAAM,GAAG,IAAI,GAAG,EAAgC,CAAC;IAEvD,MAAM,eAAe,GAAG,cAAc,CAAC,UAAU,CAAC;IAClD,KAAK,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,GAAG,eAAe,EAAE,SAAS,EAAE,EAAE,CAAC;QACjE,MAAM,cAAc,GAAG,eAAe,CAAC,SAAS,CAAC,CAAC;QAClD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,gBAAgB,GAAG,cAAc,CAAC,MAAM,EAAE,CAAC,GAAG,gBAAgB,EAAE,CAAC,EAAE,EAAE,CAAC;YACpF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,eAAe,EAAE,CAAC,EAAE,EAAE,CAAC;gBACrF,MAAM,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBAC5C,IAAI,4BAA4B,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE,CAAC;oBACrD,MAAM,CAAC,GAAG,CAAC,cAAc,EAAE;wBACzB,cAAc;wBACd,eAAe;wBACf,gBAAgB;wBAChB,uBAAuB,EAAE,CAAC;wBAC1B,cAAc,EAAE,CAAC;wBACjB,IAAI,EAAE,cAAc,CAAC,KAAK,GAAG,eAAe,GAAG,SAAS;qBACzD,CAAC,CAAC;gBACL,CAAC;YACH,CAAC;QACH,CAAC;IACH,CAAC;IAED,OAAO,MAAM,CAAC;AAChB,CAAC"}
@@ -1,20 +0,0 @@
1
- import { ForkName } from "@lodestar/params";
2
- import { Epoch, Root } from "@lodestar/types";
3
- import { CachedBeaconStateAllForks } from "../types.js";
4
- /**
5
- * Returns the block root which decided the proposer shuffling for the current epoch. This root
6
- * can be used to key this proposer shuffling.
7
- *
8
- * Returns `null` on the one-off scenario where the genesis block decides its own shuffling.
9
- * It should be set to the latest block applied to this `state` or the genesis block root.
10
- */
11
- export declare function proposerShufflingDecisionRoot(fork: ForkName, state: CachedBeaconStateAllForks): Root | null;
12
- /**
13
- * Returns the block root which decided the attester shuffling for the given `requestedEpoch`.
14
- * This root can be used to key that attester shuffling.
15
- *
16
- * Returns `null` on the one-off scenario where the genesis block decides its own shuffling.
17
- * It should be set to the latest block applied to this `state` or the genesis block root.
18
- */
19
- export declare function attesterShufflingDecisionRoot(state: CachedBeaconStateAllForks, requestedEpoch: Epoch): Root | null;
20
- //# sourceMappingURL=shufflingDecisionRoot.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shufflingDecisionRoot.d.ts","sourceRoot":"","sources":["../../src/util/shufflingDecisionRoot.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAiB,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAC,KAAK,EAAE,IAAI,EAAO,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAC,yBAAyB,EAAC,MAAM,aAAa,CAAC;AAItD;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,yBAAyB,GAAG,IAAI,GAAG,IAAI,CAM3G;AAaD;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,yBAAyB,EAAE,cAAc,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,CAMlH"}