Skip to content

moonwall v1.0.1

Latest

Choose a tag to compare

@timbrinded timbrinded released this 09 Feb 20:19
· 3 commits to main since this release
0c28251

moonwall v1.0.1

Highlights

This is the first release of the unified moonwall package, consolidating the previous @moonwall/cli, @moonwall/util, and @moonwall/types packages into a single package.

What's Changed

Features

  • New helpers for blockchain testing workflows (#549)

Improvements

  • Vitest 4 migration — updated multiThreads config format
  • Effect-TS idiomatic testing — refactored to use @effect/vitest plugin (#548)
  • CI improvements — added typecheck to CI, fixed manual publish workflow (#546)
  • Endpoint fix — use Moonbeam Foundation endpoint to avoid rate limiting

Infrastructure

  • Consolidated monorepo into single moonwall package
  • Migrated build system to zshy
  • Replaced Biome with oxfmt/oxlint for formatting and linting
  • Added missing cache service files and exports

Install

npm install moonwall@1.0.1
# or
pnpm add moonwall@1.0.1

Full Changelog: https://github.com/Moonsong-Labs/moonwall/compare/@moonwall/cli@5.18.3...v1.0.1