-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
32ce0fd
commit 57700d9
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule forge-std
updated
2 files
+51 −33 | src/mocks/MockERC20.sol | |
+46 −32 | src/mocks/MockERC721.sol |
Submodule openzeppelin-contracts
updated
5 files
+1 −1 | .changeset/shiny-poets-whisper.md | |
+52 −6 | contracts/utils/math/Math.sol | |
+23 −0 | test/helpers/math.js | |
+27 −0 | test/utils/math/Math.t.sol | |
+77 −29 | test/utils/math/Math.test.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "snekmate", | ||
"version": "0.0.5-rc.2", | ||
"version": "0.0.5-rc.3", | ||
"description": "State-of-the-art, highly opinionated, hyper-optimised, and secure 🐍Vyper smart contract building blocks.", | ||
"author": "Pascal Marco Caversaccio <[email protected]>", | ||
"license": "AGPL-3.0-only", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters