Skip to content

Releases: Moonsong-Labs/moonwall

@moonwall/[email protected]

05 Dec 15:14
7568048
Compare
Choose a tag to compare

@moonwall/[email protected]

05 Dec 13:57
2b0afd6
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 7cce71c: Added vitest arg pass through

  • 7cce71c: ### Enhanced Test CLI Options

    New Features

    • Added support for passing Vitest configuration options directly through CLI

      moonwall test dev_test --vitest "bail=2 retry=2"

    This can also be added to your moonwall.config.json file like:

    {
      "name": "passthrough_test",
      "testFileDir": ["suites/multi_fail"],
      "description": "Testing that bail can be passed through",
      "foundation": {
        "type": "read_only"
      },
      "vitestArgs": {
        "bail": 1
      },
      "connections": []
    }
  • Updated dependencies [543bda2]

@moonwall/[email protected]

27 Nov 16:56
a506168
Compare
Choose a tag to compare

Minor Changes

  • c792425: Added Fork config to dev foundations

    • BETA: Added ability to use moonbeam's fork API both via moonwall.config and also in a test

Patch Changes

@moonwall/[email protected]

18 Nov 10:40
9e53242
Compare
Choose a tag to compare

Minor Changes

  • 9fed50b: November Update
    • [#435] Zombienets dont require parachains anymore
    • [#408] preScript failures halt test runs
    • [#405] Add PAPI Support

Patch Changes

@moonwall/[email protected]

14 Nov 10:59
0856edd
Compare
Choose a tag to compare

Minor Changes

  • 2c138ed: November Update
    • [#435] Zombienets dont require parachains anymore
    • [#408] preScript failures halt test runs

Patch Changes

@moonwall/[email protected]

10 Oct 14:38
4c86a9e
Compare
Choose a tag to compare

Minor Changes

  • ec1eed4: Update chopsticks

    • Update chopsticks to version 0.16.1 and fixes issue when detecting port on running process
    • Fixes some dependency conflicts

Patch Changes

@moonwall/[email protected]

26 Sep 15:49
a2914ad
Compare
Choose a tag to compare

Minor Changes

  • df30d19: Package Updates

    • Package updates for ETH libs
    • Package updates for PolkadotJS
    • Package updates for tooling
    • Added --unsafe-force-node-key-generation to default node args

Patch Changes

@moonwall/[email protected]

08 Jul 16:13
39c4f74
Compare
Choose a tag to compare

Patch Changes

@moonwall/[email protected]

08 Jul 09:48
dca2509
Compare
Choose a tag to compare

Patch Changes

@moonwall/[email protected]

05 Jul 11:08
dca7376
Compare
Choose a tag to compare

Patch Changes