Skip to content

Release v0.28.0

Choose a tag to compare

@arabot-1 arabot-1 released this 19 Jun 15:33
b7e239a

0.28.0 (2026-06-17)

Features

  • networks: add support for monadMainnet in various configurations (5e3abe5)
  • proposal: implement out-of-order event handling for proposals (d633df3)
  • simulation: enhance simulation error handling and validate network input (a803f03)
  • simulation: implement simulateDirectExecute for direct action simulations (5dc169e)

Bug Fixes

  • ci: write semantic-release dry-run log to RUNNER_TEMP to keep tree clean (1d87169)
  • proposal: improve out-of-order event handling and logging for proposal execution (a432007)
  • proposal: normalize cancelTxInfo to null (84add54)
  • proposal: normalize legacy boolean cancelTxInfo and fix schema default (0041e71)
  • proposal: update event registration to use type-safe log constants (8ed9485)
  • rabbitmq: enhance stubRabbitmqSend to support additional routing options (1a3514a)
  • simulation: use single-network validator for simulateDirectExecute schema (87eb6c2)
  • test: remove excessive timeout from tokenVoting tests (6430931)
  • test: remove exclusive focus from TokenVoting integration tests (c877bce)

Performance Improvements

  • db: add compound indexes covering proposal and vote list sort paths (8e5b5a6)