This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
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 publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
master
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmaster
.Releases
@solana/react@2.0.0-rc.0
Minor Changes
#2928
bac3747
Thanks @steveluscher! - Added auseSignIn
hook that, given aUiWallet
orUiWalletAccount
, returns a function that you can call to trigger a wallet's ‘Sign In With Solana’ feature.Example
Patch Changes
677a9c4
]:@solana/accounts@2.0.0-rc.0
Patch Changes
29821df
,677a9c4
]:@solana/addresses@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/assertions@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/codecs@2.0.0-rc.0
Patch Changes
@solana/codecs-core@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/codecs-data-structures@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/codecs-numbers@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/codecs-strings@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/compat@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/errors@2.0.0-rc.0
Patch Changes
677a9c4
Thanks @steveluscher! -__DEV__
mode will now be the default if you don't setprocess.env.NODE_ENV
at all. This means fewer people ‘accidentally’ finding themselves in production mode with minified error messages.@solana/instructions@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/keys@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/web3.js@2.0.0-rc.0
Patch Changes
#2905
56fde06
Thanks @steveluscher! - Fixed the type ofconfig
ongetComputeUnitEstimateForTransactionMessage
. It is now optional and does not includetransactionMessage
.Updated dependencies [
42a70f4
,419c12e
,677a9c4
,9239e6e
]:@solana/options@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/programs@2.0.0-rc.0
Patch Changes
#2968
9239e6e
Thanks @lorisleiva! - Tighten return type of isProgramErrorUpdated dependencies [
677a9c4
]:@solana/rpc@2.0.0-rc.0
Patch Changes
#2910
42a70f4
Thanks @Jac0xb! - Fixed a bug where the RPC would fail to throw errors in the event that you configured it with anAbortSignal
#2907
677a9c4
Thanks @steveluscher! -__DEV__
mode will now be the default if you don't setprocess.env.NODE_ENV
at all. This means fewer people ‘accidentally’ finding themselves in production mode with minified error messages.Updated dependencies [
29821df
,677a9c4
]:@solana/rpc-api@2.0.0-rc.0
Patch Changes
419c12e
,29821df
,677a9c4
]:@solana/rpc-graphql@2.0.0-rc.0
Patch Changes
@solana/rpc-spec@2.0.0-rc.0
Patch Changes
#2950
29821df
Thanks @mcintyre94! - Refactor rpc-spec to remove requirement for transports to implement parts of JSON RPC specUpdated dependencies []:
@solana/rpc-subscriptions@2.0.0-rc.0
Patch Changes
#2907
677a9c4
Thanks @steveluscher! -__DEV__
mode will now be the default if you don't setprocess.env.NODE_ENV
at all. This means fewer people ‘accidentally’ finding themselves in production mode with minified error messages.Updated dependencies [
29821df
,677a9c4
]:@solana/rpc-subscriptions-api@2.0.0-rc.0
Patch Changes
419c12e
,29821df
]:@solana/rpc-subscriptions-spec@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/rpc-subscriptions-transport-websocket@2.0.0-rc.0
Patch Changes
#2907
677a9c4
Thanks @steveluscher! -__DEV__
mode will now be the default if you don't setprocess.env.NODE_ENV
at all. This means fewer people ‘accidentally’ finding themselves in production mode with minified error messages.Updated dependencies [
677a9c4
]:@solana/rpc-transformers@2.0.0-rc.0
Patch Changes
#2950
29821df
Thanks @mcintyre94! - Refactor rpc-spec to remove requirement for transports to implement parts of JSON RPC specUpdated dependencies [
29821df
,677a9c4
]:@solana/rpc-transport-http@2.0.0-rc.0
Patch Changes
#2907
677a9c4
Thanks @steveluscher! -__DEV__
mode will now be the default if you don't setprocess.env.NODE_ENV
at all. This means fewer people ‘accidentally’ finding themselves in production mode with minified error messages.Updated dependencies [
29821df
,677a9c4
]:@solana/rpc-types@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/signers@2.0.0-rc.0
Patch Changes
419c12e
,677a9c4
]:@solana/sysvars@2.0.0-rc.0
Patch Changes
677a9c4
]:@solana/transaction-confirmation@2.0.0-rc.0
Patch Changes
42a70f4
,419c12e
,677a9c4
]:@solana/transaction-messages@2.0.0-rc.0
Patch Changes
#2969
419c12e
Thanks @mcintyre94! - Add a function to replace accounts in a transaction message using lookup tablesUpdated dependencies [
677a9c4
]:@solana/transactions@2.0.0-rc.0
Patch Changes
419c12e
,677a9c4
]:@solana/webcrypto-ed25519-polyfill@2.0.0-rc.0
Patch Changes
677a9c4
Thanks @steveluscher! -__DEV__
mode will now be the default if you don't setprocess.env.NODE_ENV
at all. This means fewer people ‘accidentally’ finding themselves in production mode with minified error messages.@solana/fast-stable-stringify@2.0.0-rc.0
@solana/functional@2.0.0-rc.0
@solana/rpc-parsed-types@2.0.0-rc.0
@solana/rpc-spec-types@2.0.0-rc.0