Skip to content

Commit

Permalink
remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Sep 18, 2023
1 parent 007f3c1 commit 915d45e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/store/src/StoreCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ import { StoreSwitch } from "./StoreSwitch.sol";
import { Hook, HookLib } from "./Hook.sol";
import { BEFORE_SET_RECORD, AFTER_SET_RECORD, BEFORE_SPLICE_STATIC_DATA, AFTER_SPLICE_STATIC_DATA, BEFORE_SPLICE_DYNAMIC_DATA, AFTER_SPLICE_DYNAMIC_DATA, BEFORE_DELETE_RECORD, AFTER_DELETE_RECORD } from "./storeHookTypes.sol";

// TODO: use dynamicFieldIndex for methods acting on dynamic fields
// TODO: add the new methods (setStaticData, setDynamicData) to IStore
// TODO: add code comments for all methods to World and StoreCore

/**
* StoreCore includes implementations for all IStore methods.
* StoreCoreInternal includes helper methods used by multiple StoreCore methods.
Expand Down

0 comments on commit 915d45e

Please sign in to comment.