Skip to content

Commit

Permalink
remove KeyValueStore (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Sep 17, 2024
1 parent a679358 commit f462755
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 233 deletions.
62 changes: 0 additions & 62 deletions contracts/shared/IKeyValueStore.sol

This file was deleted.

131 changes: 0 additions & 131 deletions contracts/shared/KeyValueStore.sol

This file was deleted.

1 change: 0 additions & 1 deletion test/TestBundle.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {Fee, FeeLib} from "../contracts/type/Fee.sol";
import {IBundle} from "../contracts/instance/module/IBundle.sol";
import {IBundleService} from "../contracts/pool/IBundleService.sol";
import {IComponents} from "../contracts/instance/module/IComponents.sol";
import {IKeyValueStore} from "../contracts/shared/IKeyValueStore.sol";
import {ILifecycle} from "../contracts/shared/ILifecycle.sol";
import {IPoolComponent} from "../contracts/pool/IPoolComponent.sol";
import {Key32} from "../contracts/type/Key32.sol";
Expand Down
8 changes: 0 additions & 8 deletions test/mock/MockSizeKeyValueStore.sol

This file was deleted.

28 changes: 0 additions & 28 deletions test/mock/MockSizeUpgradeableKeyValueStore.sol

This file was deleted.

3 changes: 0 additions & 3 deletions test/mock/MockStorageLayout.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {IAccess} from "../../contracts/authorization/IAccess.sol";
import {IBundle} from "../../contracts/instance/module/IBundle.sol";
import {IComponents} from "../../contracts/instance/module/IComponents.sol";
import {IDistribution} from "../../contracts/instance/module/IDistribution.sol";
import {IKeyValueStore} from "../../contracts/shared/IKeyValueStore.sol";
import {IOracle} from "../../contracts/oracle/IOracle.sol";
import {IPolicy} from "../../contracts/instance/module/IPolicy.sol";
import {IRegistry} from "../../contracts/registry/IRegistry.sol";
Expand Down Expand Up @@ -51,6 +50,4 @@ contract MockStorageLayout {
IStaking.TargetInfo private _stakingTargetInfo;

ProxyManager.VersionInfo private _versionInfo;

IKeyValueStore.Value private _value;
}

0 comments on commit f462755

Please sign in to comment.