defi-wallet-core-rs 0.2.1
Pre-release
Pre-release
Changelog
This release is used to start testing and integrating for further features.
[0.2.1] - 2022-07-18
Added
- Add CMake Support
- Add env
CPP_EXAMPLE_PATH
for cpp integration test - Add a basic generation parser for EIP681
- Add a Make command
install-uniffi-bindgen
Changed
- Replaced the GH action with manual
cargo clippy
call and removed the duplicate clippy steps/flow - Replace openssl with rustls
- Change the cargo test executions to use
cargo llvm-cov
- Improve cpp integration test and assert rust::cxxbridge1::Error
- Replace
grpc-web-client
withtonic-web-wasm-client