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

feat: Make decoder a library instead #675

Merged
merged 4 commits into from
May 23, 2023
Merged

feat: Make decoder a library instead #675

merged 4 commits into from
May 23, 2023

Conversation

LHerskind
Copy link
Contributor

Description

Makes the decoder contract into a library instead, it is never to be used directly anyway so seemed nice to just make it as a library instead.

Did not change the test to use the library directly instead of using the decoder helper mainly as we are using the decoder helper in the end to end test, so it is nice to have it checked here.

Checklist:

  • I have reviewed my diff in github, line by line.
  • Every change is related to the PR description.
  • I have linked this pull request to the issue(s) that it resolves.
  • There are no unexpected formatting changes, superfluous debug logs, or commented-out code.
  • The branch has been merged or rebased against the head of its merge target.
  • I'm happy for the PR to be merged at the reviewer's next convenience.

@LHerskind LHerskind force-pushed the lh/593-fixing-linter-issues branch 2 times, most recently from b23e2e8 to 066bbd7 Compare May 23, 2023 16:06
Base automatically changed from lh/593-fixing-linter-issues to master May 23, 2023 16:34
@LHerskind LHerskind marked this pull request as ready for review May 23, 2023 17:03
Copy link
Member

@Maddiaa0 Maddiaa0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Maddiaa0 Maddiaa0 merged commit e808315 into master May 23, 2023
@Maddiaa0 Maddiaa0 deleted the lh/decoder-library branch May 23, 2023 18:06
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.

2 participants