Skip to content

CIP-0058 (Daml) - Minting escrowed canton coin #1056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object DarResources {
)
val tokenStandardTest = PackageResource(
DarResource(s"splice-token-standard-test-current.dar"),
Seq(DarResource(s"splice-token-standard-test-1.0.0.dar")),
Seq(DarResource(s"splice-token-standard-test-1.0.1.dar")),
)
val allPackageResources = Seq(
tokenMetadata,
Expand All @@ -63,6 +63,7 @@ object DarResources {
val amulet_0_1_7 = DarResource("splice-amulet-0.1.7.dar")
val amulet_0_1_8 = DarResource("splice-amulet-0.1.8.dar")
val amulet_0_1_9 = DarResource("splice-amulet-0.1.9.dar")
val amulet_0_1_10 = DarResource("splice-amulet-0.1.10.dar")
val amulet_current = DarResource("splice-amulet-current.dar")
val amulet = PackageResource(
amulet_current,
Expand All @@ -77,6 +78,7 @@ object DarResources {
amulet_0_1_7,
amulet_0_1_8,
amulet_0_1_9,
amulet_0_1_10,
),
)

Expand All @@ -94,6 +96,7 @@ object DarResources {
val dsoGovernance_0_1_11 = DarResource("splice-dso-governance-0.1.11.dar")
val dsoGovernance_0_1_12 = DarResource("splice-dso-governance-0.1.12.dar")
val dsoGovernance_0_1_13 = DarResource("splice-dso-governance-0.1.13.dar")
val dsoGovernance_0_1_14 = DarResource("splice-dso-governance-0.1.14.dar")
val dsoGovernance_current = DarResource("splice-dso-governance-current.dar")
val dsoGovernance = PackageResource(
dsoGovernance_current,
Expand All @@ -112,6 +115,7 @@ object DarResources {
dsoGovernance_0_1_11,
dsoGovernance_0_1_12,
dsoGovernance_0_1_13,
dsoGovernance_0_1_14,
),
)

Expand All @@ -125,6 +129,7 @@ object DarResources {
val amuletNameService_0_1_7 = DarResource("splice-amulet-name-service-0.1.7.dar")
val amuletNameService_0_1_8 = DarResource("splice-amulet-name-service-0.1.8.dar")
val amuletNameService_0_1_9 = DarResource("splice-amulet-name-service-0.1.9.dar")
val amuletNameService_0_1_10 = DarResource("splice-amulet-name-service-0.1.10.dar")
val amuletNameService_current = DarResource("splice-amulet-name-service-current.dar")
val amuletNameService = PackageResource(
amuletNameService_current,
Expand All @@ -139,6 +144,7 @@ object DarResources {
amuletNameService_0_1_7,
amuletNameService_0_1_8,
amuletNameService_0_1_9,
amuletNameService_0_1_10,
),
)

Expand All @@ -152,6 +158,7 @@ object DarResources {
val splitwell_0_1_7 = DarResource("splitwell-0.1.7.dar")
val splitwell_0_1_8 = DarResource("splitwell-0.1.8.dar")
val splitwell_0_1_9 = DarResource("splitwell-0.1.9.dar")
val splitwell_0_1_10 = DarResource("splitwell-0.1.10.dar")
val splitwell_current = DarResource("splitwell-current.dar")
val splitwell = PackageResource(
splitwell_current,
Expand All @@ -166,6 +173,7 @@ object DarResources {
splitwell_0_1_7,
splitwell_0_1_8,
splitwell_0_1_9,
splitwell_0_1_10,
),
)

Expand All @@ -179,6 +187,7 @@ object DarResources {
val wallet_0_1_7 = DarResource("splice-wallet-0.1.7.dar")
val wallet_0_1_8 = DarResource("splice-wallet-0.1.8.dar")
val wallet_0_1_9 = DarResource("splice-wallet-0.1.9.dar")
val wallet_0_1_10 = DarResource("splice-wallet-0.1.10.dar")
val wallet_current = DarResource("splice-wallet-current.dar")
val wallet = PackageResource(
wallet_current,
Expand All @@ -193,6 +202,7 @@ object DarResources {
wallet_0_1_7,
wallet_0_1_8,
wallet_0_1_9,
wallet_0_1_10,
),
)

Expand All @@ -206,6 +216,7 @@ object DarResources {
val walletPayments_0_1_7 = DarResource("splice-wallet-payments-0.1.7.dar")
val walletPayments_0_1_8 = DarResource("splice-wallet-payments-0.1.8.dar")
val walletPayments_0_1_9 = DarResource("splice-wallet-payments-0.1.9.dar")
val walletPayments_0_1_10 = DarResource("splice-wallet-payments-0.1.10.dar")
val walletPayments_current = DarResource("splice-wallet-payments-current.dar")
val walletPayments = PackageResource(
walletPayments_current,
Expand All @@ -220,6 +231,7 @@ object DarResources {
walletPayments_0_1_7,
walletPayments_0_1_8,
walletPayments_0_1_9,
walletPayments_0_1_10,
),
)

Expand Down
128 changes: 110 additions & 18 deletions apps/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"wallet/external-openapi-ts-client"
],
"dependencies": {
"@daml.js/ans": "file:common/frontend/daml.js/splice-amulet-name-service-0.1.9",
"@daml.js/splice-amulet": "file:common/frontend/daml.js/splice-amulet-0.1.9",
"@daml.js/splice-dso-governance": "file:common/frontend/daml.js/splice-dso-governance-0.1.13",
"@daml.js/ans": "file:common/frontend/daml.js/splice-amulet-name-service-0.1.10",
"@daml.js/splice-amulet": "file:common/frontend/daml.js/splice-amulet-0.1.10",
"@daml.js/splice-dso-governance": "file:common/frontend/daml.js/splice-dso-governance-0.1.14",
"@daml.js/splice-validator-lifecycle": "file:common/frontend/daml.js/splice-validator-lifecycle-0.1.3",
"@daml.js/splice-wallet": "file:common/frontend/daml.js/splice-wallet-0.1.9",
"@daml.js/splice-wallet-payments": "file:common/frontend/daml.js/splice-wallet-payments-0.1.9",
"@daml.js/splitwell": "file:common/frontend/daml.js/splitwell-0.1.9",
"@daml.js/splice-wallet": "file:common/frontend/daml.js/splice-wallet-0.1.10",
"@daml.js/splice-wallet-payments": "file:common/frontend/daml.js/splice-wallet-payments-0.1.10",
"@daml.js/splitwell": "file:common/frontend/daml.js/splitwell-0.1.10",
"xunit-viewer": "^10.6.1"
}
}
2 changes: 1 addition & 1 deletion apps/wallet/frontend/src/components/TransferOffers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ArrowCircleLeftOutlined } from '@mui/icons-material';
import { Box, Button, Card, CardContent, Chip, Stack } from '@mui/material';
import Typography from '@mui/material/Typography';

import { AmuletTransferInstruction } from '@daml.js/splice-amulet-0.1.9/lib/Splice/AmuletTransferInstruction';
import { AmuletTransferInstruction } from '@daml.js/splice-amulet-0.1.10/lib/Splice/AmuletTransferInstruction';
import { Unit } from '@daml.js/splice-wallet-payments/lib/Splice/Wallet/Payment';
import { TransferOffer } from '@daml.js/splice-wallet/lib/Splice/Wallet/TransferOffer/module';
import { ContractId } from '@daml/types';
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/frontend/src/contexts/WalletServiceContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
} from 'wallet-openapi';

import * as payment from '@daml.js/splice-wallet-payments/lib/Splice/Wallet/Payment';
import { AmuletTransferInstruction } from '@daml.js/splice-amulet-0.1.9/lib/Splice/AmuletTransferInstruction';
import { AmuletTransferInstruction } from '@daml.js/splice-amulet-0.1.10/lib/Splice/AmuletTransferInstruction';
import { AppPaymentRequest } from '@daml.js/splice-wallet-payments/lib/Splice/Wallet/Payment';
import {
Subscription,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Contract } from '@lfdecentralizedtrust/splice-common-frontend-utils';
import { useQuery, UseQueryResult } from '@tanstack/react-query';

import { AmuletTransferInstruction } from '@daml.js/splice-amulet-0.1.9/lib/Splice/AmuletTransferInstruction';
import { AmuletTransferInstruction } from '@daml.js/splice-amulet-0.1.10/lib/Splice/AmuletTransferInstruction';

import { useWalletClient } from '../contexts/WalletServiceContext';

Expand Down
Loading