Skip to content

defi-wallet-core-rs 0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@damoncro damoncro released this 19 Jul 01:38
· 260 commits to main since this release
8339f68

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 with tonic-web-wasm-client