-
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
[Miner, Supplier] chore: scaffold submit-proof message #44
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
bryanchriswhite
added
supplier
Changes related to the Supplier actor
miner
Changes related to the Miner
labels
Oct 10, 2023
10 tasks
bryanchriswhite
force-pushed
the
chore/scaffold-proof-msg
branch
from
October 10, 2023 11:00
7eb87cd
to
0258908
Compare
red-0ne
reviewed
Oct 10, 2023
@bryanchriswhite Discussed offline, but do you still plan to scaffold an empty message and add the params in a followup PR? |
bryanchriswhite
force-pushed
the
chore/scaffold-proof-msg
branch
from
October 11, 2023 20:58
0258908
to
45dde3e
Compare
bryanchriswhite
changed the base branch from
main
to
refactor/shared-supplier-type
October 11, 2023 20:59
ignite scaffold message submit-proof session_header:SessionHeader proof --signer supplier_address --module supplier (NB: generated a temporary SessionHeader duplicate in the supplier module so the above would work; subsequently, removed and updated protobuf import and usage.)
bryanchriswhite
force-pushed
the
chore/scaffold-proof-msg
branch
from
October 11, 2023 21:00
45dde3e
to
17ad11a
Compare
bryanchriswhite
commented
Oct 11, 2023
Olshansk
requested changes
Oct 13, 2023
(cherry picked from commit b158071f551e9caea2408dec2883d0b301a2c541)
red-0ne
reviewed
Oct 16, 2023
Olshansk
previously approved these changes
Oct 16, 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.
Approving with a request for one more comment.
* pokt/main: [Miner] chore: scaffold create-claim message (#43)
Co-authored-by: Olshansk <[email protected]>
Olshansk
requested changes
Oct 17, 2023
* pokt/main: [Service] Added the `Service` type Updated the command for unit tests in the PR template Updated PR template
Olshansk
approved these changes
Oct 18, 2023
bryanchriswhite
added a commit
that referenced
this pull request
Oct 19, 2023
* main: [Miner, Supplier] chore: scaffold submit-proof message (#44) [Application] Implement MsgUnstakeApplication & Add Extensive Tests (#72) [Gateway] Implement UnstakeGateway message and add Tests (#75) [Gateway] Implement StakeGateway Message and Add Tests (#68) [Application] Implement MsgStakeApplication & Add Extensive Tests (#59) [CI] fix: run `make go_mockgen` step (#63)
bryanchriswhite
added a commit
that referenced
this pull request
Oct 19, 2023
* feat/observable: chore: last minute improvements chore: review improvements chore: improve comment chore: misc. review feedback improvements chore: improve comments refactor: rename `Observable#Close()` to `#UnsubscribeAll()` chore: improve comments chore: improve comments chore: cleanup, simplification, review improvements [Miner, Supplier] chore: scaffold submit-proof message (#44) [Application] Implement MsgUnstakeApplication & Add Extensive Tests (#72) [Gateway] Implement UnstakeGateway message and add Tests (#75) [Gateway] Implement StakeGateway Message and Add Tests (#68) [Application] Implement MsgStakeApplication & Add Extensive Tests (#59) [CI] fix: run `make go_mockgen` step (#63)
8 tasks
okdas
pushed a commit
that referenced
this pull request
Nov 14, 2024
* chore: scaffold submit proof message ignite scaffold message submit-proof session_header:SessionHeader proof --signer supplier_address --module supplier (NB: generated a temporary SessionHeader duplicate in the supplier module so the above would work; subsequently, removed and updated protobuf import and usage.) * refactor: use `bytes` type for `MsgSubmitProof#Proof` field * chore: add TODO comment in msg handler * chore: add TODOs (cherry picked from commit b158071f551e9caea2408dec2883d0b301a2c541) * chore: add comment to `MsgSubmitProof#proof` field Co-authored-by: Olshansk <[email protected]> * chore: review feedback improvements * trigger CI --------- Co-authored-by: Olshansk <[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
This message type is a nested dependency of the
Miner
via theSupplierClient
.Scaffolded
MsgSubmitProof
message types, handlers, etc.:(NB: generated a temporary SessionHeader duplicate in the supplier module so the above would work; subsequently, removed and updated protobuf import and usage.)
Switch
MsgSubmitProof#proof
field type fromstring
to[]byte
& refactor usages.Issue
Related to:
This message type is a nested dependency of the
Miner
via theSupplierClient
.Type of change
Select one or more:
Testing
make go_test
Sanity Checklist