Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 1.33 KB

Changelog

This log documents all public API breaking backwards incompatible changes.

3.0.0 - 10/August/2022

#52 refactor to use DeFi Wallet Core which enables more functionality

2.2.0 - 17/May/2022

#26 #27 #28 Refactor protobuf message to class to add more functionalities and hide protobuf complexity

#32 Add test environment

Require Python >= 3.8

#25 Add mainnet and testnet-croeseid-4 network configurations

#24 Fix unable to use secure gRPC channel to interact with chain

2.1.0 - 7/Dec/2021

#28 Migrate to gRPC which supports chain-main using Cosmos SDK version v0.43/0.44

2.0.0

  • Added
    • timeout_height argument in transaction
    • amino types including Coin, StdFee, StdSignDoc and many transaction messages
  • simplified the transaction arguments
  • require Python >= 3.7

1.0.0

  • Added
    • Code for address generation and transaction signing