Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): fixed module artifactPath imports #2832

Merged
merged 9 commits into from
May 15, 2024

Conversation

holic
Copy link
Member

@holic holic commented May 15, 2024

I should have removed this in #2803 because we had already removed artifact imports there so we weren't using the dep anymore

this clears the path for using mud CLI inside world-modules, which means we can split up the big, gnarly mud config there

Copy link

changeset-bot bot commented May 15, 2024

🦋 Changeset detected

Latest commit: 91b86a1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 23 packages
Name Type
@latticexyz/cli Patch
mock-game-contracts Patch
@latticexyz/abi-ts Patch
@latticexyz/block-logs-stream Patch
@latticexyz/common Patch
@latticexyz/config Patch
create-mud Patch
@latticexyz/dev-tools Patch
@latticexyz/faucet Patch
@latticexyz/gas-report Patch
@latticexyz/protocol-parser Patch
@latticexyz/query Patch
@latticexyz/react Patch
@latticexyz/recs Patch
@latticexyz/schema-type Patch
solhint-config-mud Patch
solhint-plugin-mud Patch
@latticexyz/store-indexer Patch
@latticexyz/store-sync Patch
@latticexyz/store Patch
@latticexyz/utils Patch
@latticexyz/world-modules Patch
@latticexyz/world Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -22,7 +21,7 @@ export const worldTables = configToTables(worldToV1(worldConfig));

export const worldDeployEvents = [helloStoreEvent, helloWorldEvent] as const;

export const worldAbi = [...IBaseWorldAbi, ...IModuleAbi] as const;
export const worldAbi = IBaseWorldAbi;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the IBaseWorld ABI now includes the errors we wanted from IModule ABI

@holic holic marked this pull request as ready for review May 15, 2024 10:33
@holic holic requested review from alvrs and yonadaaa as code owners May 15, 2024 10:33
alvrs
alvrs previously approved these changes May 15, 2024
@holic holic changed the title chore: remove world-modules dep from cli fix(cli): remove world-modules dep from cli May 15, 2024
@holic holic changed the title fix(cli): remove world-modules dep from cli fix(cli): fixed module artifactPath imports May 15, 2024
@holic holic merged commit fe9d726 into main May 15, 2024
14 checks passed
@holic holic deleted the holic/remove-world-modules-cli-dep branch May 15, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants