-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies and refactor code (#104)
* chore: update dependencies and refactor code Updated several package dependencies to their latest versions to improve compatibility and performance. Refactored code to use `PrimitiveSignature` instead of `Signature` and simplified pool entity creation by eliminating redundant method calls. * Refactor `Signature` to `PrimitiveSignature` Updated various structs and functions to use `PrimitiveSignature` instead of `Signature` for better consistency and clarity. Modified the creation logic and type casting for the `v` field to handle boolean values.
- Loading branch information
Showing
4 changed files
with
33 additions
and
37 deletions.
There are no files selected for viewing
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
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
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
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