@ledgerhq/live-common 21.28.0 → 21.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.synced.unit.test.js +1 -1
- package/lib/__tests__/families/bitcoin/wallet-btc/xpub.synced.unit.test.js.map +1 -1
- package/lib/__tests__/test-helpers/bridge.js +1 -1
- package/lib/__tests__/test-helpers/bridge.js.map +1 -1
- package/lib/__tests__/test-helpers/setup.js +1 -0
- package/lib/__tests__/test-helpers/setup.js.map +1 -1
- package/lib/account/support.d.ts.map +1 -1
- package/lib/account/support.js.map +1 -1
- package/lib/apps/hw.d.ts.map +1 -1
- package/lib/apps/hw.js +8 -3
- package/lib/apps/hw.js.map +1 -1
- package/lib/bot/engine.js +1 -1
- package/lib/bot/engine.js.map +1 -1
- package/lib/bridge/jsHelpers.js +1 -1
- package/lib/data/icons/react/celo.d.ts +8 -0
- package/lib/data/icons/react/celo.d.ts.map +1 -0
- package/lib/data/icons/react/celo.js +32 -0
- package/lib/data/icons/react/celo.js.map +1 -0
- package/lib/data/icons/react/index.d.ts +1 -0
- package/lib/data/icons/react/index.d.ts.map +1 -1
- package/lib/data/icons/react/index.js +11 -8
- package/lib/data/icons/react/index.js.map +1 -1
- package/lib/data/icons/reactNative/celo.d.ts +8 -0
- package/lib/data/icons/reactNative/celo.d.ts.map +1 -0
- package/lib/data/icons/reactNative/celo.js +33 -0
- package/lib/data/icons/reactNative/celo.js.map +1 -0
- package/lib/data/icons/reactNative/index.d.ts +1 -0
- package/lib/data/icons/reactNative/index.d.ts.map +1 -1
- package/lib/data/icons/reactNative/index.js +11 -8
- package/lib/data/icons/reactNative/index.js.map +1 -1
- package/lib/env.d.ts +20 -5
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +15 -0
- package/lib/env.js.map +1 -1
- package/lib/env.react.d.ts +1 -1
- package/lib/env.react.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/usePickDefaultAccount.d.ts.map +1 -1
- package/lib/exchange/swap/hooks/usePickDefaultAccount.js +4 -9
- package/lib/exchange/swap/hooks/usePickDefaultAccount.js.map +1 -1
- package/lib/exchange/swap/utils/index.d.ts +6 -1
- package/lib/exchange/swap/utils/index.d.ts.map +1 -1
- package/lib/exchange/swap/utils/index.js +8 -1
- package/lib/exchange/swap/utils/index.js.map +1 -1
- package/lib/exchange/swap/utils/index.test.js +27 -0
- package/lib/exchange/swap/utils/index.test.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/base.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/base.js +19 -20
- package/lib/families/bitcoin/wallet-btc/crypto/base.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.js +4 -5
- package/lib/families/bitcoin/wallet-btc/crypto/bitcoin.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/bitcoincash.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/bitcoincash.js +3 -4
- package/lib/families/bitcoin/wallet-btc/crypto/bitcoincash.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/decred.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/decred.js +3 -4
- package/lib/families/bitcoin/wallet-btc/crypto/decred.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/litecoin.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/litecoin.js +3 -4
- package/lib/families/bitcoin/wallet-btc/crypto/litecoin.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/zec.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/zec.js +3 -4
- package/lib/families/bitcoin/wallet-btc/crypto/zec.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/zen.d.ts.map +1 -1
- package/lib/families/bitcoin/wallet-btc/crypto/zen.js +3 -4
- package/lib/families/bitcoin/wallet-btc/crypto/zen.js.map +1 -1
- package/lib/families/bitcoin/wallet-btc/xpub.js +1 -1
- package/lib/families/bitcoin/wallet-btc/xpub.js.map +1 -1
- package/lib/families/celo/api/hubble.d.ts +8 -0
- package/lib/families/celo/api/hubble.d.ts.map +1 -0
- package/lib/families/celo/api/hubble.js +144 -0
- package/lib/families/celo/api/hubble.js.map +1 -0
- package/lib/families/celo/api/index.d.ts +2 -0
- package/lib/families/celo/api/index.d.ts.map +1 -0
- package/lib/families/celo/api/index.js +13 -0
- package/lib/families/celo/api/index.js.map +1 -0
- package/lib/families/celo/api/sdk.d.ts +3 -0
- package/lib/families/celo/api/sdk.d.ts.map +1 -0
- package/lib/families/celo/api/sdk.js +13 -0
- package/lib/families/celo/api/sdk.js.map +1 -0
- package/lib/families/celo/bridge/js.d.ts +8 -0
- package/lib/families/celo/bridge/js.d.ts.map +1 -0
- package/lib/families/celo/bridge/js.js +87 -0
- package/lib/families/celo/bridge/js.js.map +1 -0
- package/lib/families/celo/cli-transaction.d.ts +14 -0
- package/lib/families/celo/cli-transaction.d.ts.map +1 -0
- package/lib/families/celo/cli-transaction.js +37 -0
- package/lib/families/celo/cli-transaction.js.map +1 -0
- package/lib/families/celo/datasets/celo.scanAccounts.1.d.ts +5 -0
- package/lib/families/celo/datasets/celo.scanAccounts.1.d.ts.map +1 -0
- package/lib/families/celo/datasets/celo.scanAccounts.1.js +12 -0
- package/lib/families/celo/datasets/celo.scanAccounts.1.js.map +1 -0
- package/lib/families/celo/deviceTransactionConfig.d.ts +4 -0
- package/lib/families/celo/deviceTransactionConfig.d.ts.map +1 -0
- package/lib/families/celo/deviceTransactionConfig.js +16 -0
- package/lib/families/celo/deviceTransactionConfig.js.map +1 -0
- package/lib/families/celo/hw-app-celo.d.ts +19 -0
- package/lib/families/celo/hw-app-celo.d.ts.map +1 -0
- package/lib/families/celo/hw-app-celo.js +147 -0
- package/lib/families/celo/hw-app-celo.js.map +1 -0
- package/lib/families/celo/hw-getAddress.d.ts +2 -0
- package/lib/families/celo/hw-getAddress.d.ts.map +1 -0
- package/lib/families/celo/hw-getAddress.js +13 -0
- package/lib/families/celo/hw-getAddress.js.map +1 -0
- package/lib/families/celo/js-broadcast.d.ts +8 -0
- package/lib/families/celo/js-broadcast.d.ts.map +1 -0
- package/lib/families/celo/js-broadcast.js +58 -0
- package/lib/families/celo/js-broadcast.js.map +1 -0
- package/lib/families/celo/js-buildTransaction.d.ts +6 -0
- package/lib/families/celo/js-buildTransaction.d.ts.map +1 -0
- package/lib/families/celo/js-buildTransaction.js +89 -0
- package/lib/families/celo/js-buildTransaction.js.map +1 -0
- package/lib/families/celo/js-createTransaction.d.ts +4 -0
- package/lib/families/celo/js-createTransaction.d.ts.map +1 -0
- package/lib/families/celo/js-createTransaction.js +12 -0
- package/lib/families/celo/js-createTransaction.js.map +1 -0
- package/lib/families/celo/js-estimateMaxSpendable.d.ts +10 -0
- package/lib/families/celo/js-estimateMaxSpendable.d.ts.map +1 -0
- package/lib/families/celo/js-estimateMaxSpendable.js +77 -0
- package/lib/families/celo/js-estimateMaxSpendable.js.map +1 -0
- package/lib/families/celo/js-getFeesForTransaction.d.ts +8 -0
- package/lib/families/celo/js-getFeesForTransaction.d.ts.map +1 -0
- package/lib/families/celo/js-getFeesForTransaction.js +76 -0
- package/lib/families/celo/js-getFeesForTransaction.js.map +1 -0
- package/lib/families/celo/js-getTransactionStatus.d.ts +5 -0
- package/lib/families/celo/js-getTransactionStatus.d.ts.map +1 -0
- package/lib/families/celo/js-getTransactionStatus.js +86 -0
- package/lib/families/celo/js-getTransactionStatus.js.map +1 -0
- package/lib/families/celo/js-prepareTransaction.d.ts +5 -0
- package/lib/families/celo/js-prepareTransaction.d.ts.map +1 -0
- package/lib/families/celo/js-prepareTransaction.js +76 -0
- package/lib/families/celo/js-prepareTransaction.js.map +1 -0
- package/lib/families/celo/js-signOperation.d.ts +13 -0
- package/lib/families/celo/js-signOperation.d.ts.map +1 -0
- package/lib/families/celo/js-signOperation.js +150 -0
- package/lib/families/celo/js-signOperation.js.map +1 -0
- package/lib/families/celo/js-synchronisation.d.ts +10 -0
- package/lib/families/celo/js-synchronisation.d.ts.map +1 -0
- package/lib/families/celo/js-synchronisation.js +88 -0
- package/lib/families/celo/js-synchronisation.js.map +1 -0
- package/lib/families/celo/specs.d.ts +7 -0
- package/lib/families/celo/specs.d.ts.map +1 -0
- package/lib/families/celo/specs.js +56 -0
- package/lib/families/celo/specs.js.map +1 -0
- package/lib/families/celo/speculos-deviceActions.d.ts +7 -0
- package/lib/families/celo/speculos-deviceActions.d.ts.map +1 -0
- package/lib/families/celo/speculos-deviceActions.js +53 -0
- package/lib/families/celo/speculos-deviceActions.js.map +1 -0
- package/lib/families/celo/transaction.d.ts +11 -0
- package/lib/families/celo/transaction.d.ts.map +1 -0
- package/lib/families/celo/transaction.js +39 -0
- package/lib/families/celo/transaction.js.map +1 -0
- package/lib/families/celo/types.d.ts +16 -0
- package/lib/families/celo/types.d.ts.map +1 -0
- package/lib/families/celo/types.js +6 -0
- package/lib/families/celo/types.js.map +1 -0
- package/lib/families/ethereum/datasets/ethereum.scanAccounts.1.d.ts +1 -0
- package/lib/families/ethereum/datasets/ethereum.scanAccounts.1.d.ts.map +1 -1
- package/lib/families/ethereum/datasets/ethereum.scanAccounts.1.js +1 -0
- package/lib/families/ethereum/datasets/ethereum.scanAccounts.1.js.map +1 -1
- package/lib/families/ethereum/modules/erc1155.d.ts.map +1 -1
- package/lib/families/ethereum/modules/erc1155.js +8 -2
- package/lib/families/ethereum/modules/erc1155.js.map +1 -1
- package/lib/families/polkadot/cache.d.ts +1 -1
- package/lib/families/polkadot/cache.js +1 -1
- package/lib/families/solana/api/chain/index.d.ts +2 -2
- package/lib/families/solana/api/chain/index.d.ts.map +1 -1
- package/lib/families/solana/api/chain/index.js +4 -4
- package/lib/families/solana/api/chain/index.js.map +1 -1
- package/lib/families/solana/bridge/bridge.js +5 -5
- package/lib/families/solana/bridge/bridge.js.map +1 -1
- package/lib/families/solana/bridge/js.js +3 -3
- package/lib/families/solana/bridge/js.js.map +1 -1
- package/lib/families/solana/bridge/mock.js +1 -1
- package/lib/families/solana/bridge/mock.js.map +1 -1
- package/lib/families/solana/test-dataset.d.ts.map +1 -1
- package/lib/families/solana/test-dataset.js +211 -209
- package/lib/families/solana/test-dataset.js.map +1 -1
- package/lib/families/solana/utils.d.ts +1 -2
- package/lib/families/solana/utils.d.ts.map +1 -1
- package/lib/families/solana/utils.js +11 -9
- package/lib/families/solana/utils.js.map +1 -1
- package/lib/families/tezos/datasets/tezos.scanAccounts.1.js +1 -1
- package/lib/families/tezos/datasets/tezos.scanAccounts.1.js.map +1 -1
- package/lib/featureFlags/FeatureToggle.d.ts +10 -0
- package/lib/featureFlags/FeatureToggle.d.ts.map +1 -0
- package/lib/featureFlags/FeatureToggle.js +17 -0
- package/lib/featureFlags/FeatureToggle.js.map +1 -0
- package/lib/featureFlags/defaultFeatures.d.ts +3 -0
- package/lib/featureFlags/defaultFeatures.d.ts.map +1 -0
- package/lib/featureFlags/defaultFeatures.js +9 -0
- package/lib/featureFlags/defaultFeatures.js.map +1 -0
- package/lib/featureFlags/index.d.ts +5 -0
- package/lib/featureFlags/index.d.ts.map +1 -0
- package/lib/featureFlags/index.js +17 -0
- package/lib/featureFlags/index.js.map +1 -0
- package/lib/featureFlags/provider.d.ts +13 -0
- package/lib/featureFlags/provider.d.ts.map +1 -0
- package/lib/featureFlags/provider.js +68 -0
- package/lib/featureFlags/provider.js.map +1 -0
- package/lib/featureFlags/types.d.ts +8 -0
- package/lib/featureFlags/types.d.ts.map +1 -0
- package/lib/featureFlags/types.js +3 -0
- package/lib/featureFlags/types.js.map +1 -0
- package/lib/featureFlags/useFeature.d.ts +3 -0
- package/lib/featureFlags/useFeature.d.ts.map +1 -0
- package/lib/featureFlags/useFeature.js +9 -0
- package/lib/featureFlags/useFeature.js.map +1 -0
- package/lib/generated/bridge/js.d.ts +4 -0
- package/lib/generated/bridge/js.d.ts.map +1 -1
- package/lib/generated/bridge/js.js +24 -22
- package/lib/generated/bridge/js.js.map +1 -1
- package/lib/generated/cli-transaction.d.ts +9 -0
- package/lib/generated/cli-transaction.d.ts.map +1 -1
- package/lib/generated/cli-transaction.js +24 -22
- package/lib/generated/cli-transaction.js.map +1 -1
- package/lib/generated/deviceTransactionConfig.d.ts +2 -0
- package/lib/generated/deviceTransactionConfig.d.ts.map +1 -1
- package/lib/generated/deviceTransactionConfig.js +22 -20
- package/lib/generated/deviceTransactionConfig.js.map +1 -1
- package/lib/generated/hw-getAddress.d.ts +1 -0
- package/lib/generated/hw-getAddress.d.ts.map +1 -1
- package/lib/generated/hw-getAddress.js +26 -24
- package/lib/generated/hw-getAddress.js.map +1 -1
- package/lib/generated/specs.d.ts +3 -0
- package/lib/generated/specs.d.ts.map +1 -1
- package/lib/generated/specs.js +24 -22
- package/lib/generated/specs.js.map +1 -1
- package/lib/generated/speculos-deviceActions.d.ts +3 -0
- package/lib/generated/speculos-deviceActions.d.ts.map +1 -1
- package/lib/generated/speculos-deviceActions.js +24 -22
- package/lib/generated/speculos-deviceActions.js.map +1 -1
- package/lib/generated/transaction.d.ts +5 -0
- package/lib/generated/transaction.d.ts.map +1 -1
- package/lib/generated/transaction.js +26 -24
- package/lib/generated/transaction.js.map +1 -1
- package/lib/generated/types.d.ts +12 -6
- package/lib/generated/types.d.ts.map +1 -1
- package/lib/generated/types.js +14 -12
- package/lib/generated/types.js.map +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +1 -0
- package/lib/types/index.js.map +1 -1
- package/lib/types/manager.d.ts +7 -0
- package/lib/types/manager.d.ts.map +1 -1
- package/lib/types/manager.js +7 -0
- package/lib/types/manager.js.map +1 -1
- package/package.json +12 -9
- package/src/.DS_Store +0 -0
- package/src/__tests__/.DS_Store +0 -0
- package/src/__tests__/__snapshots__/all.libcore.ts.snap +0 -33226
- package/src/__tests__/families/bitcoin/wallet-btc/xpub.synced.unit.test.ts +1 -1
- package/src/__tests__/test-helpers/bridge.ts +1 -1
- package/src/__tests__/test-helpers/setup.ts +1 -0
- package/src/account/support.ts +1 -0
- package/src/apps/hw.ts +7 -0
- package/src/bot/engine.ts +1 -1
- package/src/bridge/jsHelpers.ts +1 -1
- package/src/data/icons/react/celo.tsx +12 -0
- package/src/data/icons/react/index.tsx +1 -0
- package/src/data/icons/reactNative/celo.tsx +13 -0
- package/src/data/icons/reactNative/index.tsx +1 -0
- package/src/data/icons/svg/CELO.svg +5 -0
- package/src/env.ts +15 -0
- package/src/exchange/swap/hooks/usePickDefaultAccount.ts +4 -9
- package/src/exchange/swap/utils/index.test.ts +44 -1
- package/src/exchange/swap/utils/index.ts +12 -1
- package/src/families/bitcoin/wallet-btc/crypto/base.ts +41 -20
- package/src/families/bitcoin/wallet-btc/crypto/bitcoin.ts +12 -5
- package/src/families/bitcoin/wallet-btc/crypto/bitcoincash.ts +11 -4
- package/src/families/bitcoin/wallet-btc/crypto/decred.ts +11 -4
- package/src/families/bitcoin/wallet-btc/crypto/litecoin.ts +11 -4
- package/src/families/bitcoin/wallet-btc/crypto/zec.ts +11 -4
- package/src/families/bitcoin/wallet-btc/crypto/zen.ts +11 -4
- package/src/families/bitcoin/wallet-btc/xpub.ts +1 -1
- package/src/families/celo/api/hubble.ts +93 -0
- package/src/families/celo/api/index.ts +1 -0
- package/src/families/celo/api/sdk.ts +8 -0
- package/src/families/celo/bridge/js.ts +38 -0
- package/src/families/celo/cli-transaction.ts +41 -0
- package/src/families/celo/datasets/celo.scanAccounts.1.ts +20 -0
- package/src/families/celo/deviceTransactionConfig.ts +19 -0
- package/src/families/celo/hw-app-celo.ts +108 -0
- package/src/families/celo/hw-getAddress.ts +1 -0
- package/src/families/celo/js-broadcast.ts +12 -0
- package/src/families/celo/js-buildTransaction.ts +32 -0
- package/src/families/celo/js-createTransaction.ts +12 -0
- package/src/families/celo/js-estimateMaxSpendable.ts +28 -0
- package/src/families/celo/js-getFeesForTransaction.ts +38 -0
- package/src/families/celo/js-getTransactionStatus.ts +67 -0
- package/src/families/celo/js-prepareTransaction.ts +28 -0
- package/src/families/celo/js-signOperation.ts +149 -0
- package/src/families/celo/js-synchronisation.ts +40 -0
- package/src/families/celo/specs.ts +53 -0
- package/src/families/celo/speculos-deviceActions.ts +51 -0
- package/src/families/celo/transaction.ts +39 -0
- package/src/families/celo/types.ts +20 -0
- package/src/families/ethereum/datasets/ethereum.scanAccounts.1.ts +1 -0
- package/src/families/ethereum/modules/erc1155.ts +9 -0
- package/src/families/polkadot/cache.ts +1 -1
- package/src/families/solana/api/chain/index.ts +8 -7
- package/src/families/solana/bridge/bridge.ts +11 -11
- package/src/families/solana/bridge/js.ts +3 -3
- package/src/families/solana/bridge/mock.ts +1 -1
- package/src/families/solana/test-dataset.ts +340 -337
- package/src/families/solana/utils.ts +9 -8
- package/src/families/tezos/datasets/tezos.scanAccounts.1.ts +39 -39
- package/src/featureFlags/FeatureToggle.tsx +24 -0
- package/src/featureFlags/defaultFeatures.ts +7 -0
- package/src/featureFlags/index.ts +4 -0
- package/src/featureFlags/provider.tsx +48 -0
- package/src/featureFlags/types.ts +9 -0
- package/src/featureFlags/useFeature.ts +8 -0
- package/src/generated/bridge/js.ts +3 -0
- package/src/generated/cli-transaction.ts +3 -0
- package/src/generated/deviceTransactionConfig.ts +3 -0
- package/src/generated/hw-getAddress.ts +3 -0
- package/src/generated/specs.ts +3 -0
- package/src/generated/speculos-deviceActions.ts +3 -0
- package/src/generated/transaction.ts +3 -0
- package/src/generated/types.ts +14 -0
- package/src/types/index.ts +1 -0
- package/src/types/manager.ts +7 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import invariant from "invariant";
|
|
2
|
+
import type { Transaction } from "./types";
|
|
3
|
+
import { getCryptoCurrencyById, parseCurrencyUnit } from "../../currencies";
|
|
4
|
+
import { pickSiblings } from "../../bot/specs";
|
|
5
|
+
import type { AppSpec } from "../../bot/types";
|
|
6
|
+
import { DeviceModelId } from "@ledgerhq/devices";
|
|
7
|
+
|
|
8
|
+
const currency = getCryptoCurrencyById("celo");
|
|
9
|
+
const minimalAmount = parseCurrencyUnit(currency.units[0], "0.001");
|
|
10
|
+
const maxAccount = 3;
|
|
11
|
+
|
|
12
|
+
const celo: AppSpec<Transaction> = {
|
|
13
|
+
name: "Celo",
|
|
14
|
+
currency,
|
|
15
|
+
appQuery: {
|
|
16
|
+
model: DeviceModelId.nanoS,
|
|
17
|
+
appName: "Celo",
|
|
18
|
+
},
|
|
19
|
+
testTimeout: 2 * 60 * 1000,
|
|
20
|
+
mutations: [
|
|
21
|
+
{
|
|
22
|
+
name: "move 50% to another account",
|
|
23
|
+
maxRun: 2,
|
|
24
|
+
transaction: ({ account, siblings, bridge, maxSpendable }) => {
|
|
25
|
+
invariant(maxSpendable.gt(minimalAmount), "balance is too low");
|
|
26
|
+
const sibling = pickSiblings(siblings, maxAccount);
|
|
27
|
+
const recipient = sibling.freshAddress;
|
|
28
|
+
const amount = maxSpendable.div(2).integerValue();
|
|
29
|
+
return {
|
|
30
|
+
transaction: bridge.createTransaction(account),
|
|
31
|
+
updates: [{ recipient }, { amount }],
|
|
32
|
+
};
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: "send max to another account",
|
|
37
|
+
maxRun: 1,
|
|
38
|
+
transaction: ({ account, siblings, bridge, maxSpendable }) => {
|
|
39
|
+
invariant(maxSpendable.gt(minimalAmount), "balance is too low");
|
|
40
|
+
const sibling = pickSiblings(siblings, maxAccount);
|
|
41
|
+
const recipient = sibling.freshAddress;
|
|
42
|
+
return {
|
|
43
|
+
transaction: bridge.createTransaction(account),
|
|
44
|
+
updates: [{ recipient }, { useAllAmount: true }],
|
|
45
|
+
};
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export default {
|
|
52
|
+
celo,
|
|
53
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { DeviceAction } from "../../bot/types";
|
|
2
|
+
import type { Transaction } from "./types";
|
|
3
|
+
import { deviceActionFlow } from "../../bot/specs";
|
|
4
|
+
import { formatCurrencyUnit } from "../../currencies";
|
|
5
|
+
const acceptTransaction: DeviceAction<Transaction, any> = deviceActionFlow({
|
|
6
|
+
steps: [
|
|
7
|
+
{
|
|
8
|
+
title: "Review",
|
|
9
|
+
button: "Rr",
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
title: "Amount",
|
|
13
|
+
button: "Rr",
|
|
14
|
+
expectedValue: ({ account, status }) => {
|
|
15
|
+
const formattedValue =
|
|
16
|
+
"CELO " +
|
|
17
|
+
formatCurrencyUnit(account.unit, status.amount, {
|
|
18
|
+
disableRounding: true,
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
if (!formattedValue.includes(".")) {
|
|
22
|
+
// if the value is pure integer, in the app it will automatically add an .0
|
|
23
|
+
return formattedValue + ".0";
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
return formattedValue;
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
title: "Address",
|
|
31
|
+
button: "Rr",
|
|
32
|
+
expectedValue: ({ transaction }) => transaction.recipient,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
title: "Max Fees",
|
|
36
|
+
button: "Rr",
|
|
37
|
+
expectedValue: () => "CELO",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
title: "No Gateway Fee",
|
|
41
|
+
button: "Rr",
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
title: "Accept",
|
|
45
|
+
button: "LRlr",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
});
|
|
49
|
+
export default {
|
|
50
|
+
acceptTransaction,
|
|
51
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { Transaction, TransactionRaw } from "./types";
|
|
2
|
+
import { BigNumber } from "bignumber.js";
|
|
3
|
+
import {
|
|
4
|
+
fromTransactionCommonRaw,
|
|
5
|
+
toTransactionCommonRaw,
|
|
6
|
+
} from "../../transaction/common";
|
|
7
|
+
import type { Account } from "../../types";
|
|
8
|
+
import { getAccountUnit } from "../../account";
|
|
9
|
+
import { formatCurrencyUnit } from "../../currencies";
|
|
10
|
+
export const formatTransaction = (t: Transaction, account: Account): string => `
|
|
11
|
+
SEND ${formatCurrencyUnit(getAccountUnit(account), t.amount, {
|
|
12
|
+
showCode: true,
|
|
13
|
+
disableRounding: true,
|
|
14
|
+
})}
|
|
15
|
+
TO ${t.recipient}`;
|
|
16
|
+
|
|
17
|
+
const fromTransactionRaw = (tr: TransactionRaw): Transaction => {
|
|
18
|
+
const common = fromTransactionCommonRaw(tr);
|
|
19
|
+
return {
|
|
20
|
+
...common,
|
|
21
|
+
family: tr.family,
|
|
22
|
+
fees: tr.fees ? new BigNumber(tr.fees) : null,
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export const toTransactionRaw = (t: Transaction): TransactionRaw => {
|
|
27
|
+
const common = toTransactionCommonRaw(t);
|
|
28
|
+
return {
|
|
29
|
+
...common,
|
|
30
|
+
family: t.family,
|
|
31
|
+
fees: t.fees?.toString() || null,
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export default {
|
|
36
|
+
formatTransaction,
|
|
37
|
+
fromTransactionRaw,
|
|
38
|
+
toTransactionRaw,
|
|
39
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BigNumber } from "bignumber.js";
|
|
2
|
+
import type {
|
|
3
|
+
TransactionCommon,
|
|
4
|
+
TransactionCommonRaw,
|
|
5
|
+
} from "../../types/transaction";
|
|
6
|
+
|
|
7
|
+
export type Transaction = TransactionCommon & {
|
|
8
|
+
family: "celo";
|
|
9
|
+
fees: BigNumber | null | undefined;
|
|
10
|
+
};
|
|
11
|
+
export type TransactionRaw = TransactionCommonRaw & {
|
|
12
|
+
family: "celo";
|
|
13
|
+
fees: string | null | undefined;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type CoreStatics = Record<string, never>;
|
|
17
|
+
export type CoreAccountSpecifics = Record<string, never>;
|
|
18
|
+
export type CoreOperationSpecifics = Record<string, never>;
|
|
19
|
+
export type CoreCurrencySpecifics = Record<string, never>;
|
|
20
|
+
export const reflect = (_declare: any) => {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
name: "ethereum seed 1",
|
|
3
|
+
unstableAccounts: true, // FIXME LL-9155
|
|
3
4
|
apdus: `
|
|
4
5
|
=> e00200000d038000002c8000003c80000000
|
|
5
6
|
<= 410469877df9567b58e6ef8f6cf1fb8a8e1bf28a327dee31b183a6b9cd1f3da063af0924506a9912793ef31e41df19f8653fa31bb1fecc32d2e41abdddb22ccb621028373561453661383832363036353137343345356546433033373937313136413335363539663638359000
|
|
@@ -14,6 +14,9 @@ import { prepareTransaction } from "./erc721";
|
|
|
14
14
|
const notOwnedNft = createCustomErrorClass("NotOwnedNft");
|
|
15
15
|
const notEnoughNftOwned = createCustomErrorClass("NotEnoughNftOwned");
|
|
16
16
|
const notTokenIdsProvided = createCustomErrorClass("NotTokenIdsProvided");
|
|
17
|
+
const quantityNeedsToBePositive = createCustomErrorClass(
|
|
18
|
+
"QuantityNeedsToBePositive"
|
|
19
|
+
);
|
|
17
20
|
|
|
18
21
|
export type Modes = "erc1155.transfer";
|
|
19
22
|
|
|
@@ -43,6 +46,12 @@ const erc1155Transfer: ModeModule = {
|
|
|
43
46
|
result.errors.amount = new NotEnoughBalanceInParentAccount();
|
|
44
47
|
}
|
|
45
48
|
|
|
49
|
+
t.quantities?.forEach((quantity) => {
|
|
50
|
+
if (quantity.isLessThan(1)) {
|
|
51
|
+
result.errors.amount = new quantityNeedsToBePositive();
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
|
|
46
55
|
const enoughTokensOwned: true | Error =
|
|
47
56
|
t.tokenIds?.reduce((acc, tokenId, index) => {
|
|
48
57
|
if (acc instanceof Error) {
|
|
@@ -87,7 +87,7 @@ export const getTransactionParams: CacheRes<
|
|
|
87
87
|
);
|
|
88
88
|
|
|
89
89
|
/**
|
|
90
|
-
* Cache the payment info (fee estimate), with a hash
|
|
90
|
+
* Cache the payment info (fee estimate), with a hash depending on fees-changing transaction params and tx size.
|
|
91
91
|
*
|
|
92
92
|
* @param {Account} arg1.a
|
|
93
93
|
* @param {Transaction} arg1.t
|
|
@@ -4,17 +4,16 @@ import {
|
|
|
4
4
|
TOKEN_PROGRAM_ID,
|
|
5
5
|
} from "@solana/spl-token";
|
|
6
6
|
import {
|
|
7
|
-
Cluster,
|
|
8
|
-
clusterApiUrl,
|
|
9
7
|
Connection,
|
|
10
8
|
FeeCalculator,
|
|
11
9
|
PublicKey,
|
|
10
|
+
sendAndConfirmRawTransaction,
|
|
12
11
|
SignaturesForAddressOptions,
|
|
13
12
|
} from "@solana/web3.js";
|
|
14
13
|
import { Awaited } from "../../logic";
|
|
15
14
|
|
|
16
15
|
export type Config = {
|
|
17
|
-
readonly
|
|
16
|
+
readonly endpoint: string;
|
|
18
17
|
};
|
|
19
18
|
|
|
20
19
|
export type ChainAPI = Readonly<{
|
|
@@ -59,8 +58,7 @@ export type ChainAPI = Readonly<{
|
|
|
59
58
|
}>;
|
|
60
59
|
|
|
61
60
|
export function getChainAPI(config: Config): ChainAPI {
|
|
62
|
-
const connection = () =>
|
|
63
|
-
new Connection(clusterApiUrl(config.cluster), "finalized");
|
|
61
|
+
const connection = () => new Connection(config.endpoint, "finalized");
|
|
64
62
|
|
|
65
63
|
return {
|
|
66
64
|
getBalance: (address: string) =>
|
|
@@ -96,8 +94,11 @@ export function getChainAPI(config: Config): ChainAPI {
|
|
|
96
94
|
.getParsedAccountInfo(new PublicKey(address))
|
|
97
95
|
.then((r) => r.value),
|
|
98
96
|
|
|
99
|
-
sendRawTransaction: (buffer: Buffer) =>
|
|
100
|
-
connection()
|
|
97
|
+
sendRawTransaction: (buffer: Buffer) => {
|
|
98
|
+
return sendAndConfirmRawTransaction(connection(), buffer, {
|
|
99
|
+
commitment: "confirmed",
|
|
100
|
+
});
|
|
101
|
+
},
|
|
101
102
|
|
|
102
103
|
findAssocTokenAccAddress: (owner: string, mint: string) =>
|
|
103
104
|
Token.getAssociatedTokenAddress(
|
|
@@ -22,7 +22,7 @@ import { broadcastWithAPI } from "../js-broadcast";
|
|
|
22
22
|
import { prepareTransaction as prepareTransactionWithAPI } from "../js-prepareTransaction";
|
|
23
23
|
import { ChainAPI, Config } from "../api";
|
|
24
24
|
import { makeLRUCache } from "../../../cache";
|
|
25
|
-
import {
|
|
25
|
+
import { endpointByCurrencyId } from "../utils";
|
|
26
26
|
import { minutes, seconds } from "../api/cached";
|
|
27
27
|
import hash from "object-hash";
|
|
28
28
|
import BigNumber from "bignumber.js";
|
|
@@ -32,8 +32,8 @@ function makePrepare(getChainAPI: (config: Config) => Promise<ChainAPI>) {
|
|
|
32
32
|
mainAccount: Account,
|
|
33
33
|
transaction: Transaction
|
|
34
34
|
) {
|
|
35
|
-
const config = {
|
|
36
|
-
|
|
35
|
+
const config: Config = {
|
|
36
|
+
endpoint: endpointByCurrencyId(mainAccount.currency.id),
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
const chainAPI = await getChainAPI(config);
|
|
@@ -61,8 +61,8 @@ function makePrepare(getChainAPI: (config: Config) => Promise<ChainAPI>) {
|
|
|
61
61
|
|
|
62
62
|
function makeSyncAndScan(getChainAPI: (config: Config) => Promise<ChainAPI>) {
|
|
63
63
|
const getAccountShape: GetAccountShape = async (info) => {
|
|
64
|
-
const config = {
|
|
65
|
-
|
|
64
|
+
const config: Config = {
|
|
65
|
+
endpoint: endpointByCurrencyId(info.currency.id),
|
|
66
66
|
};
|
|
67
67
|
|
|
68
68
|
const chainAPI = await getChainAPI(config);
|
|
@@ -91,8 +91,8 @@ function makeEstimateMaxSpendable(
|
|
|
91
91
|
throw new Error("currency not found");
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
const config = {
|
|
95
|
-
|
|
94
|
+
const config: Config = {
|
|
95
|
+
endpoint: endpointByCurrencyId(currencyId),
|
|
96
96
|
};
|
|
97
97
|
|
|
98
98
|
const api = await getChainAPI(config);
|
|
@@ -110,8 +110,8 @@ function makeBroadcast(
|
|
|
110
110
|
getChainAPI: (config: Config) => Promise<ChainAPI>
|
|
111
111
|
): BroadcastFnSignature {
|
|
112
112
|
return async (info) => {
|
|
113
|
-
const config = {
|
|
114
|
-
|
|
113
|
+
const config: Config = {
|
|
114
|
+
endpoint: endpointByCurrencyId(info.account.currency.id),
|
|
115
115
|
};
|
|
116
116
|
const api = await getChainAPI(config);
|
|
117
117
|
return broadcastWithAPI(info, api);
|
|
@@ -122,8 +122,8 @@ function makeSign(
|
|
|
122
122
|
getChainAPI: (config: Config) => Promise<ChainAPI>
|
|
123
123
|
): SignOperationFnSignature<Transaction> {
|
|
124
124
|
return (info) => {
|
|
125
|
-
const config = {
|
|
126
|
-
|
|
125
|
+
const config: Config = {
|
|
126
|
+
endpoint: endpointByCurrencyId(info.account.currency.id),
|
|
127
127
|
};
|
|
128
128
|
const api = () => getChainAPI(config);
|
|
129
129
|
return signOperationWithAPI(info, api);
|
|
@@ -5,19 +5,19 @@ import { minutes } from "../api/cached";
|
|
|
5
5
|
|
|
6
6
|
const getAPI = makeLRUCache(
|
|
7
7
|
(config: Config) => Promise.resolve(getChainAPI(config)),
|
|
8
|
-
(config) => config.
|
|
8
|
+
(config) => config.endpoint,
|
|
9
9
|
minutes(1000)
|
|
10
10
|
);
|
|
11
11
|
|
|
12
12
|
const getQueuedAPI = makeLRUCache(
|
|
13
13
|
(config: Config) => getAPI(config).then((api) => queued(api, 100)),
|
|
14
|
-
(config) => config.
|
|
14
|
+
(config) => config.endpoint,
|
|
15
15
|
minutes(1000)
|
|
16
16
|
);
|
|
17
17
|
|
|
18
18
|
const getQueuedAndCachedAPI = makeLRUCache(
|
|
19
19
|
(config: Config) => getQueuedAPI(config).then(cached),
|
|
20
|
-
(config) => config.
|
|
20
|
+
(config) => config.endpoint,
|
|
21
21
|
minutes(1000)
|
|
22
22
|
);
|
|
23
23
|
|