Skip to content

rpc: Add transparent information to z_viewtransaction#216

Merged
nuttycom merged 7 commits into
mainfrom
147-z_viewtransaction-transparent
Sep 3, 2025
Merged

rpc: Add transparent information to z_viewtransaction#216
nuttycom merged 7 commits into
mainfrom
147-z_viewtransaction-transparent

Conversation

@str4d
Copy link
Copy Markdown
Collaborator

@str4d str4d commented Aug 28, 2025

Closes #147.

@str4d str4d force-pushed the 147-z_viewtransaction-transparent branch from 44f0aa2 to de70e46 Compare August 29, 2025 13:56
@str4d str4d marked this pull request as ready for review September 2, 2025 19:16
@str4d str4d added the A-rpc-interface Area: RPC interface label Sep 2, 2025
Copy link
Copy Markdown
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

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

One blocking bug.

Comment thread book/src/zcashd/json_rpc.md Outdated
Comment thread zallet/src/components/json_rpc/methods/view_transaction.rs Outdated
Comment thread zallet/src/components/json_rpc/methods/view_transaction.rs Outdated
Comment thread zallet/src/components/json_rpc/methods/view_transaction.rs
Comment thread zallet/src/components/json_rpc/methods/view_transaction.rs Outdated
Comment thread zallet/src/components/json_rpc/methods/view_transaction.rs Outdated
Most of the semantics are preserved, but a few are adjusted to make more
sense.
This makes the conversions from their (current) source data infallible,
and doesn't actually matter in practice because these fields are only
used for serializing to JSON numbers (which are arbitrary size).
@str4d str4d force-pushed the 147-z_viewtransaction-transparent branch from cda29bd to c650eb9 Compare September 3, 2025 16:46
@str4d
Copy link
Copy Markdown
Collaborator Author

str4d commented Sep 3, 2025

Force-pushed to fix a bug and clippy lints, and then pushed a commit relaxing some of the numeric field types.

Comment thread zallet/src/components/json_rpc/methods/view_transaction.rs
Comment thread book/src/zcashd/json_rpc.md Outdated
Copy link
Copy Markdown
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

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

partially-tested-ACK 927ce8d

@nuttycom nuttycom enabled auto-merge September 3, 2025 17:42
@nuttycom nuttycom merged commit 99d00ec into main Sep 3, 2025
19 of 20 checks passed
@str4d str4d deleted the 147-z_viewtransaction-transparent branch September 3, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-rpc-interface Area: RPC interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rpc: Consider optionally adding transparent-equivalent details to z_viewtransaction

2 participants