Skip to content

Commit

Permalink
Merge branch 'main' into ci/add-venom-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Aug 25, 2024
2 parents 9118b35 + 1acec74 commit f0579d0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4

- name: Run codespell
uses: codespell-project/actions-codespell@v2.0
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
skip: ./.git,pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion lib/create-util
2 changes: 1 addition & 1 deletion lib/solady
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"CHANGELOG.md"
],
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.9.1",
"@openzeppelin/merkle-tree": "^1.0.7",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.2",
"keccak256": "^1.0.6",
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src/snekmate/utils/p256.vy
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@notice These functions can be used to verify signatures based on the
non-Ethereum-native NIST P-256 elliptic curve (also known as
secp256r1; see https://neuromancer.sk/std/secg/secp256r1). For
more technical details, please refer to EIP-7212:
https://eips.ethereum.org/EIPS/eip-7212.
more technical details, please refer to RIP-7212:
https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md.
The implementation is inspired by dcposch's and nalinbhardwaj's
implementation here:
https://github.com/daimo-eth/p256-verifier/blob/master/src/P256Verifier.sol.
Expand Down

0 comments on commit f0579d0

Please sign in to comment.