forked from zcash/orchard
-
Notifications
You must be signed in to change notification settings - Fork 0
ZSA burn functionality #35
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
33a205b
Circleci project setup (#1)
PaulLaux 71565ee
issuer keys implementation (#5)
daniben31 5ae5107
Added NoteType to Notes (#2)
PaulLaux ac71bc7
ZSA note encryption in Orchard crate (#3)
naure 29808bd
Zsa builder (#4)
PaulLaux b90f88d
Issuance (#12)
PaulLaux afaad60
E2E tests for issuance (#20)
alexeykoren 081b01b
disabled split notes (#22)
PaulLaux 22377f2
Review fixes (#23)
PaulLaux 4f9b589
Review fixes2 (#24)
PaulLaux 4e23faf
verify_issue_bundle() cleanup (#25)
PaulLaux 2ed26d2
WIP
alexeykoren dfa9a53
Fix bvk-bsk consistency test
e1d1dd7
E2E test draft
99789fd
PR preview
alexeykoren 675c1da
Rust toolchain 1.61.0
alexeykoren fef34e8
Rust toolchain 1.61.0 EVERYWHERE
alexeykoren 7b5c32d
Not allow to burn native assets
alexeykoren d282307
Fix burnt assets type
alexeykoren 880ec64
PR comments part 1
alexeykoren bb4bbba
TODO added
alexeykoren cef9963
PR fixes
alexeykoren 12e09da
BVK building code deduplication
alexeykoren c64af45
PR fixes 2
alexeykoren 392478c
Generic addition for value sum
alexeykoren 36d69c2
Merge branch 'zsa1' into zsa1-burn
alexeykoren e91596b
Clippy
alexeykoren e3deb03
Unify Rust version
alexeykoren 26bfce5
Replace into with TryFrom trait bound
alexeykoren be8333c
1.61.0
alexeykoren 927cf40
Revert "Replace into with TryFrom trait bound"
alexeykoren 313e5b2
proptest-regressions/*.txt
alexeykoren fbb65a5
Minor type fix
alexeykoren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,3 @@ Cargo.lock | |
| .vscode | ||
| .idea | ||
| action-circuit-layout.png | ||
| proptest-regressions/*.txt | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 1.61 | ||
| 1.61.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.