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

Trace transaction fix #3515

Merged
merged 21 commits into from Oct 13, 2021
Merged

Trace transaction fix #3515

merged 21 commits into from Oct 13, 2021

Conversation

kjazgar
Copy link
Contributor

@kjazgar kjazgar commented Oct 12, 2021

Fixes | Closes | Resolves #

Changes:

Resolved issue #3422 regarding missing error property.

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Testing

Requires testing

  • Yes
  • No

In case you checked yes, did you write tests??

  • Yes
  • No

@kjazgar kjazgar requested a review from MarekM25 October 12, 2021 10:06
@kjazgar kjazgar marked this pull request as draft October 12, 2021 10:06
@@ -88,5 +90,7 @@ private ParityTxTraceFromStore()

[JsonProperty(NullValueHandling = NullValueHandling.Include)]
public string Type { get; set; }

public string? Error { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

should it have NullValueHandling?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the right question, I changed it

Copy link
Member

Choose a reason for hiding this comment

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

Both Type and Error should be ignored if null?

Copy link
Member

Choose a reason for hiding this comment

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

Do we definitely want to remove NullValueHandling from Type?

@kjazgar kjazgar marked this pull request as ready for review October 13, 2021 11:55
@LukaszRozmej LukaszRozmej merged commit 7dbeba6 into master Oct 13, 2021
@LukaszRozmej LukaszRozmej deleted the trace_transaction_fix branch October 13, 2021 12:13
marcindsobczak added a commit that referenced this pull request Oct 20, 2021
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.

None yet

3 participants