-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Service] Rename the ServiceId
proto to Service
#150
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Olshansk
changed the title
Beginning to rename ServiceId to Service
[Service] Rename the Nov 7, 2023
ServiceId
proto to Service
10 tasks
Olshansk
added
the
service
Anything related to general-purpose RPC service support
label
Nov 7, 2023
Co-authored-by: Bryan White <[email protected]>
Co-authored-by: Bryan White <[email protected]>
Co-authored-by: Bryan White <[email protected]>
Co-authored-by: Bryan White <[email protected]>
Co-authored-by: Bryan White <[email protected]>
Co-authored-by: Bryan White <[email protected]>
* fix: flakey block cliekt test * chore: simplify & react to review feedback * chore: add godoc comment * chore: simplify
* wip - need info from GitHub CI * build image as a part of main ci * troublshoot w/o test * should be a cp here * wip * more label control * install directly from github * use wget * rerun ci * troubleshoot * more information * it was git context * kill previous run if a new commit is pushed * this should work * remove buildlog * resolve conflicts * perform the tests as well * we will be allright withoug keeping the bin dir * bring back ignite version * also build on mai * refine label actions * Update .github/workflows/go.yml Co-authored-by: Daniel Olshansky <[email protected]> * add requested changes * pocketd has been replaced with poktrolld * only change the binary name for now, take care of other pocketd instances later * Update .github/label-actions.yml Co-authored-by: Daniel Olshansky <[email protected]> * rename pocketd with poktrolld where necessary * typofix * also use poktrolld for e2e tests --------- Co-authored-by: Daniel Olshansky <[email protected]>
* chore: add `TxClient` interface * chore: add option support to `ReplayObservable` * feat: add `txClient` implementation * test: `txClient` * test: tx client integration * chore: s/tx/transaction/g * chore: update pkg README.md template * wip: client pkg README * docs: fix client pkg godoc comment * fix: flakey test * chore: dial back godoc comments 😅 * chore: revise (and move to godoc.go) `testblock` & `testeventsquery` pkg godoc comment * chore: update go.mod * chore: refactor & condense godoc comments * chore: fix import paths post-update * chore: review feedback improvements * docs: update client README.md * docs: add `tx query` usage association between `txContext` & `Blockchain` * docs: add TOC * chore: review feedback improvements Co-authored-by: Daniel Olshansky <[email protected]> * docs: improve godoc comments & client README.md --------- Co-authored-by: Daniel Olshansky <[email protected]>
* chore: add `TxClient` interface * chore: add option support to `ReplayObservable` * feat: add `txClient` implementation * test: `txClient` * test: tx client integration * chore: s/tx/transaction/g * chore: update pkg README.md template * wip: client pkg README * docs: fix client pkg godoc comment * refactor: consolidate keyring errors & helpers * refactor: keyring test helpers * fix: flakey test * chore: dial back godoc comments 😅 * chore: revise (and move to godoc.go) `testblock` & `testeventsquery` pkg godoc comment * chore: update go.mod * chore: refactor & condense godoc comments * chore: fix import paths post-update
* chore: add `TxClient` interface * chore: add option support to `ReplayObservable` * feat: add `txClient` implementation * test: `txClient` * test: tx client integration * chore: s/tx/transaction/g * chore: update pkg README.md template * wip: client pkg README * docs: fix client pkg godoc comment * refactor: consolidate keyring errors & helpers * refactor: keyring test helpers * fix: flakey test * chore: dial back godoc comments 😅 * chore: add `SupplierClient` interface * feat: add supplier client implementation * test: supplier test helpers * test: supplier client tests * test: supplier client integration test * chore: update go.mod * trigger CI * chore: revise (and move to godoc.go) `testblock` & `testeventsquery` pkg godoc comment * chore: update go.mod * chore: refactor & condense godoc comments * chore: fix import paths post-update * chore: add godoc comment
@bryanchriswhite Thank you for the thorough review! I went ahead and resolved everything (no inline comments) so PTAL again when you have a chance 🙏 |
10 tasks
bryanchriswhite
approved these changes
Nov 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! 🙌🚢
10 tasks
Olshansk
added a commit
that referenced
this pull request
Nov 8, 2023
Renamed the `ServiceId` proto to `Service` so `ServiceId.Id` is more semantic and less confusing. --- Co-authored-by: Bryan White <[email protected]> Co-authored-by: Daniel Olshansky <[email protected]> Co-authored-by: Dima Kniazev <[email protected]>
okdas
added a commit
that referenced
this pull request
Nov 14, 2024
Renamed the `ServiceId` proto to `Service` so `ServiceId.Id` is more semantic and less confusing. --- Co-authored-by: Bryan White <[email protected]> Co-authored-by: Daniel Olshansky <[email protected]> Co-authored-by: Dima Kniazev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Renamed the
ServiceId
proto toService
soServiceId.Id
is more semantic and less confusing.Issue
CreateClaim
message handling #140, it was driven out of confusion by the author while beginning to implement this piece of workType of change
Select one or more:
Testing
make go_develop_and_test
Sanity Checklist