Commit graph

105 commits

Author SHA1 Message Date
fa2b34e26f
debuggin FFI 2024-10-30 09:09:11 -05:00
5139f9dd7b
fix(rust): correct tx builder startup 2024-10-29 12:15:04 -05:00
a21642baee
docs: add more Rust debug output 2024-10-29 11:19:03 -05:00
1e350c289c
docs: add debug for sapling outputs 2024-10-29 11:06:25 -05:00
0ad6b9ebab
docs: add error debug output 2024-10-29 10:31:25 -05:00
42da2d3a0f
docs: add debug for fee 2024-10-29 10:12:41 -05:00
1492f3b6ad
docs: add debugging to create_transaction 2024-10-29 09:46:24 -05:00
b6d490d053
fix(rust): orchard hash length check 2024-10-28 12:25:34 -05:00
2e9e6d8831
feat: allow combining empty Orchard leaves 2024-10-28 11:59:07 -05:00
004e2c85cd
feat: creation of Orchard commitment nodes 2024-10-27 06:42:04 -05:00
5a9ed11c25
fix(rust): SaplingFrontier marshalling 2024-10-18 12:25:30 -05:00
96cfe3a52a
feat: use SaplingFrontier for witnesses 2024-10-18 09:43:02 -05:00
3203c7e8ff
feat: implement Frontier for Sapling witnesses 2024-10-18 08:47:52 -05:00
3969490283
feat: Use the notes to determine anchors 2024-09-30 14:50:54 -05:00
38e4131daa
feat!: update Orchard witness calculation
Now uses Frontier
2024-09-30 13:18:47 -05:00
48afd81595
feat!: migrate Orchard commitment trees to Frontier 2024-09-30 12:11:47 -05:00
5a8cd44fbc
feat: implement wagyu-zcash-parameters crate 2024-09-16 13:36:49 -05:00
148abd95d0
Implement fee calculator 2024-05-08 13:49:39 -05:00
37b485288d
Fix bug in Orchard witness calculation 2024-05-07 15:19:54 -05:00
2108f46afa
Remove debugging 2024-05-07 12:13:54 -05:00
1e31bb73c2
Update Rust debugging 2024-05-02 14:55:24 -05:00
c583451c83
Update debugging 2024-05-02 14:30:59 -05:00
6a632d45c1
Change error messaging 2024-05-02 14:07:54 -05:00
31c5cda65a
Improve error message 2024-05-02 13:38:12 -05:00
d5e17afc99
Debugging parameters 2024-05-02 13:34:26 -05:00
c7f2bca2c4
Remove ovk from transaction creation 2024-05-02 12:48:30 -05:00
2d14ef6b22
Update to use commitment trees for anchors 2024-05-02 12:35:36 -05:00
652e95c361
Improve error messaging 2024-05-02 12:10:53 -05:00
c144a6d624
Add more debugging to Rust 2024-05-02 07:31:01 -05:00
5fd33e7e43
Add debuggin for create transaction 2024-05-02 07:22:12 -05:00
787cf40629
Add functionality for transaction creation 2024-05-01 09:12:58 -05:00
ad9e2f074d
Implement transaction creation 2024-04-30 16:54:15 -05:00
8901d97c64
Upgrade of Zcash Rust crates 2024-04-29 10:27:45 -05:00
af9806d72d
Add witness update functionality 2024-04-25 19:56:29 -05:00
b74cd5f354
Update note position calculation 2024-04-24 16:04:56 -05:00
3296909c82
Fix Sapling spend parsing 2024-04-24 11:57:00 -05:00
7d20edd08d
Fix Orchard nullifier calculation 2024-04-17 20:14:03 -05:00
4efae180f5
Fix Rust binding for Sapling decode 2024-04-17 11:18:56 -05:00
e98ca65409
Merge branch 'dev040' into rav001 2024-04-17 10:23:30 -05:00
f94a1f83cb
Merge branch 'dev040' into rvv040 2024-04-17 09:25:46 -05:00
a56a4b1e15
Add Orchard commitment tree functionality 2024-04-17 09:21:47 -05:00
382284a8ca rvv040 - decodeSaplingAddress Function added
SaplingAddress  data type added
2024-04-16 14:39:56 -04:00
99d772d2c7
Test Sapling decoding 2024-04-16 09:43:00 -05:00
5402fcc072
Update Sapling commitment tree reader 2024-04-15 19:58:26 -05:00
6a2849aae0
Add Sapling nullifier calculation to decoding 2024-04-12 13:15:41 -05:00
0f19e376dc
Add Sapling commitment tree functionality 2024-04-11 16:01:29 -05:00
ce6a13e333
Merge branch 'dev040' into rav001 2024-04-10 11:39:27 -05:00
b6af8630b8
Merge branch 'dev040' into rvv040 2024-04-10 11:34:40 -05:00
3f918f734a rvv040 - Sapling address encoding to human readable format
Change Bech32m to Bech32  encoding for Sapling address
2024-04-10 09:55:41 -04:00
27b291c49a
Add function to append nodes to commitment tree 2024-04-10 07:06:04 -05:00