Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 09:20
· 6 commits to main since this release
b42c691

Features

  • ✨ New Staking Contract (#453)
  • ✨ Recursion part 2 - node support (#461)
  • ✨ Add PoDA and its verification into Cut (#449)
  • ✨ Reuse consensus signatures to build signed blocks in DA + various fixes (#442)
  • ✨ Risc zero recursion program + hyrun update

Bug Fixes

  • 🐛 Fix insert proofs in DB (#480)
  • 🐛 Fix get_transactions_by_height API endpoint
  • 🐛 Verify signatures when receiving sync replies (#477)
  • 🐛 Remove tokio console (#470)
  • 🐛 Cut always have tip of each lane (#469)
  • 🐛 Remove randomness in Block (#465)
  • 🐛 Update next leader after bonding new validators (#462)

Documentation

  • 📝 Update GRANTS.md with Proof of residency repo link (#452)

Refactoring

  • ♻️ DataAvailability sends Signed Blocks over tcp (#472)
  • ♻️ Remove bb from CI

Dependencies

  • ⬆️ Bump config from 0.14.1 to 0.15.0 (#471)
  • ⬆️ Bump axum-test from 16.4.0 to 16.4.1 (#460)
  • ⬆️ Bump proptest from 1.5.0 to 1.6.0 (#459)

Uncategorized

  • 🔨 Tool to set RUST_LOG env var (#473)
  • Feat/add timestamp in consensus proposal (#475)
  • Fix spurious error when adding missing lane entries
  • Allow looking at a full line in the log viewer by clicking on it (#474)
  • add tests
  • regroup encoding/decoding in Codec
  • Capture logs from testProcess correctly
  • 👷 Fix CI bump version (#456)