Skip to content

Add Orchard ZIP 32 test vectors#102

Merged
nuttycom merged 3 commits into
masterfrom
orchard-zip32
Oct 24, 2024
Merged

Add Orchard ZIP 32 test vectors#102
nuttycom merged 3 commits into
masterfrom
orchard-zip32

Conversation

@str4d
Copy link
Copy Markdown
Contributor

@str4d str4d commented Oct 1, 2024

No description provided.

@nuttycom
Copy link
Copy Markdown
Contributor

nuttycom commented Oct 1, 2024

Error in test vector generation:

✗ ./regenerate.sh rust rs
# orchard_zip32
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/nuttycom/work/zcash-test-vectors/zcash_test_vectors/orchard/zip32.py", line 69, in main
    m = DerivedSpendingKey.master(seed)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/nuttycom/work/zcash-test-vectors/zcash_test_vectors/orchard/zip32.py", line 28, in master
    return cls(ExtendedSpendingKey(S))
               ^^^^^^^^^^^^^^^^^^^^^^
TypeError: ExtendedSpendingKey.__init__() missing 1 required positional argument: 'data'

@str4d str4d force-pushed the orchard-zip32 branch 4 times, most recently from e9da65f to 3a4b155 Compare October 1, 2024 19:29
Comment thread zcash_test_vectors/orchard/zip32.py Outdated
str4d and others added 3 commits October 2, 2024 16:32
This now takes the generation type or 'all' as the first argument,
and then the generator or 'all' as the second argument. File extensions
are detemined automatically from the generation type.
@str4d
Copy link
Copy Markdown
Contributor Author

str4d commented Oct 2, 2024

Force-pushed to fix a type in the generated Rust test vectors.

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.

utACK

@nuttycom nuttycom merged commit 5b76d4b into master Oct 24, 2024
@nuttycom nuttycom deleted the orchard-zip32 branch October 24, 2024 19:14
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.

2 participants