Skip to content

Commit

Permalink
fix: export toMemoryEfficientHexStr()
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Sep 18, 2024
1 parent f346ac4 commit 5d0ba07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import {digest} from "@chainsafe/as-sha256";
import {SecretKey} from "@chainsafe/blst";
import {PubkeyIndexMap} from "@chainsafe/pubkey-index-map";
import {ValidatorIndex, ssz} from "@lodestar/types";
import {type CachedBeaconStateAllForks} from "@lodestar/state-transition";
import {type CachedBeaconStateAllForks, toMemoryEfficientHexStr} from "@lodestar/state-transition";
import {bytesToBigInt, intToBytes} from "@lodestar/utils";
import {toMemoryEfficientHexStr} from "@lodestar/state-transition/lib/cache/pubkeyCache.js";
import {InMemoryCheckpointStateCache, BlockStateCacheImpl} from "../../../../src/chain/stateCache/index.js";
import {BlockStateCache} from "../../../../src/chain/stateCache/types.js";
import {generateCachedElectraState} from "../../../utils/state.js";
Expand Down
1 change: 1 addition & 0 deletions packages/state-transition/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export {
EpochCacheError,
EpochCacheErrorCode,
} from "./cache/epochCache.js";
export {toMemoryEfficientHexStr} from "./cache/pubkeyCache.js";
export {type EpochTransitionCache, beforeProcessEpoch} from "./cache/epochTransitionCache.js";

// Aux data-structures
Expand Down

0 comments on commit 5d0ba07

Please sign in to comment.