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

Extract SetPreSignatureDecoder to its own module #1433

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

fmrsabino
Copy link
Collaborator

Summary

The SetPreSignatureDecoder can be seen as a utility class that can be used across multiple modules (e.g. can be used outside of the context of the transaction routes).

This is part of an effort to have more specialised modules (and smaller ones) which allows for a more modularised app.

Changes

  • Adds a new module – SetPreSignatureDecoderModule
  • SetPreSignatureDecoder is now available via the new module.

@fmrsabino fmrsabino self-assigned this Apr 19, 2024
@fmrsabino fmrsabino requested a review from a team as a code owner April 19, 2024 17:20
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8757289424

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 92.986%

Totals Coverage Status
Change from base Build 8755366375: 0.04%
Covered Lines: 6884
Relevant Lines: 7153

💛 - Coveralls

@fmrsabino fmrsabino merged commit e680881 into main Apr 22, 2024
16 checks passed
@fmrsabino fmrsabino deleted the set-pre-signature-decoder-module branch April 22, 2024 07:30
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.

None yet

3 participants