Skip to content
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

#2604 - Make token symbol capital in metadata #2607

Merged
merged 1 commit into from
Oct 4, 2023
Merged
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
1 change: 0 additions & 1 deletion packages/functions/src/services/wallet/wallet.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'https://us4.svrs.io/',
'https://hs5.svrs.io/',
'https://hs6.svrs.io/',
'https://chrysalis-nodes.iota.org',
],
[Network.ATOI]: ['https://devnet.svrs.io/'],
};
Expand All @@ -55,7 +54,7 @@
await new Promise((resolve) => setTimeout(resolve, Math.floor(Math.random() * 1000 + 500)));
}
functions.logger.error(`Could not connect to client ${network}`, nodeUrl);
throw Error(`Could not connect to any client ${network}`);

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_0

Auth control test › Should create and reuse custom token

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/auth.spec.ts:26:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_0

Auth control test › Should throw

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/auth.spec.ts:26:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_0

Pub key test › Should validate IOTA pub key

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at test/auth.spec.ts:102:22

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_4

Token controller: utoken › Should update token

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.update.spec.ts:54:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_4

Token controller: utoken › Should update token - remove description

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.update.spec.ts:54:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_4

Token controller: utoken › Should throw

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.update.spec.ts:54:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_4

Token controller: utoken › Should throw

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.update.spec.ts:54:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_4

Token controller: utoken › Should update short description

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.update.spec.ts:54:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_4

Token controller: utoken › Should throw

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.update.spec.ts:54:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_5

Claim airdropped token test › Should claim token

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.airdrop.claim.spec.ts:65:16)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_5

Claim airdropped token test › Should claim multiple drops token

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.airdrop.claim.spec.ts:65:16)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_5

Claim airdropped token test › Should claim only vested drops

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.airdrop.claim.spec.ts:65:16)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_5

Claim airdropped token test › Should claim same in parallel

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.airdrop.claim.spec.ts:65:16)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_5

Claim airdropped token test › Should throw

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.airdrop.claim.spec.ts:65:16)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_5

Claim airdropped token test › Should claim 700

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token/token.airdrop.claim.spec.ts:65:16)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_2

Trade controller

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token-trade.sell.spec.ts:39:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › One collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › One collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › One collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › One collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › Should not soldOn after nft is sold

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › One collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › One collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › one collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › One collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_3

Ordering flows › One collection

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/order.spec.ts:113:14)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should create token order

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should order more token

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should create token order and should credit some amount

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should create token order and should credit all amount

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should create token order and should fail credit

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should throw

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should throw

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should allow only for members

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should allow only for guardians

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)

Check failure on line 57 in packages/functions/src/services/wallet/wallet.service.ts

View workflow job for this annotation

GitHub Actions / chunk_1

Token controller: ordertoken › Should throw

Could not connect to any client atoi at getClient (src/services/wallet/wallet.service.ts:57:9) at Function.Object.<anonymous>.WalletService.newWallet (src/services/wallet/wallet.service.ts:64:30) at getWallet (test/set-up.ts:83:24) at createMember (test/controls/common.ts:128:20) at Object.<anonymous> (test/controls/token.order.spec.ts:58:21)
};

const wallets: { [network: string]: Wallet } = {};
Expand Down
1 change: 1 addition & 0 deletions packages/functions/src/utils/car.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ export const tokenToIpfsMetadata = (token: Token) => ({
space: token.space,
platform: KEY_NAME_TANGLE,
uid: token.uid,
symbol: token.symbol.toUpperCase(),
});
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const tokenToFoundryMetadata = async (token: Token) => {
logoUrl: 'ipfs://' + (token.ipfsMedia || PLACEHOLDER_CID),
issuerName: KEY_NAME_TANGLE,
build5Id: token.uid,
symbol: token.symbol.toLowerCase(),
symbol: token.symbol.toUpperCase(),
decimals: token.decimals,
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('Token minting', () => {
expect(metadata.logoUrl).toBeDefined();
expect(metadata.issuerName).toBe(KEY_NAME_TANGLE);
expect(metadata.build5Id).toBe(helper.token.uid);
expect(metadata.symbol).toBe(helper.token.symbol.toLowerCase());
expect(metadata.symbol).toBe(helper.token.symbol.toUpperCase());
expect(metadata.decimals).toBe(5);
});
});
Loading