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.
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
[Supplier] feat: persistence proofs in submit proof msg handler (2) #328
[Supplier] feat: persistence proofs in submit proof msg handler (2) #328
Changes from 43 commits
8ab21b6
10df226
4a22787
3127f1b
84ffced
255a677
de6f735
189ad8c
08d68ab
db47b1a
a7f4c5b
0435959
d3a9daf
3c76f0f
f34c4f1
32920cd
1116b21
c6e14bb
a0d4960
fffcf86
8b03fcc
064a1b3
4b6f263
9889fdc
1c17a7a
8e35ec4
cc1bac8
6fced72
53868a5
abcdd9c
ec741d2
292f9f5
e23acc6
4d3ef9d
403060c
489ebdb
72c2342
7e8cb19
8f42d81
7fa49b7
fe62959
351dc18
36be615
dafc425
0ed19fe
862bf4b
49888cd
52ac55e
380b49d
780baa6
5e45ac6
9fc6ad4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is this something we should be doing in message handlers, over returning an error from
types/errors.go
? Or is it specific for this use case that we are not doing so?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.
(see: #328 (comment))