Skip to content

Commit bdbeff7

Browse files
authored
Delete AInitializableStorage contract (#140)
* Changed function/error signatures of the AInitializableStorage contract * Fixed tests * Deleted AInitializableStorage contract * Fix README.md
1 parent bf9c477 commit bdbeff7

File tree

6 files changed

+3
-249
lines changed

6 files changed

+3
-249
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ contracts
2929
│ ├── ADiamondStorage — "The storage part of ERC-2535 diamond"
3030
│ ├── Diamond — "Revised ERC-2535 diamond implementation"
3131
│ └── utils
32-
│ ├── AInitializableStorage — "Initializable logic for diamond facets"
3332
│ └── DiamondERC165 — "ERC-165 introspection for diamond facets"
3433
├── finance
3534
│ ├── compound—rate—keeper

contracts/diamond/utils/AInitializableStorage.sol

Lines changed: 0 additions & 135 deletions
This file was deleted.

contracts/mock/diamond/InitializableStorageMock.sol

Lines changed: 0 additions & 32 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solarity/solidity-lib",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "MIT",
55
"author": "Distributed Lab",
66
"readme": "README.md",

test/diamond/InitializableStorage.test.ts

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)