v0.5.0
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
pkgNewClient() *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 handlegrpc
,https
,http
transports
New Contributors
Full Changelog: v0.4.0...v0.5.0