Skip to content

Commit

Permalink
Add v3 wrapper of v2node (#1448)
Browse files Browse the repository at this point in the history
This currently just calls V2Node and has a wrapper around the
request/response message.

I also forked the tests from V2. 

Once we add the implementation, we can update the request/response and
tests as needed
  • Loading branch information
n-h-diaz authored Nov 7, 2024
1 parent ac7ed6f commit e9bfc26
Show file tree
Hide file tree
Showing 8 changed files with 1,285 additions and 849 deletions.
2 changes: 2 additions & 0 deletions internal/proto/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,710 changes: 861 additions & 849 deletions internal/proto/service/mixer.pb.go

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions internal/proto/service/mixer_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

283 changes: 283 additions & 0 deletions internal/proto/v3/node.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e9bfc26

Please sign in to comment.