-
-
Notifications
You must be signed in to change notification settings - Fork 935
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 #1005
Merged
Merged
Version Packages #1005
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
August 9, 2023 05:26
7858830
to
a26c692
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 9, 2023 14:18
a26c692
to
16ed7a4
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 9, 2023 14:51
16ed7a4
to
e0fd50d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 03:45
e0fd50d
to
5e66d0e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 03:59
5e66d0e
to
b9efa7e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 04:52
b9efa7e
to
fcb67f5
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 04:55
fcb67f5
to
ce1b715
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 04:59
ce1b715
to
ef31c7c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 05:11
ef31c7c
to
76b1b1d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 05:55
76b1b1d
to
dc989ff
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2023 06:24
dc989ff
to
b7171c5
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2023 04:10
b7171c5
to
282f84f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2023 04:55
282f84f
to
ed9ae07
Compare
aaronmgdr
pushed a commit
to celo-org/viem
that referenced
this pull request
Aug 18, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
viem@1.6.0
Minor Changes
#984
e1032c7b
Thanks @holic! - AddedsignTransaction
&privateKeyToAddress
exports toviem/accounts
entrypoint.#1006
7311e201
Thanks @jxom! - Addedfees
tochain
config that includes adefaultPriorityFee
for setting a default priority fee (maxPriorityFeePerGas
) for a chain.#886
fef66bfb
Thanks @jxom! - Added formatter for Optimism transaction receipts (formatl1GasPrice
,l1GasUsed
, etc).#886
fef66bfb
Thanks @jxom! - Added entrypoints for chain utilities (viem/chains/utils
) with exports for chain-specific chains, formatters, serializers, and types.Examples:
Patch Changes
99332168
Thanks @jxom! - Updated@noble/curves
#1008
9d93953f
Thanks @holic! - Added"already known"
as a node message matcher toNonceTooLowError
.PR-Codex overview
This PR focuses on updating the version of the
viem
package to1.6.0
and includes several notable changes:Detailed summary
signTransaction
andprivateKeyToAddress
exports toviem/accounts
entrypoint.fees
tochain
config, including adefaultPriorityFee
for setting a default priority fee for a chain.viem/chains/utils
) with exports for chain-specific chains, formatters, serializers, and types.@noble/curves
."already known"
as a node message matcher toNonceTooLowError
.