Skip to content

@moonwall/cli@4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 10:01
· 476 commits to main since this release
  • (breaking) Combined viem into a single provider type
  • (breaking) Removed polkadot provider subtypes (now polkadotJs is a single provider type)
    • We rely on api-augment for everything so we dont need to manually inject types-bundle
  • New context functions for dev foundation
    • .deployContract(), readContract(), writeContract(), readPrecompile(), writePrecompile() added to context object
      • e.g. const roundNumber = await context.readPrecompile!({ precompileName: "ParachainStaking", functionName: "round" })
    • This is feature gated via the disableDefaultEthProviders launchSpec config option
  • Added tanssi repo and artifacts to the artifact downloader
  • Package dep updates

Minor Changes

Patch Changes

  • Updated dependencies [8b486d2]
    • @moonwall/types@4.0.0
    • @moonwall/util@4.0.0