From 29f921bfde0e1b5425a2d69b5869a1871bf4b5b3 Mon Sep 17 00:00:00 2001 From: gzeon Date: Wed, 17 Jan 2024 22:34:30 +0800 Subject: [PATCH 1/2] fix: solhint --- src/bridge/ISequencerInbox.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bridge/ISequencerInbox.sol b/src/bridge/ISequencerInbox.sol index 6535cdc4a..077729a93 100644 --- a/src/bridge/ISequencerInbox.sol +++ b/src/bridge/ISequencerInbox.sol @@ -90,7 +90,7 @@ interface ISequencerInbox is IDelayedMessageProvider { uint64 creationBlock; } - /// @dev returns 4 uint256 to be compatible with older version + /// @dev returns 4 uint256 to be compatible with older version function maxTimeVariation() external view From 9c728106f769fbfc92a972e99366c0c1970440e8 Mon Sep 17 00:00:00 2001 From: gzeon Date: Wed, 17 Jan 2024 22:35:25 +0800 Subject: [PATCH 2/2] chore: remove legacy dot file --- test/storage/SequencerInbox.dot | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/storage/SequencerInbox.dot diff --git a/test/storage/SequencerInbox.dot b/test/storage/SequencerInbox.dot deleted file mode 100644 index 2fb98a6a8..000000000 --- a/test/storage/SequencerInbox.dot +++ /dev/null @@ -1,15 +0,0 @@ - -digraph StorageDiagram { -rankdir=LR -color=black -arrowhead=open -node [shape=record, style=filled, fillcolor=gray95 fontname="Courier New"] -3 [label="SequencerInbox \<\\>\n | {{ slot| 0 | 1 | 2 | 3 | 4-7 | 8 | 9 | 10 | 11 } | { type: \.variable (bytes) | { uint256: totalDelayedMessagesRead (32) } | { unallocated (12) | IBridge: bridge (20) } | { unallocated (12) | IOwnable: rollup (20) } | { mapping\(address=\>bool\): isBatchPoster (32) } | { <9> ISequencerInbox.MaxTimeVariation: maxTimeVariation (128) } | { <12> mapping\(bytes32=\>DasKeySetInfo\): dasKeySetInfo (32) } | { mapping\(address=\>bool\): isSequencer (32) } | { unallocated (12) | IDataHashReader: dataHashReader (20) } | { unallocated (12) | IBlobBasefeeReader: blobBasefeeReader (20) }}}"] - -1 [label="ISequencerInbox.MaxTimeVariation \<\\>\n | {{ slot| 4 | 5 | 6 | 7 } | { type: variable (bytes) | { uint256: MaxTimeVariation.delayBlocks (32) } | { uint256: MaxTimeVariation.futureBlocks (32) } | { uint256: MaxTimeVariation.delaySeconds (32) } | { uint256: MaxTimeVariation.futureSeconds (32) }}}"] - -2 [label="DasKeySetInfo \<\\>\n | {{ slot| 0 } | { type: variable (bytes) | { unallocated (23) | uint64: creationBlock (8) | bool: isValidKeyset (1) }}}"] - - 3:9 -> 1 - 3:12 -> 2 -} \ No newline at end of file