Skip to content

v0.3.0

Compare
Choose a tag to compare
@tuxcanfly tuxcanfly released this 23 Jan 21:10
· 27 commits to main since this release
d853a41

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