@0xsequence/account
Advanced tools
Comparing version 0.0.0-20230309013947 to 0.0.0-20230309211731
@@ -435,5 +435,6 @@ 'use strict'; | ||
async gasRefundQuotes(txs, chainId, stubSignatureOverrides, status) { | ||
const transactions = core.commons.transaction.fromTransactionish(this.address, txs); | ||
const wstatus = status || (await this.status(chainId)); | ||
const wallet = this.walletForStatus(chainId, wstatus); | ||
const predecorated = await this.predecorateTransactions(txs, wstatus, chainId); | ||
const transactions = core.commons.transaction.fromTransactionish(this.address, predecorated); | ||
@@ -440,0 +441,0 @@ // We can't sign the transactions (because we don't want to bother the user) |
@@ -435,5 +435,6 @@ 'use strict'; | ||
async gasRefundQuotes(txs, chainId, stubSignatureOverrides, status) { | ||
const transactions = core.commons.transaction.fromTransactionish(this.address, txs); | ||
const wstatus = status || (await this.status(chainId)); | ||
const wallet = this.walletForStatus(chainId, wstatus); | ||
const predecorated = await this.predecorateTransactions(txs, wstatus, chainId); | ||
const transactions = core.commons.transaction.fromTransactionish(this.address, predecorated); | ||
@@ -440,0 +441,0 @@ // We can't sign the transactions (because we don't want to bother the user) |
@@ -431,5 +431,6 @@ import { defaults, migrator, version } from '@0xsequence/migration'; | ||
async gasRefundQuotes(txs, chainId, stubSignatureOverrides, status) { | ||
const transactions = commons.transaction.fromTransactionish(this.address, txs); | ||
const wstatus = status || (await this.status(chainId)); | ||
const wallet = this.walletForStatus(chainId, wstatus); | ||
const predecorated = await this.predecorateTransactions(txs, wstatus, chainId); | ||
const transactions = commons.transaction.fromTransactionish(this.address, predecorated); | ||
@@ -436,0 +437,0 @@ // We can't sign the transactions (because we don't want to bother the user) |
{ | ||
"name": "@0xsequence/account", | ||
"version": "0.0.0-20230309013947", | ||
"version": "0.0.0-20230309211731", | ||
"description": "tools for migrating sequence wallets to new versions", | ||
@@ -12,14 +12,14 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/account", | ||
"dependencies": { | ||
"@0xsequence/core": "0.0.0-20230309013947", | ||
"@0xsequence/migration": "0.0.0-20230309013947", | ||
"@0xsequence/network": "0.0.0-20230309013947", | ||
"@0xsequence/relayer": "0.0.0-20230309013947", | ||
"@0xsequence/sessions": "0.0.0-20230309013947", | ||
"@0xsequence/utils": "0.0.0-20230309013947", | ||
"@0xsequence/wallet": "0.0.0-20230309013947", | ||
"@0xsequence/core": "0.0.0-20230309211731", | ||
"@0xsequence/migration": "0.0.0-20230309211731", | ||
"@0xsequence/network": "0.0.0-20230309211731", | ||
"@0xsequence/relayer": "0.0.0-20230309211731", | ||
"@0xsequence/sessions": "0.0.0-20230309211731", | ||
"@0xsequence/utils": "0.0.0-20230309211731", | ||
"@0xsequence/wallet": "0.0.0-20230309211731", | ||
"ethers": "^5.5.2" | ||
}, | ||
"devDependencies": { | ||
"@0xsequence/signhub": "0.0.0-20230309013947", | ||
"@0xsequence/tests": "0.0.0-20230309013947", | ||
"@0xsequence/signhub": "0.0.0-20230309211731", | ||
"@0xsequence/tests": "0.0.0-20230309211731", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
@@ -26,0 +26,0 @@ "nyc": "^15.1.0" |
@@ -627,3 +627,2 @@ | ||
}> { | ||
const transactions = commons.transaction.fromTransactionish(this.address, txs) | ||
@@ -633,2 +632,5 @@ const wstatus = status || await this.status(chainId) | ||
const predecorated = await this.predecorateTransactions(txs, wstatus, chainId) | ||
const transactions = commons.transaction.fromTransactionish(this.address, predecorated) | ||
// We can't sign the transactions (because we don't want to bother the user) | ||
@@ -635,0 +637,0 @@ // so we use the latest configuration to build a "stub" signature, the relayer |
109131
2313
+ Added@0xsequence/abi@0.0.0-20230309211731(transitive)
+ Added@0xsequence/api@0.0.0-20230309211731(transitive)
+ Added@0xsequence/auth@0.0.0-20230309211731(transitive)
+ Added@0xsequence/core@0.0.0-20230309211731(transitive)
+ Added@0xsequence/guard@0.0.0-20230309211731(transitive)
+ Added@0xsequence/indexer@0.0.0-20230309211731(transitive)
+ Added@0xsequence/metadata@0.0.0-20230309211731(transitive)
+ Added@0xsequence/migration@0.0.0-20230309211731(transitive)
+ Added@0xsequence/network@0.0.0-20230309211731(transitive)
+ Added@0xsequence/provider@0.0.0-20230309211731(transitive)
+ Added@0xsequence/relayer@0.0.0-20230309211731(transitive)
+ Added@0xsequence/replacer@0.0.0-20230309211731(transitive)
+ Added@0xsequence/sessions@0.0.0-20230309211731(transitive)
+ Added@0xsequence/signhub@0.0.0-20230309211731(transitive)
+ Added@0xsequence/utils@0.0.0-20230309211731(transitive)
+ Added@0xsequence/wallet@0.0.0-20230309211731(transitive)
- Removed@0xsequence/abi@0.0.0-20230309013947(transitive)
- Removed@0xsequence/api@0.0.0-20230309013947(transitive)
- Removed@0xsequence/auth@0.0.0-20230309013947(transitive)
- Removed@0xsequence/core@0.0.0-20230309013947(transitive)
- Removed@0xsequence/guard@0.0.0-20230309013947(transitive)
- Removed@0xsequence/indexer@0.0.0-20230309013947(transitive)
- Removed@0xsequence/metadata@0.0.0-20230309013947(transitive)
- Removed@0xsequence/migration@0.0.0-20230309013947(transitive)
- Removed@0xsequence/network@0.0.0-20230309013947(transitive)
- Removed@0xsequence/provider@0.0.0-20230309013947(transitive)
- Removed@0xsequence/relayer@0.0.0-20230309013947(transitive)
- Removed@0xsequence/replacer@0.0.0-20230309013947(transitive)
- Removed@0xsequence/sessions@0.0.0-20230309013947(transitive)
- Removed@0xsequence/signhub@0.0.0-20230309013947(transitive)
- Removed@0xsequence/utils@0.0.0-20230309013947(transitive)
- Removed@0xsequence/wallet@0.0.0-20230309013947(transitive)