Skip to content

Commit

Permalink
fix: CacheManager storage
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Dec 11, 2024
1 parent 32af3b5 commit 0bda754
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion test/storage/CacheManager
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@

╭---------------+-----------------------------+------+--------+-------+-----------------------------------------╮
| Name | Type | Slot | Offset | Bytes | Contract |
|---------------|-----------------------------|------|--------|-------|-----------------------------------------|
+===============================================================================================================+
| _initialized | bool | 0 | 0 | 1 | src/chain/CacheManager.sol:CacheManager |
|---------------+-----------------------------+------+--------+-------+-----------------------------------------|
| _initializing | bool | 0 | 1 | 1 | src/chain/CacheManager.sol:CacheManager |
|---------------+-----------------------------+------+--------+-------+-----------------------------------------|
| bids | struct MinHeapLib.Heap | 1 | 0 | 32 | src/chain/CacheManager.sol:CacheManager |
|---------------+-----------------------------+------+--------+-------+-----------------------------------------|
| entries | struct CacheManager.Entry[] | 2 | 0 | 32 | src/chain/CacheManager.sol:CacheManager |
|---------------+-----------------------------+------+--------+-------+-----------------------------------------|
| cacheSize | uint64 | 3 | 0 | 8 | src/chain/CacheManager.sol:CacheManager |
|---------------+-----------------------------+------+--------+-------+-----------------------------------------|
| queueSize | uint64 | 3 | 8 | 8 | src/chain/CacheManager.sol:CacheManager |
|---------------+-----------------------------+------+--------+-------+-----------------------------------------|
| decay | uint64 | 3 | 16 | 8 | src/chain/CacheManager.sol:CacheManager |
|---------------+-----------------------------+------+--------+-------+-----------------------------------------|
| isPaused | bool | 3 | 24 | 1 | src/chain/CacheManager.sol:CacheManager |
╰---------------+-----------------------------+------+--------+-------+-----------------------------------------╯

0 comments on commit 0bda754

Please sign in to comment.