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

Make the test issuer compatible with the new wallet. #32

Merged
merged 5 commits into from
Aug 23, 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
2 changes: 1 addition & 1 deletion deps/concordium-rust-sdk
4 changes: 4 additions & 0 deletions test-tools/issuer-front-end/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased changes

## 1.0.1

- Make the issuer compatible with the latest 1.1.0 wallet.

## 1.0.0

- Initial issuer front end
6 changes: 5 additions & 1 deletion test-tools/issuer-front-end/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "issuer-front-end",
"packageManager": "[email protected]",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"engines": {
"node": ">=16.x"
Expand All @@ -13,12 +13,16 @@
"@concordium/web-sdk": "^6.1.0-alpha.1",
"@walletconnect/types": "^2.1.4",
"eslint": "^8.37.0",
"json-bigint": "^1.0.0",
"moment": "^2.29.4",
"react": "^18.1.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.1.0",
"react-switch": "^7.0.0"
},
"resolutions": {
"@concordium/web-sdk": "^6.1.0-alpha.1"
},
"devDependencies": {
"@craftamap/esbuild-plugin-html": "^0.4.0",
"@types/node": "^18.7.23",
Expand Down
252 changes: 98 additions & 154 deletions test-tools/issuer-front-end/src/Main.tsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test-tools/issuer-front-end/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import moment from 'moment';

export const EXAMPLE_CREDENTIAL_SCHEMA = `https://raw.githubusercontent.com/Concordium/concordium-web3id/ac803895b1ffaa50888cfc6667331f6ebb0b889e/examples/json-schemas/education-certificate/JsonSchema2023-education-certificate.json`;

export const EXAMPLE_CREDENTIAL_METADATA = `https://raw.githubusercontent.com/Concordium/concordium-web3id/21bc43872c5d972f6c1b48af7956ec74f2e3e6ef/examples/json-schemas/metadata/credential-metadata.json`;
export const EXAMPLE_CREDENTIAL_METADATA = `https://gist.githubusercontent.com/abizjak/ff1e90d82c5446c0e001ee6d4e33ea6b/raw/4528363aff42e3ff36b50a1d873287f2f520d610/metadata.json`;

export const EXAMPLE_ISSUER_METADATA = `https://gist.githubusercontent.com/DOBEN/d12deee42e06601efb72859da9be5759/raw/137a9a4b9623dfe16fa8e9bb7ab07f5858d92c53/gistfile1.txt`;

Expand Down
42 changes: 1 addition & 41 deletions test-tools/issuer-front-end/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,26 +278,6 @@ __metadata:
languageName: node
linkType: hard

"@concordium/common-sdk@npm:6.5.0":
version: 6.5.0
resolution: "@concordium/common-sdk@npm:6.5.0"
dependencies:
"@concordium/rust-bindings": 0.11.1
"@grpc/grpc-js": ^1.3.4
"@noble/ed25519": ^1.7.1
"@protobuf-ts/runtime-rpc": ^2.8.2
"@scure/bip39": ^1.1.0
bs58check: ^2.1.2
buffer: ^6.0.3
cross-fetch: 3.1.5
hash.js: ^1.1.7
iso-3166-1: ^2.1.1
json-bigint: ^1.0.0
uuid: ^8.3.2
checksum: daf7e586b5fd89a4f2e84c602b9ffdbe5215a176b6673aa42abf7c54d722f5380f716672100f6a68c321ba97b87c381476bce768ff1e5299b5d07c6ded96e716
languageName: node
linkType: hard

"@concordium/common-sdk@npm:9.1.0-alpha.1":
version: 9.1.0-alpha.1
resolution: "@concordium/common-sdk@npm:9.1.0-alpha.1"
Expand Down Expand Up @@ -329,13 +309,6 @@ __metadata:
languageName: node
linkType: hard

"@concordium/rust-bindings@npm:0.11.1":
version: 0.11.1
resolution: "@concordium/rust-bindings@npm:0.11.1"
checksum: fe1bbcd0a98a7e148cfe9fa5ec69a693b19608b64b01723aedd9a7616958d5069cef006f8dfa610f7fad3cd3e8d356c99c76ff2606ea44d90138a43897118277
languageName: node
linkType: hard

"@concordium/rust-bindings@npm:1.2.0-alpha.1":
version: 1.2.0-alpha.1
resolution: "@concordium/rust-bindings@npm:1.2.0-alpha.1"
Expand All @@ -354,20 +327,6 @@ __metadata:
languageName: node
linkType: hard

"@concordium/web-sdk@npm:^3.4.2":
version: 3.5.0
resolution: "@concordium/web-sdk@npm:3.5.0"
dependencies:
"@concordium/common-sdk": 6.5.0
"@concordium/rust-bindings": 0.11.1
"@grpc/grpc-js": ^1.3.4
"@protobuf-ts/grpcweb-transport": ^2.8.2
buffer: ^6.0.3
process: ^0.11.10
checksum: 681cfdb2533bba93ac62f44b0fcf5596a0fd89a5895085e3e6a416fa162bc1d22ac3bc1a6f8b89a196c46e89e9fd6401c25c493079f406bf8dfa9c6a7eb0aaa7
languageName: node
linkType: hard

"@concordium/web-sdk@npm:^6.1.0-alpha.1":
version: 6.1.0-alpha.1
resolution: "@concordium/web-sdk@npm:6.1.0-alpha.1"
Expand Down Expand Up @@ -5299,6 +5258,7 @@ cors@latest:
eslint-plugin-react: ^7.29.4
eslint-plugin-react-hooks: ^4.4.0
fs: ^0.0.1-security
json-bigint: ^1.0.0
live-server: =1.2.1
moment: ^2.29.4
prettier: ^2.6.2
Expand Down
2 changes: 1 addition & 1 deletion test-tools/web3id-test/Cargo.lock

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

Loading