Skip to content

Releases: lightlink-network/hummingbird-client

v1.0.0-alpha

10 Apr 21:42
369c634
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

What's Changed

  • Add bundle validation
  • Store Bundles locally
  • Add defend l2 header
  • Migrate to BlobstreamX
  • Add multi-blob support
  • Improve defender performance & stability
  • Units tests
  • Add dev commands for debugging
  • Reduce bundleSizeLimit to 90% of TxSizeLimit
  • Refactor ethereum.go into package

Full Changelog: v0.1.1...v1.0.0-alpha

v0.1.1

29 Feb 09:48
fbe58bc
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Feb 19:31
ebedd19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.1.0

v0.0.2

31 Jan 23:39
b188fb6
Compare
Choose a tag to compare

What's Changed

  • Multiple improvements by @Sledro in #15
  • restricts hb rollup start & hb rollup next cmd's to publisher address
  • adds auto-retry on failed submitBlob() with an increased gas price by 20%
  • adds a helper to convert challenge status enum to string
  • improve defender logic & tidy

Full Changelog: v0.0.1...v0.0.2

v0.0.1

28 Jan 14:17
3147261
Compare
Choose a tag to compare

Initial Release

hb rollup info # Get the current rollup state
hb rollup next # [Publisher Only] Generate the next rollup block
hb rollup start # [Publisher Only] Start the rollup loop to generate and submit bundles
hb challenge challenge-da <block_number> # Challenge data availability
hb defender defend-da <block_hash> # Defend data availability
hd defender info-da <block_hash> # Provides info on an existing challenge
hb defender prove-da <block_hash> # Prove data availability
hb defender start # Start the defender loop to watch and defend challenges

Full Changelog: https://github.com/pellartech/lightlink-hummingbird/commits/v0.0.1