Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@ashcherbakov ashcherbakov released this 08 Feb 06:45
· 1816 commits to master since this release
040914a

Please note, that there were breaking changes in DCL 0.6.0 (migration to the latest Cosmos SDK), so the current master and DCL releases 0.6+ are not compatible with pools and Test Nets running DCL 0.5.

Major Changes

  • Migrated to the latest Cosmos-sdk v0.44.5 and Tendermint v0.34.14 which causes lots of changes (usage of protobuf in particular).
  • dclcli is deprecated. dcld contains all CLI commands now.
  • gRPC interface is now exposed by every node.
  • REST API is now exposed by every node (no need to run a separate service).
  • Light Client Proxy is supported. It can be used to automatically verify state proofs for single-value query requests sent by a CLI or Tendermint RPC. It allows connection to untrusted nodes.
  • Various fixes and improvements.