v0.3.0
What's Changed
- doc: add readme by @tuxcanfly in #32
- feat: adding SubmitOptions to Submit by @distractedm1nd in #34
New Contributors
- @distractedm1nd made their first contribution in #34
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; }
- added param namespace
Full Changelog: v0.2.0...v0.3.0