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

cleanup: Move validations and parsing to our exported package #1052

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Sep 29, 2023

This makes our exported protobuf library more useful by moving
a bunch of parsing and validation methods in there. The idea is that
our library should be more standalone and we shoulnd't need to rely
as much on CLI utilities as we do today.

This also started using the import mediatorv1 instead of pb when importing
the protobuf library. This is to make the code clearer.

This makes our exported protobuf library more useful by moving
a bunch of parsing and validation methods in there. The idea is that
our library should be more standalone and we shoulnd't need to rely
as much on CLI utilities as we do today.
@JAORMX JAORMX merged commit cfaf822 into main Oct 2, 2023
12 checks passed
@JAORMX JAORMX deleted the proto-clean branch October 2, 2023 08:03
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