Releases: lightlink-network/hummingbird-client
Releases · lightlink-network/hummingbird-client
v1.0.0-alpha
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
v0.1.0
What's Changed
- Add makefile by @Sledro in #16
- Initial Chain Oracle integration. by @CryptoKass in #17
- bugfix/handle empty response by @Sledro in #18
- feat/tx loading by @Sledro in #19
- Bugfix/provide hashing by @CryptoKass in #22
- bugfix/wait for tx inclusion by @Sledro in #21
- update repo urls by @Sledro in #20
- update contract bindings by @Sledro in #23
- clean up by @Sledro in #25
- bugfix – no longer closing clients when creating new celestia client by @CryptoKass in #24
New Contributors
- @CryptoKass made their first contribution in #17
Full Changelog: v0.0.2...v0.1.0
v0.0.2
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
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