Skip to content

Releases: Nuffle-Labs/data-availability

Release list

v0.4.0

Choose a tag to compare

@carrion256 carrion256 released this 14 May 16:43

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

Choose a tag to compare

@carrion256 carrion256 released this 08 May 10:29

What's Changed

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

Full Changelog: v0.2.3...0.3.0