Skip to content

Releases: rollkit/go-da

v0.5.2

04 Sep 08:17
f06b381
Compare
Choose a tag to compare

What's Changed

  • update ci to use a single GO_VERSION setting in ci_release.yml by @ramin in #19
  • build(deps): bump google.golang.org/grpc from 1.60.1 to 1.66.0 by @dependabot in #91
  • fix: take care of the case where the requested height is above the head of latest da block height by @yarikbratashchuk in #90

New Contributors

  • @ramin made their first contribution in #19

Full Changelog: v0.5.1...v0.5.2

v0.5.0

18 Mar 15:27
02a78bb
Compare
Choose a tag to compare

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

v0.4.0

01 Feb 10:04
011ba69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Jan 21:10
d853a41
Compare
Choose a tag to compare

What's Changed

New Contributors

Breaking changes:

  • DA interface:
    • Submit(... gasPrice float64) -> Submit(... opts *SubmitOptions)
      • gasPrice replaced with SubmitOptions which includes namespace.
  • protobuf:
    • SubmitRequest {... Namespace namespace = 3; }
      • added param namespace message Namespace { bytes value = 1; }

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

12 Jan 15:09
82f5296
Compare
Choose a tag to compare

0.2.0 (2024-01-12)

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

10 Jan 01:53
755acd2
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Submit now accepts a float64 gasPrice as the second parameter in place of *SubmitOptions. See #30

Full Changelog: v0.0.1...v0.1.0

v0.0.1

04 Jan 16:20
704b67e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/rollkit/go-da/commits/v0.0.1