Releases: Moonsong-Labs/moonwall
@moonwall/[email protected]
Patch Changes
-
0cb5d7a: Zombienet logging
- Added the ability to tail with zombienet
- Changed the
.substrateApi()
getter on context to the more familiar.polkadotJs()
@moonwall/[email protected]
Patch Changes
-
a9604f3: Bin checking
This change will check the bin directories and compare to running architecture. It's a bit of a gotcha running
moonwall
on Apple Silicon, because the downloader is for x64 only (for now). Have added checks to bothdev
andzombie
foundations so that we flag up when there's a discrepancy.
@moonwall/[email protected]
Patch Changes
-
a9604f3: Bin checking
This change will check the bin directories and compare to running architecture. It's a bit of a gotcha running
moonwall
on Apple Silicon, because the downloader is for x64 only (for now). Have added checks to bothdev
andzombie
foundations so that we flag up when there's a discrepancy. -
Updated dependencies [a9604f3]
- @moonwall/[email protected]
@moonwall/[email protected]
Patch Changes
- 01dcefe: Fixed ethers export
@moonwall/[email protected]
Minor Changes
-
738e30d: Renamed NPM packages
- Renamed packages to improve developer sanity from having to type it out every file
@moonwall/[email protected]
Patch Changes
- 01dcefe: Fixed ethers export
- Updated dependencies [01dcefe]
- @moonwall/[email protected]
@moonwall/[email protected]
Minor Changes
-
738e30d: Renamed NPM packages
- Renamed packages to improve developer sanity from having to type it out every file
Patch Changes
- Updated dependencies [738e30d]
- @moonwall/[email protected]
@moonsong-labs/[email protected]
Patch Changes
- e27c8e8: Refactoring names and types
- Added dependent types to moonwall-cli to make version tracking easier
- Web3 and Ethers now close quickly
- More straight forward to get Connection APIs from tests
@moonsong-labs/[email protected]
Patch Changes
-
e27c8e8: Refactoring names and types
- Added dependent types to moonwall-cli to make version tracking easier
- Web3 and Ethers now close quickly
- More straight forward to get Connection APIs from tests
-
322988c: Added Progress bar
- Added Progress bar to artifact downloader. Potentially quite useful for users with slow connections, and if we need to download bigger files in the future.
-
Updated dependencies [e27c8e8]
- @moonsong-labs/[email protected]
@moonsong-labs/[email protected]
Minor Changes
-
b8fb424: Big Round of Bugfixes
This pull request introduces several enhancements and fixes to improve the overall functionality and user experience of the application. Changes include:
- Shortening the timeout error message for better readability (#27)
- Adding support for Test or Suite ID as a 2nd argument for the dev command (#25)
- Displaying available environments for easier selection (#22)
- Providing instructions for handling missing files (#23)
- Implementing a pnpm watch script to trigger builds upon file changes (#29)
- Resolving the issue of createBlock being defined multiple times (#32)
- Enabling the display of node logs during testing for better monitoring (#33)