-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
chore: version package #1113
Merged
Merged
chore: version package #1113
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
September 1, 2023 11:41
a62bc92
to
dede8f0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 2, 2023 22:29
dede8f0
to
79e8f36
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 21:15
79e8f36
to
fafd01a
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 21:16
fafd01a
to
e72a7a1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 21:23
e72a7a1
to
e2fdcce
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 3, 2023 21:26
40eca49
to
e15895a
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 21:34
e15895a
to
40ed51d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 22:46
40ed51d
to
8bcac9e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 22:55
8bcac9e
to
51c298b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 23:18
51c298b
to
0a1eccc
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 23:37
0a1eccc
to
0af6b81
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2023 23:53
0af6b81
to
fb1fb7b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2023 00:11
fb1fb7b
to
6d02d2d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2023 00:53
6d02d2d
to
63f462d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2023 00:59
63f462d
to
1a07cca
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2023 01:02
1a07cca
to
82f72b6
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2023 01:08
82f72b6
to
9fcc190
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 4, 2023 01:10
9fcc190
to
92466c6
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 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 main, this PR will be updated.
Releases
viem@1.10.0
Minor Changes
#1110
74c7d276
Thanks @jxom! - AmendedChain
type to allow arbitrarycontracts
(as well as contracts that could be dependant on chain).#1136
16699c8c
Thanks @jxom! - Handle CAIP-25 "User Rejected" errors.#1120
0e4d9320
Thanks @polygomic! - Added Plinga chain#1108
2327aa07
Thanks @simonzg! - Added Meter chain and Meter Testnet chain#1128
e1728054
Thanks @karangoraniya! - Added opBNB Mainnet and Testnet chains.#1117
a637ba2b
Thanks @rkalis! - AddeddomainSeparator
to calculate domain separator from an EIP712 domain.Patch Changes
#1137
4159c997
Thanks @jxom! - Fixed an issue where non-standard "user rejected" errors where being coalesced into anUnknownNodeError
.8605c1f1
Thanks @jxom! - Handle-32603
RPC error codes when deriving aContractFunctionRevertedError
.#1109
0a242120
Thanks @jxom! - Removed hardcodeddefaultPriorityFee
on OP Stack chains in favor of fetching it frometh_maxPriorityFeePerGas
.#1112
7da52244
Thanks @RexCloud! - Added multicall3 for Scroll Sepolia#1139
86230caf
Thanks @jxom! - FixedVerifyMessageParameters
to accept araw
property.#1138
101c94f2
Thanks @jxom! - Amended Base chainnativeCurreny.name
to "Ether".#1048
f33086ef
Thanks @brianathere! - Convertedisomorphic-ws
to a synchronous import.PR-Codex overview
This PR focuses on updating the version of the codebase to 1.10.0.
Detailed summary
Chain
type to allow arbitrarycontracts
(as well as contracts that could be dependent on chain).domainSeparator
to calculate domain separator from an EIP712 domain.UnknownNodeError
.-32603
RPC error codes when deriving aContractFunctionRevertedError
.defaultPriorityFee
on OP Stack chains in favor of fetching it frometh_maxPriorityFeePerGas
.VerifyMessageParameters
to accept araw
property.nativeCurrency.name
to "Ether".isomorphic-ws
to a synchronous import.