Skip to content

Release v0.35.0

Choose a tag to compare

@arabot-1 arabot-1 released this 11 Aug 14:51
c959f81

0.35.0 (2026-08-10)

Features

  • cross-chain: add a backfilling tool and clear unused vars in import (96b766d)
  • cross-chain: add chainId filtering logic to selector permission checks (bb5f2a0)
  • cross-chain: add CrossChainController anvil integration test with shared OSx bootstrap (c0b72bf)
  • cross-chain: apply fixes after reviewed (895e73b)
  • cross-chain: enhance CrossChainHandler and related types for improved configuration handling (35d907a)
  • cross-chain: implement CrossChainController and related functionality (006ab2e)
  • cross-chain: implement feeToken handling in crossChainHandler and related tests (5abf52d)
  • dao: enhance lookups with dynamic localField joins for pluginAddress and addresses (46ad77f)
  • implement V3 endpoint for lightweight actions decoding without DAO context (68af915)
  • remove peaq and corn network data from codebase (7c72214)

Bug Fixes

  • add missing files (d9dfca2)
  • config: update monad configuration parameters for improved performance (22745c2)
  • cross-chain: correct executor comparison logic in crossChainHandler (980680e)
  • cross-chain: simplify executorIsDao check and use zero-address utility in handler (9a3d89f)
  • cross-chain: validate TARGET_NETWORK before scoping backfill queries (083867f)
  • dao: normalize scalar lookup inputs for $in and use plain match for constant predicates (444612a)
  • deps: bump js-yaml overrides to patched 3.15.1 and 4.3.1 (1532f2c)
  • deps: patch vulnerable transitive dependencies via pnpm overrides (8ccc7cc)
  • migration: backfill missing token documents for gauge plugins (32f3329)
  • remove unused discord webhook from api-monitor workflow (962b62b)

Performance Improvements

  • vote: make parent proposal lookup indexable via sentinel let values (ff14f72)