Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
a6b8bc0 to
5d9288d
Compare
This file contains hidden or 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
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 pull request includes updates to dependencies and a small code change to support an additional gas type in transaction processing. The most important changes are grouped below:
Dependency upgrades:
@railgun-community/enginefrom version 9.5.1 to 9.5.2 and@railgun-community/shared-modelsfrom 8.0.0 to 8.0.1 inpackage.json, ensuring compatibility with the latest features and bug fixes.etherslibrary from version 6.13.1 to 6.14.3 in both the dependencies and resolutions sections ofpackage.json, which may include important security and performance improvements. [1] [2]Transaction processing enhancement:
EVMGasType.Type4in thesetGasDetailsForTransactionfunction insrc/services/transactions/tx-gas-details.ts, allowing the application to handle a new gas pricing type.