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

feat: make batch market instruction errors programmatically usable #11537

Merged
merged 3 commits into from
Aug 8, 2024

Conversation

jeremyletang
Copy link
Member

close #11536

@jeremyletang jeremyletang requested review from candida-d and a team as code owners August 7, 2024 14:10
@@ -644,6 +660,8 @@ message TransactionResult {
message FailureDetails {
// Error message explaining the reason for the transaction failing processing
string error = 1;
// a map of the detailed errors if any
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// a map of the detailed errors if any
// Map of the detailed errors, if any

candida-d
candida-d previously approved these changes Aug 7, 2024
candida-d
candida-d previously approved these changes Aug 7, 2024
wwestgarth
wwestgarth previously approved these changes Aug 7, 2024
@jeremyletang jeremyletang changed the title feat: make batch market instruction errors usable feat: make batch market instruction errors programmatically usable Aug 8, 2024
@jeremyletang jeremyletang dismissed stale reviews from wwestgarth and candida-d via 64c789e August 8, 2024 10:36
jeremyletang and others added 3 commits August 8, 2024 12:55
Signed-off-by: Jeremy Letang <me@jeremyletang.com>
Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
Signed-off-by: Jeremy Letang <me@jeremyletang.com>
@jeremyletang jeremyletang merged commit 6ee7627 into develop Aug 8, 2024
14 checks passed
@jeremyletang jeremyletang deleted the feature/map-errors branch August 8, 2024 12:43
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.

Detailed batch market instruction errors
4 participants