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

docs(transaction encoding): orchard fields #3507

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

oxarbitrage
Copy link
Contributor

Motivation

We want to make sure all the fields in the transaction tables of the protocol are documented in Zebra at serialization and deserialization.

This pull request deals with the sapling fields of transactions.

Closes #3424

Solution

Document orchard transaction fields.

Review

Anyone can review.

Reviewer Checklist

  • All fields considered "orchard" are documented.

Follow Up Work

This is the last pull request of a series detailed here: #3222

No further work will be done by now in the subject if everything gets merged.

@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #3507 (8e52dd8) into main (499ae89) will increase coverage by 0.10%.
The diff coverage is 74.69%.

@@            Coverage Diff             @@
##             main    #3507      +/-   ##
==========================================
+ Coverage   78.34%   78.45%   +0.10%     
==========================================
  Files         267      273       +6     
  Lines       31526    31900     +374     
==========================================
+ Hits        24698    25026     +328     
- Misses       6828     6874      +46     

Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

Document types specified in 7.1: Orchard
2 participants