-
Notifications
You must be signed in to change notification settings - Fork 26
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
[ci] Release #2753
Merged
Merged
[ci] Release #2753
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 ↗︎
|
alber70g
force-pushed
the
changeset-release/main
branch
from
December 19, 2024 10:43
3fd6992
to
f8af9e7
Compare
alber70g
force-pushed
the
changeset-release/main
branch
from
December 19, 2024 12:41
f8af9e7
to
d56b1a4
Compare
alber70g
force-pushed
the
changeset-release/main
branch
from
January 14, 2025 21:41
421e366
to
2b1b6f1
Compare
alber70g
force-pushed
the
changeset-release/main
branch
from
January 15, 2025 09:39
2b1b6f1
to
d73019d
Compare
alber70g
force-pushed
the
changeset-release/main
branch
from
January 21, 2025 18:22
d73019d
to
ef7e587
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
@kadena/[email protected]
Minor Changes
35cad4d: We're introduced a number of deprecations to prepare to
transition to kadindexer.io/graphql
Changes and their resolution
Changes without Alternative
These changes shouldn't impact anyone too much, as they're mostly internal
Changes with a Resolution
We've removed this field,
Event.orderIndex
can be used to order eventsOther modifications
We've simplified the schema by using
FungibleAccount
instead ofMinerKey
.Guards
We've removed the
Guard
type and replaced it withIGuard
to allow for moreflexibility in the future. We also added
KeysetGuard
to represent the oldGuard
type.The
IGuard
type is a union of all the different types of guards that can beused in a Pact.
Currently implemented guards are
KeysetGuard
andUserGuard
.The
IGuard
has a fieldraw
which can be used to retrieve any guard as araw JSON object.
They can be queried as such:
Default values
We've added default values for arguments to a number of fields to make it
easier to query the graph.
Query.fungibleChainAccounts
We've introduced a new field
Query.fungibleChainAccounts(chainIds: [String])
to allow for querying multiple fungible chain accounts across chains.
Deprecations and removals
Various types had
height
andchainId
which should've been retrieved fromBlock
. We're planning to remove these fields and added deprecations.@kadena/[email protected]
Patch Changes
@kadena/[email protected]
Patch Changes
@kadena/[email protected]
Patch Changes
@kadena/[email protected]
Patch Changes
f87b1f7: Reordering columns to present the first column as the one to link to
Remove toggling close of truncated content. Will always open so users can no
select and copy
Updated dependencies [35cad4d]
Updated dependencies [ebc4e5c]
@kadena/[email protected]
Patch Changes
@kadena/[email protected]
Patch Changes
@kadena/[email protected]
Patch Changes
@kadena/[email protected]
Patch Changes
[email protected]
Patch Changes