Skip to content

Conversation

jkawan
Copy link
Contributor

@jkawan jkawan commented Jun 14, 2025

  1. Added changes in GetUTxOWhole() to print the result in json format.
  2. Added query "utxo-whole-result" in query.go to test and find out the result in json format.

Closes #862

@jkawan jkawan requested a review from a team as a code owner June 14, 2025 17:54
Copy link
Contributor

@agaffney agaffney left a comment

Choose a reason for hiding this comment

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

We also need to flesh out the UTxOWholeResult type as part of this. It should be similar to UTxOByAddressResult

@wolf31o2
Copy link
Member

The idea here was to get the data and figure out the shape from this.

return nil, fmt.Errorf("error marshaling UTxOWhole result to JSON: %w", err)
}
fmt.Println("UTxOWhole Result:")
fmt.Println(string(jsonData))
Copy link
Member

Choose a reason for hiding this comment

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

Remove this. We only want changes (currently) in the binary so we can determine the correct shape.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

on it

@wolf31o2 wolf31o2 dismissed agaffney’s stale review August 12, 2025 14:47

Approving changes

@wolf31o2 wolf31o2 merged commit af5558d into main Aug 12, 2025
8 checks passed
@wolf31o2 wolf31o2 deleted the feat/utxoWholeResult-implementation branch August 12, 2025 14:47
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.

Implement UTxOWholeResult
3 participants