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
multiThreadsconfig format - Effect-TS idiomatic testing — refactored to use
@effect/vitestplugin (#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
moonwallpackage - Migrated build system to
zshy - Replaced Biome with
oxfmt/oxlintfor formatting and linting - Added missing cache service files and exports
Install
npm install moonwall@1.0.1
# or
pnpm add moonwall@1.0.1Full Changelog: https://github.com/Moonsong-Labs/moonwall/compare/@moonwall/cli@5.18.3...v1.0.1