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

refactor: merge module folders #40

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

scarmuega
Copy link
Member

This PR re-organizes the source-code to reflect the new proto package hierarchy.


proto packages: utxorpc.{version}.{module}

utxorpc.v1.sync
utxorpc.v1.watch
utxorpc.v1.build
utxorpc.v1.submit
utxorpc.v1.cardano


proto files: proto/utxorpc/{version}/{module}/{module}.proto

proto/utxorpc/v1/sync/sync.proto
proto/utxorpc/v1/sync/watch.proto
proto/utxorpc/v1/sync/build.proto
proto/utxorpc/v1/sync/submit.proto
proto/utxorpc/v1/sync/cardano.proto


gen code: gen/{lang}/**

gen code: gen/haskell/**
gen code: gen/node/**
gen code: gen/go/**
gen code: gen/rust/**
gen code: gen/csharp/**
gen code: gen/web/**
gen code: gen/python/**

@scarmuega scarmuega merged commit 51b31ca into main Feb 7, 2024
1 of 2 checks passed
@scarmuega scarmuega deleted the refactor/merge-package-folders branch February 7, 2024 11:53
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