@0xsequence/core
Advanced tools
Comparing version 0.0.0-20230327163413 to 0.0.0-20230330215057
{ | ||
"name": "@0xsequence/core", | ||
"version": "0.0.0-20230327163413", | ||
"version": "0.0.0-20230330215057", | ||
"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-20230327163413" | ||
"@0xsequence/abi": "0.0.0-20230330215057" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
@@ -157,14 +157,2 @@ import { BigNumberish, BytesLike, ethers } from "ethers" | ||
// export function readSequenceNonce(...txs: Transaction[]): ethers.BigNumber | undefined { | ||
// const sample = txs.find(t => t.nonce !== undefined) | ||
// if (!sample) return undefined | ||
// const sampleNonce = ethers.BigNumber.from(sample.nonce) | ||
// if (txs.find(t => t.nonce !== undefined && !ethers.BigNumber.from(t.nonce).eq(sampleNonce))) { | ||
// throw new Error('Mixed nonces on Sequence transactions') | ||
// } | ||
// return sampleNonce | ||
// } | ||
// TODO: We may be able to remove this if we make Transaction === TransactionEncoded | ||
@@ -171,0 +159,0 @@ export function sequenceTxAbiEncode(txs: Transaction[]): TransactionEncoded[] { |
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
284
17
326376
7344
8928
26
+ Added@0xsequence/abi@0.0.0-20230330215057(transitive)
- Removed@0xsequence/abi@0.0.0-20230327163413(transitive)