Skip to content

defi-wallet-core-rs 0.1.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@stevenatcrypto stevenatcrypto released this 25 Apr 01:46
· 339 commits to main since this release
e386d07

Changelog

The first pre-release for this project.

This release is used to start testing and integrating for further features.

[0.1.12] - 2022-04-25

Added

  • Implement wallet generating, recovering from mnemonic and basic signing functions.
  • Implement the all Cosmos message encoding, signing and broadcasting based on crate cosmos-rust.
  • Implement basic transfer, ERC-20, ERC-721 and ERC-1155 functions of Ethereum based on crate ethers-rs.
  • Implement Cosmos signDirect function to support Protobuf signing directly.
  • Implement Ethereum eth_sign, personal_sign and eth_sign_transaction.
  • Implement dynamic EIP-712 encoding and signing from a JSON string (controlled by a feature abi-contract).
  • Support wasm and C++ bindings for the all above features.
  • Add basic integration-test (uncompleted) with Dev node of chain-main and cronos.
  • Add example code in folder example.

[Unreleased]: v0.1.12...HEAD
[0.1.12]: https://github.com/crypto-com/defi-wallet-core-rs/releases/tag/v0.1.12