-
Notifications
You must be signed in to change notification settings - Fork 193
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 #3332
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #3332
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
alvrs,
holic,
karooolis and
ludns
as code owners
October 25, 2024 09:48
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 25, 2024 10:20
4e59c9e
to
b7448e4
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 26, 2024 18:34
b7448e4
to
ff07d1e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 27, 2024 14:52
ff07d1e
to
2a38033
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 28, 2024 12:31
2a38033
to
9dee484
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 28, 2024 12:49
9dee484
to
32662ab
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 29, 2024 06:24
32662ab
to
d817089
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 30, 2024 11:50
d817089
to
bd93f9e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 30, 2024 17:17
bd93f9e
to
0eff217
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 25, 2024 21:19
c3d8cf4
to
417ac01
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 26, 2024 13:55
417ac01
to
6d0b3e3
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 26, 2024 15:32
6d0b3e3
to
c6f6a1a
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 28, 2024 17:28
c6f6a1a
to
ecf48e8
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 28, 2024 17:46
ecf48e8
to
38e02f1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 4, 2024 15:57
38e02f1
to
4c87d32
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 13:46
4c87d32
to
3e98aa7
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 13, 2024 07:14
3e98aa7
to
bd9752f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 19, 2024 06:53
bd9752f
to
84591d7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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
as const
in the TS output.@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
indexerUrl
option to themud deploy
andmud pull
CLI commands to read table records from an indexer instead of fetching logs from an Ethereum RPC.@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
Interact
tab by fetching the ABI from an indexer instead of from an Ethereum RPC if available.observer
transport wrapper. Each user operation within a bundled transaction is displayed as an individual transaction in the Observe tab.Observe
tab now display decodedcallFrom
function calls.blockExplorers.worldsExplorer.url
from the chain config if noexplorerUrl
is provided.@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
Added a
registerNamespace
boolean toWithWorld
to provide more control over namespace registration.@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
cd9fd0a: Fixed a bug in
watchLogs
where logs from the buffer were not applied during the initial sync.b819749: Added a
getRecords
util to fetch table records from an indexer or RPC.Migrated the
getFunctions
andgetWorldAbi
utils from@latticexyz/world
to@latticexyz/store-sync/world
to allowgetFunctions
andgetWorldAbi
to usegetRecords
internally without circular dependencies.9ddc874: Experimental pending logs watcher now reconnects if it loses connection or times out.
Updated dependencies [b819749]
Updated dependencies [22674ad]
Updated dependencies [09536b0]
Updated dependencies [88b9daf]
Updated dependencies [275c867]
@latticexyz/[email protected]
Patch Changes
b819749: Added a
getRecords
util to fetch table records from an indexer or RPC.Migrated the
getFunctions
andgetWorldAbi
utils from@latticexyz/world
to@latticexyz/store-sync/world
to allowgetFunctions
andgetWorldAbi
to usegetRecords
internally without circular dependencies.22674ad:
getFunctions
now internally usesfetchLogs
for better handling of block range errors.09536b0: Adds an experimental feature to automatically generate Solidity libraries from systems, making it easier to perform calls between systems.
275c867: Add a SystemCall.staticcall function that performs a staticcall without executing hooks.
Updated dependencies [09536b0]
Updated dependencies [88b9daf]
@latticexyz/[email protected]
Patch Changes
Added a
registerNamespace
boolean toWithWorld
to provide more control over namespace registration.@latticexyz/[email protected]
Patch Changes
@latticexyz/[email protected]
Patch Changes
[email protected]
@latticexyz/[email protected]
@latticexyz/[email protected]
[email protected]
[email protected]
@latticexyz/[email protected]