-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing support for p7, compiles now...
- Loading branch information
1 parent
713d638
commit fd4ced2
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
Submodule concordium-rust-sdk
updated
16 files
+2 −2 | .github/workflows/build-and-test.yaml | |
+10 −0 | CHANGELOG.md | |
+0 −10 | Cargo.toml | |
+0 −6 | README.md | |
+1 −1 | concordium-base | |
+0 −102 | examples/monitor-postgres.rs | |
+0 −81 | examples/postgres.rs | |
+632 −16 | src/contract_client.rs | |
+0 −4 | src/lib.rs | |
+0 −368 | src/postgres.rs | |
+15 −0 | src/types/mod.rs | |
+20 −0 | src/types/summary_helper.rs | |
+6 −0 | src/v2/conversions.rs | |
+23 −2 | src/v2/generated/concordium.v2.rs | |
+6 −5 | src/v2/mod.rs | |
+1 −1 | src/v2/proto_schema_version.rs |
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