-
Notifications
You must be signed in to change notification settings - Fork 194
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
Version Packages (next) #1685
Merged
Merged
Version Packages (next) #1685
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 08:52
759e945
to
fa38347
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 10:54
fa38347
to
bd3bcdb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 11:01
bd3bcdb
to
389dca1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 14:25
389dca1
to
f470a21
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 14:54
f470a21
to
4095b9f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 16:27
4095b9f
to
c4892a1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 17:06
c4892a1
to
668a08f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 17:10
668a08f
to
b77b2da
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 17:51
b77b2da
to
84c211b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 17:58
84c211b
to
e806f76
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 3, 2023 18:25
e806f76
to
66b3f8f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 4, 2023 10:09
66b3f8f
to
e21c380
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 6, 2023 11:59
e21c380
to
682012e
Compare
alvrs
approved these changes
Oct 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@latticexyz/[email protected]
Major Changes
3d0b3ed: Removes
.mudbackup
file handling and--backup
,--restore
, and--force
options frommud set-version
command.To revert to a previous MUD version, use
git diff
to find the version that you changed from and want to revert to and runpnpm mud set-version <prior-version>
again.Patch Changes
@latticexyz/[email protected]
Minor Changes
d075f82: - Moves contract write logic out of
createContract
into its ownwriteContract
method so that it can be used outside of the contract instance, and for consistency with viem.createContract
in favor ofgetContract
for consistency with viem.createNonceManager
'sBroadcastChannel
setup and moves out the notion of a "nonce manager ID" togetNonceManagerId
so we can create an internal cache withgetNonceManager
for use inwriteContract
.If you were using the
createNonceManager
before, you'll just need to renamepublicClient
argument toclient
:Patch Changes
@latticexyz/[email protected]
Minor Changes
4385c5a: Allow the
gas-report
CLI to parse logs viastdin
, so it can be used with custom test commands (e.g.mud test
).Usage:
Patch Changes
stdin
logs ingas-report
. Since the script piping in logs togas-report
can be long-running, it is useful to see its logs to know if it's stalling.@latticexyz/[email protected]
Minor Changes
9352648: Since #1564 the World can no longer call itself via an external call.
This made the developer experience of calling other systems via root systems worse, since calls from root systems are executed from the context of the World.
The recommended approach is to use
delegatecall
to the system if in the context of a root system, and an external call via the World if in the context of a non-root system.To bring back the developer experience of calling systems from other sysyems without caring about the context in which the call is executed, we added the
SystemSwitch
util.Note that if you already know your system is always executed as non-root system, you can continue to use the approach of calling other systems via the
IBaseWorld(world)
.Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/store-sync
.@latticexyz/[email protected]
Patch Changes
store
namespace in theCoreModule
.Since namespaces are a World concept, registering the Store's internal tables does not automatically register the Store's namespace, so we do this manually during initialization in the
CoreModule
.@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
[email protected]
[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]