Skip to content

Commit

Permalink
chore: remove state-transition dependency (#6519)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Mar 8, 2024
1 parent 36f50cf commit adc0534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/light-client/package.json
Expand Up @@ -71,7 +71,6 @@
"@lodestar/api": "^1.16.0",
"@lodestar/config": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/state-transition": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"mitt": "^3.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/light-client/src/spec/utils.ts
Expand Up @@ -10,9 +10,8 @@ import {
} from "@lodestar/params";
import {altair, phase0, ssz, allForks, capella, deneb, Slot} from "@lodestar/types";
import {ChainForkConfig} from "@lodestar/config";
import {computeEpochAtSlot} from "@lodestar/state-transition";

import {isValidMerkleBranch, computeSyncPeriodAtSlot} from "../utils/index.js";
import {isValidMerkleBranch, computeEpochAtSlot, computeSyncPeriodAtSlot} from "../utils/index.js";
import {LightClientStore} from "./store.js";

export const GENESIS_SLOT = 0;
Expand Down

0 comments on commit adc0534

Please sign in to comment.