@0xsequence/core
Advanced tools
Comparing version 0.0.0-20230309215219 to 0.0.0-20230320165616
{ | ||
"name": "@0xsequence/core", | ||
"version": "0.0.0-20230309215219", | ||
"version": "0.0.0-20230320165616", | ||
"description": "core primitives for interacting with the sequence wallet contracts", | ||
@@ -23,3 +23,3 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/core", | ||
"dependencies": { | ||
"@0xsequence/abi": "0.0.0-20230309215219" | ||
"@0xsequence/abi": "0.0.0-20230320165616" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
@@ -95,3 +95,3 @@ | ||
}) | ||
i += length | ||
i += size | ||
break | ||
@@ -153,3 +153,3 @@ | ||
if (!s.address) throw new Error('Dynamic signature part must have address') | ||
if (!isValidSignature(s.address, subdigest, s.address, provider)) { | ||
if (!isValidSignature(s.address, subdigest, s.signature, provider)) { | ||
throw new Error(`Invalid dynamic signature part ${s.address}`) | ||
@@ -156,0 +156,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@0xsequence/abi@0.0.0-20230320165616(transitive)
- Removed@0xsequence/abi@0.0.0-20230309215219(transitive)