issues
search
Concordium
/
concordium-rust-sdk
Rust SDK for the Concordium blockchain.
https://docs.rs/concordium-rust-sdk/latest/concordium_rust_sdk/
Mozilla Public License 2.0
13
stars
16
forks
source link
Remove v1
#137
Closed
abizjak
closed
11 months ago
abizjak
commented
1 year ago
Purpose
Remove V1 API from the SDK.
Changes
Update examples that still use it.
Remove code generation for the V1 API.
Remove the V1 client.
Checklist
[ ] My code follows the style of this project.
[ ] The code compiles without warnings.
[ ] I have performed a self-review of the changes.
[ ] I have documented my code, in particular the intent of the hard-to-understand areas.
[ ] (If necessary) I have updated the CHANGELOG.
Purpose
Remove V1 API from the SDK.
Changes
Checklist