Skip to content

Commit

Permalink
refactor(store,world): delete unused functions and variables [N-04] (#…
Browse files Browse the repository at this point in the history
…2090)

Co-authored-by: Kevin Ingersoll <[email protected]>
  • Loading branch information
yonadaa and holic authored Jan 12, 2024
1 parent 6ed5b6c commit 7667fb0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 656 deletions.
48 changes: 0 additions & 48 deletions packages/store/gas-report.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,16 @@
[
{
"file": "test/Bytes.t.sol",
"test": "testEquals",
"name": "compare equal bytes",
"gasUsed": 196
},
{
"file": "test/Bytes.t.sol",
"test": "testEqualsFalse",
"name": "compare unequal bytes",
"gasUsed": 196
},
{
"file": "test/Bytes.t.sol",
"test": "testSetBytes1",
"name": "set bytes1 in bytes32",
"gasUsed": 16
},
{
"file": "test/Bytes.t.sol",
"test": "testSetBytes2",
"name": "set bytes2 in bytes32",
"gasUsed": 16
},
{
"file": "test/Bytes.t.sol",
"test": "testSetBytes4",
"name": "set bytes4 in bytes32",
"gasUsed": 16
},
{
"file": "test/Bytes.t.sol",
"test": "testSetBytes4Memory",
"name": "set bytes4 in bytes memory",
"gasUsed": 37
},
{
"file": "test/Bytes.t.sol",
"test": "testSlice3",
"name": "slice bytes3 with offset 1",
"gasUsed": 68
},
{
"file": "test/Bytes.t.sol",
"test": "testSlice32",
"name": "slice bytes32 with offset 10",
"gasUsed": 68
},
{
"file": "test/Bytes.t.sol",
"test": "testToBytes32",
"name": "create bytes32 from bytes memory with offset 0",
"gasUsed": 25
},
{
"file": "test/Bytes.t.sol",
"test": "testToBytes32CrossWord",
"name": "create bytes32 from bytes memory with offset 16",
"gasUsed": 36
},
{
"file": "test/Callbacks.t.sol",
"test": "testSetAndGet",
Expand Down
Loading

0 comments on commit 7667fb0

Please sign in to comment.