Skip to content

Commit

Permalink
Remove comment and fix version for vendoza
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesgm committed Sep 12, 2024
1 parent 2ce245a commit 6554059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/quark-core-scripts/src/vendor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"newLines": 6,
"lines": [
" // SPDX-License-Identifier: GPL-2.0-or-later",
"-pragma solidity 0.8.23;",
"-pragma solidity 0.8.27;",
"+pragma solidity >=0.5.0;",
" ",
" /// @title Provides functions for deriving a pool address from the factory, tokens, and the fee",
Expand Down
2 changes: 0 additions & 2 deletions src/quark-core/src/QuarkScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ abstract contract QuarkScript {
return write(keccak256(bytes(key)), value);
}

// TODO: Consider adding nonce-based scoping by TLOAD'ing the nonce and using
// that to hash the key.
function write(bytes32 key, bytes32 value) internal {
bytes32 isolatedKey = getNonceIsolatedKey(key);
assembly {
Expand Down

0 comments on commit 6554059

Please sign in to comment.