@ledgerhq/coin-algorand
Advanced tools
Comparing version 0.6.1 to 0.7.0-next.0
@@ -62,3 +62,4 @@ import { isAccountEmpty } from "@ledgerhq/coin-framework/account"; | ||
name: "move ~50%", | ||
maxRun: 2, | ||
feature: "send", | ||
maxRun: 1, | ||
testDestination: genericTestDestination, | ||
@@ -93,2 +94,3 @@ transaction: ({ account, siblings, bridge, maxSpendable }) => { | ||
name: "send max", | ||
feature: "sendMax", | ||
maxRun: 1, | ||
@@ -123,3 +125,4 @@ testDestination: genericTestDestination, | ||
name: "send ASA ~50%", | ||
maxRun: 2, | ||
feature: "tokens", | ||
maxRun: 1, | ||
transaction: ({ account, siblings, bridge, maxSpendable }) => { | ||
@@ -162,2 +165,3 @@ invariant(maxSpendable.gt(0), "Spendable balance is too low"); | ||
name: "opt-In ASA available", | ||
feature: "tokens", | ||
maxRun: 1, | ||
@@ -198,2 +202,3 @@ transaction: ({ account, bridge, maxSpendable }) => { | ||
name: "claim rewards", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -200,0 +205,0 @@ transaction: ({ account, bridge, maxSpendable }) => { |
@@ -67,3 +67,4 @@ "use strict"; | ||
name: "move ~50%", | ||
maxRun: 2, | ||
feature: "send", | ||
maxRun: 1, | ||
testDestination: specs_1.genericTestDestination, | ||
@@ -98,2 +99,3 @@ transaction: ({ account, siblings, bridge, maxSpendable }) => { | ||
name: "send max", | ||
feature: "sendMax", | ||
maxRun: 1, | ||
@@ -128,3 +130,4 @@ testDestination: specs_1.genericTestDestination, | ||
name: "send ASA ~50%", | ||
maxRun: 2, | ||
feature: "tokens", | ||
maxRun: 1, | ||
transaction: ({ account, siblings, bridge, maxSpendable }) => { | ||
@@ -167,2 +170,3 @@ (0, invariant_1.default)(maxSpendable.gt(0), "Spendable balance is too low"); | ||
name: "opt-In ASA available", | ||
feature: "tokens", | ||
maxRun: 1, | ||
@@ -203,2 +207,3 @@ transaction: ({ account, bridge, maxSpendable }) => { | ||
name: "claim rewards", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -205,0 +210,0 @@ transaction: ({ account, bridge, maxSpendable }) => { |
{ | ||
"name": "@ledgerhq/coin-algorand", | ||
"version": "0.6.1", | ||
"version": "0.7.0-next.0", | ||
"description": "Ledger Algorand Coin integration", | ||
@@ -55,3 +55,3 @@ "keywords": [ | ||
"rxjs": "^7.8.1", | ||
"@ledgerhq/coin-framework": "^0.22.0", | ||
"@ledgerhq/coin-framework": "^0.23.0-next.0", | ||
"@ledgerhq/cryptoassets": "^13.9.0", | ||
@@ -64,3 +64,3 @@ "@ledgerhq/devices": "8.4.4", | ||
"@ledgerhq/types-cryptoassets": "^7.19.0", | ||
"@ledgerhq/types-live": "^6.57.0" | ||
"@ledgerhq/types-live": "^6.58.0-next.0" | ||
}, | ||
@@ -67,0 +67,0 @@ "devDependencies": { |
@@ -73,3 +73,4 @@ import { isAccountEmpty } from "@ledgerhq/coin-framework/account"; | ||
name: "move ~50%", | ||
maxRun: 2, | ||
feature: "send", | ||
maxRun: 1, | ||
testDestination: genericTestDestination, | ||
@@ -108,2 +109,3 @@ transaction: ({ account, siblings, bridge, maxSpendable }) => { | ||
name: "send max", | ||
feature: "sendMax", | ||
maxRun: 1, | ||
@@ -140,3 +142,4 @@ testDestination: genericTestDestination, | ||
name: "send ASA ~50%", | ||
maxRun: 2, | ||
feature: "tokens", | ||
maxRun: 1, | ||
transaction: ({ account, siblings, bridge, maxSpendable }) => { | ||
@@ -184,2 +187,3 @@ invariant(maxSpendable.gt(0), "Spendable balance is too low"); | ||
name: "opt-In ASA available", | ||
feature: "tokens", | ||
maxRun: 1, | ||
@@ -224,2 +228,3 @@ transaction: ({ account, bridge, maxSpendable }) => { | ||
name: "claim rewards", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -226,0 +231,0 @@ transaction: ({ account, bridge, maxSpendable }) => { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
560095
7422
+ Added@ledgerhq/coin-framework@0.23.0(transitive)
- Removed@ledgerhq/coin-framework@0.22.0(transitive)