Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 1.18 KB

Changelog

This log documents all public API breaking backwards incompatible changes.

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