Skip to content

mainnet-v2.9.0

Choose a tag to compare

@nikos-terzo nikos-terzo released this 23 Apr 12:03
· 19 commits to mainnet since this release
42bad50

Summary

Site builder performance and reliability improvements: resource dynamic field fetching now uses a single batched multi_get call instead of chunked per-resource queries with inter-batch delays, and the sitemap subcommand correctly respects the active wallet environment instead of whichever env happened to be listed first in the config.

Features

  • site-builder: Use multi_get for resource dynamic field fetching (#684)

Bugs

  • site-builder: Use active env, not envs.first(), for sitemap RPC (#704)
  • portal: Fix local Docker portal script and suppress meta logger noise (#700)

Chores

  • dev: Contract upgrade documentation (#692)
  • site-builder: Bump Sui to testnet-v1.69.1, Walrus to testnet-v1.46.1 (#701)
  • portal: Bump vite from 5.4.21 to 8.0.8 in portal/common (#702)

Full Changelog: mainnet-v2.8.0...mainnet-v2.9.0