Skip to content

v0.3.0: liftoff 🚀

Compare
Choose a tag to compare
@Ivshti Ivshti released this 26 Mar 18:24
· 915 commits to master since this release

This release marks an important milestone: the production release of the new AdEx v4.0 protocol

The features since the last release are:

  • Heartbeat message: #17
  • Revamped architecture (#78): the validator worker does not require a DB connection anymore; therefore #31 is solved
  • Event aggregates now contain separate event counts and event payouts, paving the way for dynamic bidding
  • Validator fees: #14
  • Channel submission
  • Channel acceptance criteria: minimal fee, deposit amount, creator whitelist, validator whitelist (#30)
  • Improved test suite: full, reliable and faster integration tests; and more unit tests