Skip to content

v9.0.0

Compare
Choose a tag to compare
@bot-anik bot-anik released this 02 Aug 14:28
· 23 commits to main since this release
a549d82

9.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • logic: remove unsafe prolog predicates from registry
  • logic: add max_variables limits params
  • logic: change interpreter by our fork axone-protocol/prolog
  • logic: remove max gas module parameter
  • wasm: bump wasm to 0.52.0

Features

  • app: update application init (cee814a)
  • handle MaxVariables error limit exceeded (040a765)
  • logic: add max_variables limits params (94e54e0)
  • logic: mark rpc queries as safe (66b1b8c)
  • vesting: update to align with cosmos-sdk v0.50.4 (7536aee)
  • wasm: bump wasm to 0.52.0 (c1e404c)
  • wasm: use wasm provided build in capabilities (77c1063)

Bug Fixes

  • docs: generate docs with module subfolder on proto (fde166c)
  • gov: properly configure legacy props router (74df1c7)
  • logic: handle and return out of gas error at GRPC level (ff3de76)
  • logic: remove max gas module parameter (db9164b)
  • logic: remove unsafe prolog predicates from registry (293da10)
  • logic: use ordered predicate register (0c99e9c)
  • proto: remove unused proto def from global registry (798fdcd)
  • use new method for instantiate interpreter (e08560d)
  • vesting: format and lint (c018447)
  • vesting: reintroduce the add-genesis-account custom command to include cliff vesting account (4b4bafb)

Performance Improvements

  • logic: reduce read params in ask query (92e6d05)

Code Refactoring

  • logic: change interpreter by our fork axone-protocol/prolog (c1b3035)