0.3.0
What's Changed
- Chore/remove submodules by @dndll in #64
- Remove deserialisation of the blob from the blob store contract by @encody in #65
- Feature: HTTP Server by @encody in #54
- docs: add notes on nitro by @dndll in #71
- fix: panic with localnet url by @taco-paco in #86
- feat: added darwin support for gopkg by @taco-paco in #85
- feat: added api for new_client_file by @taco-paco in #87
- chore: bump MSRV by @dndll in #93
- feat: add free_client implementation in go by @taco-paco in #92
- Update issue templates by @dndll in #83
- feat: localnet listening to an arbitrary loopback address by @taco-paco in #91
- Custom url by @taco-paco in #98
- fix occasional crash by @iavl in #99
- fix: Clear error after fetching on Go wrapper by @Hyodar in #102
- feat: bump version to 0.3.0 by @dndll in #104
Breaking changes:
- BREAKING CHANGE: removes the namespace, share and other DAS fields
Since we key based on inclusion proofs, we dont need this other info
Moves Namespace out of blob, into the blob submission request, since
we will now expose this in the contract - BREAKING CHANGE: cleans primitives to remove legacy DAS features
- BREAKING CHANGE: update sidecar to support native DA-rpc types, removes
coupling to near-primitives (fixes madara issue)
New Contributors
- @taco-paco made their first contribution in #86
- @iavl made their first contribution in #99
- @Hyodar made their first contribution in #102
Full Changelog: v0.2.3...0.3.0