defi-wallet-core-rs 0.1.12
Pre-release
Pre-release
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
andeth_sign_transaction
. - Implement dynamic EIP-712 encoding and signing from a JSON string (controlled by a feature
abi-contract
). - Support
wasm
andC++
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