Skip to content

Commit

Permalink
♻️ Use getBlockTimestamp() instead of block.timestamp if vm.warp
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jan 2, 2025
1 parent a242052 commit 3c7a7e0
Show file tree
Hide file tree
Showing 7 changed files with 508 additions and 503 deletions.
268 changes: 134 additions & 134 deletions .gas-snapshot

Large diffs are not rendered by default.

644 changes: 322 additions & 322 deletions .gas-snapshot-venom

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/create-util
Submodule create-util updated 3 files
+1 −1 LICENSE
+2 −2 package.json
+57 −57 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion lib/utils/VyperDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ error DeploymentFailed(address emitter);
* https://book.getfoundry.sh/cheatcodes/?highlight=CheatCodes#cheatcode-types)
* in other test files without errors.
*/
// solhint-disable-next-line contract-name-camelcase
// solhint-disable-next-line contract-name-capwords
interface _CheatCodes {
function ffi(string[] calldata) external returns (bytes memory);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"prettier": "^3.4.2",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-solidity": "^1.4.1",
"solhint": "^5.0.3"
"solhint": "^5.0.4"
}
}
17 changes: 11 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c7a7e0

Please sign in to comment.