-
Notifications
You must be signed in to change notification settings - Fork 70
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). [Snyk] Upgrade: , , keyv-file #2967
Merged
quiet-node
merged 4 commits into
main
from
snyk-upgrade-9142d4b9acd9918de466041ccb15428f
Sep 16, 2024
Merged
build: (deps). [Snyk] Upgrade: , , keyv-file #2967
quiet-node
merged 4 commits into
main
from
snyk-upgrade-9142d4b9acd9918de466041ccb15428f
Sep 16, 2024
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
Snyk has created this PR to upgrade: - @ethereumjs/util from 9.0.3 to 9.1.0. See this package in npm: https://www.npmjs.com/package/@ethereumjs/util - @ethereumjs/trie from 6.2.0 to 6.2.1. See this package in npm: https://www.npmjs.com/package/@ethereumjs/trie - keyv-file from 0.3.2 to 0.3.3. See this package in npm: https://www.npmjs.com/package/keyv-file See this project in Snyk: https://app.snyk.io/org/json-rpc-relay/project/bdb2179b-5ce8-4cf3-8b32-a42cc27e3d62?utm_source=github&utm_medium=referral&page=upgrade-pr Signed-off-by: ebadiere <ebadiere@gmail.com>
Signed-off-by: ebadiere <ebadiere@gmail.com>
ebadiere
force-pushed
the
snyk-upgrade-9142d4b9acd9918de466041ccb15428f
branch
from
September 12, 2024 15:40
c78fc3d
to
9db0522
Compare
ebadiere
changed the title
[Snyk] Upgrade: , , keyv-file
build: (deps). [Snyk] Upgrade: , , keyv-file
Sep 12, 2024
ebadiere
approved these changes
Sep 12, 2024
Quality Gate passedIssues Measures |
quiet-node
approved these changes
Sep 16, 2024
quiet-node
deleted the
snyk-upgrade-9142d4b9acd9918de466041ccb15428f
branch
September 16, 2024 19:13
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2967 +/- ##
=======================================
Coverage 89.54% 89.54%
=======================================
Files 56 56
Lines 3796 3796
Branches 775 775
=======================================
Hits 3399 3399
Misses 350 350
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@ethereumjs/util
from 9.0.3 to 9.1.0 | 1 version ahead of your current version | a month ago
on 2024-08-15
@ethereumjs/trie
from 6.2.0 to 6.2.1 | 1 version ahead of your current version | a month ago
on 2024-08-15
keyv-file
from 0.3.2 to 0.3.3 | 1 version ahead of your current version | a month ago
on 2024-08-17
Release notes
Package name: @ethereumjs/util
Support for Partial Accounts
For Verkle or other contexts it can be useful to create partial accounts not containing all the account parameters. This is now supported starting with this release, see PR #3269:
const account = Account.fromPartialAccountData({
nonce: '0x02',
balance: '0x0384',
})
console.log(
Partial account with nonce=<span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">account</span><span class="pl-kos">.</span><span class="pl-c1">nonce</span><span class="pl-kos">}</span></span> and balance=<span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">account</span><span class="pl-kos">.</span><span class="pl-c1">balance</span><span class="pl-kos">}</span></span> created
)New
requests
ModuleThis release introduces a new
requests
module (see PRs #3372, #3393, #3398 and #3477) with various type and an abstract base class for EIP-7685 general purpose execution layer requests to the CL (Prague hardfork) as well as concrete implementations for the currently supported request types:DepositRequest
(Prague Hardfork)WithdrawawlRequest
(Prague Hardfork)ConsolidationRequest
(Prague Hardfork)These request types are mainly used within the @ ethereumjs/block library where applied usage instructions are provided in the README.
Verkle Updates
kzg-wasm
to0.4.0
, PR #3358osaka
hardfork, PR #3371verkle
module with utility methods and interfaces, PR #3462Other Features
Other Changes
Account.isContract()
(in Verkle context work), PR #3343Account.isEmpty()
to also work for partial accounts, PR #3405validatorPublicKey
tovalidatorPubkey
, PR #3474Package name: @ethereumjs/trie
Other Features
Bugfixes
Package name: keyv-file
0.3.3
0.3.2
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: