Skip to content

Releases: Moonsong-Labs/moonwall

@moonwall/cli@4.0.2

11 Jul 12:49
f5f44ba
Compare
Choose a tag to compare

Patch Changes

  • 5bbd542: replace ts-node with tsx
  • Updated dependencies [5bbd542]
    • @moonwall/util@4.0.2

@moonwall/util@4.0.1

07 Jul 15:34
09e5a62
Compare
Choose a tag to compare

Patch Changes

  • 6015a4d: SMall fix
  • Updated dependencies [6015a4d]
    • @moonwall/types@4.0.1

@moonwall/cli@4.0.1

07 Jul 15:34
09e5a62
Compare
Choose a tag to compare

Patch Changes

  • 6015a4d: SMall fix
  • Updated dependencies [6015a4d]
    • @moonwall/types@4.0.1
    • @moonwall/util@4.0.1

@moonwall/util@4.0.0

05 Jul 10:01
Compare
Choose a tag to compare

(breaking) Large refactor of contract helper functions in utils, renamed and made them more consistent


Minor Changes

Patch Changes

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

@moonwall/cli@4.0.0

05 Jul 10:01
Compare
Choose a tag to compare
  • (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

@moonwall/util@3.0.11

29 Jun 19:22
cd2e94b
Compare
Choose a tag to compare
  • createRawTransaction() has option to skip gas estimation (useful when you know a txn will revert)
  • createEthersTransaction() has privateKey option so you can override the default signer attached to context object

Patch Changes

@moonwall/cli@3.0.11

29 Jun 19:22
cd2e94b
Compare
Choose a tag to compare
  • New feature: dev foundation nodes save logs
  • By default this is saved to ./tmp/node_logs/
  • Naming scheme is <bin_name>_<wsport/rpcport>_<pid>.log
  • New launchSpec option for dev foundations retainAllLogs which will toggle whether to keep logs from previous test runs (default false)

Patch Changes

  • 63aab7e: Added log saving
  • Updated dependencies [63aab7e]
    • @moonwall/types@3.0.11
    • @moonwall/util@3.0.11

@moonwall/util@3.0.9

27 Jun 18:32
Compare
Choose a tag to compare

Patch Changes

@moonwall/util@3.0.10

27 Jun 19:04
1a03fc5
Compare
Choose a tag to compare

Patch Changes

  • f914550: Fix download
  • Updated dependencies [f914550]
    • @moonwall/types@3.0.10

@moonwall/cli@3.0.9

27 Jun 18:31
Compare
Choose a tag to compare

Patch Changes

  • f9f30de: Extended run cmd
  • Updated dependencies [f9f30de]
    • @moonwall/types@3.0.9
    • @moonwall/util@3.0.9