-
Notifications
You must be signed in to change notification settings - Fork 196
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 #2694
Merged
Merged
Version Packages #2694
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
github-actions
bot
requested review from
ludns,
qbzzt,
alvrs,
holic and
yonadaa
as code owners
April 19, 2024 20:19
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 22, 2024 10:06
5c665b3
to
81cf19c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 22, 2024 14:47
81cf19c
to
1240faf
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 22, 2024 15:13
1240faf
to
3b821fe
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 23, 2024 13:13
3b821fe
to
e78d7a1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 24, 2024 13:38
e78d7a1
to
9fac9a9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 24, 2024 14:33
9fac9a9
to
ba60540
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 24, 2024 18:09
ba60540
to
27f3b1d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 24, 2024 20:49
27f3b1d
to
9f326f9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 25, 2024 08:21
9f326f9
to
5af3b87
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 25, 2024 09:32
5af3b87
to
f3df528
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 25, 2024 11:06
f3df528
to
16c02d8
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 25, 2024 13:08
16c02d8
to
8dbc354
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 25, 2024 15:00
8dbc354
to
48d5622
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 25, 2024 15:48
48d5622
to
db79dbe
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 25, 2024 17:54
db79dbe
to
8032751
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
April 25, 2024 18:05
8032751
to
5859688
Compare
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.
Releases
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
--awsKmsKeyId
flag tomud deploy
that deploys the world using an AWS KMS key as a transaction signer.mud verify
command which verifies all contracts in a project. This includes systems, modules, the WorldFactory and World.deploy.upgradeableWorldImplementation
option to the MUD config that deploys the World as an upgradeable proxy contract. The proxy behaves like a regular World contract, but the underlying implementation can be upgraded by callingsetImplementation
.--forgeScriptOptions
flag to deploy and dev commands to allow passing in additional CLI flags toforge script
command.@latticexyz/[email protected]
Patch Changes
375d902: Added asynchronous polling for current fees to
sendTransaction
.38c6115: Added
kmsKeyToAccount
, a viem custom account that signs transactions using AWS KMS.To use it, you must first install
@aws-sdk/[email protected]
and[email protected]
dependencies into your project. Then create a KMS account with:By default, a
KMSClient
will be created, but you can also pass one in via theclient
option. The default KMS client will use your environment's AWS SDK configuration.f736c43:
Resource
type props are now readonly.@latticexyz/[email protected]
Patch Changes
[email protected]
Patch Changes
worlds.json
'saddress
type more like viem'sHex
type so it's easy to pass through as an argument.@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
registerTable
that prevents registering both an offchain and onchain table with the same name, making it easier to use human-readable names in indexers.@latticexyz/[email protected]
Patch Changes
/metrics
to the Postgres indexer backend and frontend, as well as the SQLite indexer.@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
deploy.upgradeableWorldImplementation
option to the MUD config that deploys the World as an upgradeable proxy contract. The proxy behaves like a regular World contract, but the underlying implementation can be upgraded by callingsetImplementation
.systemId
field in theUnstable_CallWithSignatureSystem
typehash with individualsystemNamespace
andsystemName
string fields.@latticexyz/[email protected]
Patch Changes
systemId
field in theUnstable_CallWithSignatureSystem
typehash with individualsystemNamespace
andsystemName
string fields.@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
[email protected]
[email protected]
@latticexyz/[email protected]
[email protected]