Skip to content
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

build(deps): bump viem from 2.0.3 to 2.7.19 #1244

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps viem from 2.0.3 to 2.7.19.

Release notes

Sourced from viem's releases.

viem@2.7.19

Patch Changes

viem@2.7.18

Patch Changes

viem@2.7.16

Patch Changes

viem@2.7.15

Patch Changes

viem@2.7.14

Patch Changes

viem@2.7.13

Patch Changes

viem@2.7.12

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [viem](https://github.com/wevm/viem) from 2.0.3 to 2.7.19.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.0.3...viem@2.7.19)

---
updated-dependencies:
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 4, 2024 21:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 4, 2024
@iamacook iamacook self-assigned this Mar 5, 2024
Comment on lines +66 to +69
const [checksummedTxHash] = decodeAbiParameters(
parseAbiParameters('bytes32 txHash'),
faker.string.hexadecimal({ length: 64 }) as Hex,
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

viem now decodes hash topics "checksummed", e.g.

-     "txHash": "0x7Ee70E94FcaFC5CCBB57708C28ddFE8d2F4bfB501714E751Fb90Fdf4b68ef323",
+     "txHash": "0x7ee70e94fcafc5ccbb57708c28ddfe8d2f4bfb501714e751fb90fdf4b68ef323",

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8153035256

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.02%) to 93.266%

Files with Coverage Reduction New Missed Lines %
src/routes/transactions/entities/tests/human-description.builder.ts 1 90.0%
Totals Coverage Status
Change from base Build 8144242540: -0.02%
Covered Lines: 6388
Relevant Lines: 6607

💛 - Coveralls

@iamacook iamacook merged commit 6dbd8b4 into main Mar 6, 2024
16 checks passed
@iamacook iamacook deleted the dependabot/npm_and_yarn/viem-2.7.19 branch March 6, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants