-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Concordium/add-credential-deployment
Add credential deployment
- Loading branch information
Showing
29 changed files
with
3,709 additions
and
1,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,6 @@ | |
], | ||
"rules": { | ||
"quotes": [2, "single", { "avoidEscape": true }] | ||
} | ||
}, | ||
"ignorePatterns": ["pkg/**/"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,14 @@ jobs: | |
- name: Build gRPC | ||
run: yarn generate | ||
|
||
- name: Install rust | ||
run: rustup default 1.53 | ||
|
||
- name: Get wasm-pack | ||
uses: jetli/[email protected] | ||
with: | ||
version: 'latest' | ||
|
||
- name: Build | ||
run: yarn build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "deps/concordium-grpc-api"] | ||
path = deps/concordium-grpc-api | ||
url = [email protected]:Concordium/concordium-grpc-api.git | ||
[submodule "deps/concordium-base"] | ||
path = deps/concordium-base | ||
url = https://github.com/Concordium/concordium-base.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.3.0 | ||
|
||
### Added | ||
|
||
- Support for the credential deployment transaction. | ||
- Helpers to decrypt mobile wallet exports, in particular to extract identity information from the export. |
Oops, something went wrong.