Releases: Nuffle-Labs/data-availability
Releases · Nuffle-Labs/data-availability
v0.4.0
Changelog
All notable changes to this project will be documented in this file.
[0.4.0] - 2024-05-14
Features
- [breaking] Migrate to new http api
- Race archival and base
- Update TGAS for max tx size to be 20
- Introduce settlement mode with pessimistic default for now
- Upgrade cli to use blob structure and mode
- Expose mode to the cli
Miscellaneous Tasks
- Auto changelog
- Bump version and lints
Testing
- Migrate to a different test blockhash
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