Skip to content

v0.5.0

Compare
Choose a tag to compare
@tuxcanfly tuxcanfly released this 18 Mar 15:27
· 27 commits to main since this release
02a78bb

What's Changed

  • docs: update DA.GetProofs doc by @pepyakin in #45
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #53
  • build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #43
  • da: add jsonrpc proxy by @tuxcanfly in #54

Breaking Changes

  • proxy pkg
    • NewClient() *Client -> NewClient(uri, token string) (da.DA, error)
      • NewClient now accepts a url e.g. grpc://localhost:26650 and auth token
    • Added support for jsonrpc transport pkg jsonrpc
    • Moved grpc transport to pkg grpc
    • Modified pkg proxy to handle grpc, https, http transports

New Contributors

Full Changelog: v0.4.0...v0.5.0