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