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

fix(deps): update dependency ethereumjs-util to v7.1.5 #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ethereumjs-util (source) 7.1.3 -> 7.1.5 age adoption passing confidence

Release Notes

ethereumjs/ethereumjs-monorepo (ethereumjs-util)

v7.1.5: ethereumjs-util v7.1.5

Compare Source

  • More flexible signature module methods now allow for passing in v values of 0 and 1 in the context of typed txs (e.g. EIP-1559 txs): ecrecover(), toRpcSig(), toCompactSig(), isValidSignature(), PR #​1905

v7.1.4: ethereumjs-util v7.1.4

Compare Source

Buffer <-> Uint8Array Conversion Helpers (RLP v3)

The new RLP v3 release is accepting and returning Uint8Array objects instead of Buffer for improved browser compatibility and usage.

There are two new helper functions in the bytes module from the Util library introduced in PR #​1648 to help with associated Buffer conversions (while this is our main reason for introducing these functions the functionality can of course be used for other things as well):

  • arrToBufArr(): Converts a Uint8Array or NestedUint8Array to Buffer or NestedBufferArray
  • bufArrToArr(): Converts a Buffer or NestedBufferArray to Uint8Array or NestedUint8Array

Note: the RLP version exposed by this package as a re-export is still RLP v2. This won't change along additional v7 Util releases and other current monorepo libraries (VM, Tx,...) are also still using the v2 RLP version.

Features
  • New validateNoLeadingZeroes() function in bytes module for validating Buffers to have no leading zeros (mainly within an RLP context), PR #​1568
  • New MAX_UINT64 constant which can be used to check if a BN instance exceeds the max. possible 64-bit integer value, PR #​1568
Maintenance
  • toBuffer (bytes module) now throws when a negative BN is provided as input, PR #​1606
  • Dependencies: deduplicated RLP import, PR #​1549

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ethereumjs-util-7.x branch from e1129c0 to 259e5ef Compare June 18, 2022 15:40
@renovate renovate bot changed the title fix(deps): update dependency ethereumjs-util to v7.1.4 fix(deps): update dependency ethereumjs-util to v7.1.5 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/ethereumjs-util-7.x branch from 259e5ef to 92d72bb Compare October 24, 2022 17:06
@renovate renovate bot changed the title fix(deps): update dependency ethereumjs-util to v7.1.5 Update dependency ethereumjs-util to v7.1.5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency ethereumjs-util to v7.1.5 fix(deps): update dependency ethereumjs-util to v7.1.5 Dec 17, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot force-pushed the renovate/ethereumjs-util-7.x branch from 92d72bb to 6c7d63f Compare May 28, 2023 11:19
@renovate renovate bot changed the base branch from master to main June 18, 2023 09:34
@renovate renovate bot force-pushed the renovate/ethereumjs-util-7.x branch from 6c7d63f to 566e44a Compare October 18, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants