Commit graph

365 commits

Author SHA1 Message Date
92cc2aabe4
modify tree root validation 2024-10-31 09:28:34 -05:00
1938e162f4
feat: update root testing functions 2024-10-30 16:24:02 -05:00
96ee5f4179
feat: new function to test tree with one node 2024-10-30 15:24:06 -05:00
52c3faa7d4
feat: function to test orchard trees 2024-10-30 14:21:48 -05:00
f6b8a77277
feat: add function to test empty trees 2024-10-30 13:23:46 -05:00
3f441e28a1
Merge branch 'milestone2' into rav001 2024-10-30 13:02:15 -05:00
6d4b6840d3
Optimize transaction creation (#98)
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/98
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-10-30 16:47:11 +00:00
33085a46bf
docs: update changelog 2024-10-30 11:44:56 -05:00
c793e0c4ff
fix(rust): remove debug messages 2024-10-30 11:42:36 -05:00
b3ec3aecbd
fix: adjust FFI buffer 2024-10-30 11:15:34 -05:00
a8d4a96b8a
fix: increase buffer size for createTransaction 2024-10-30 10:59:20 -05:00
f4ecfe9d11
fix: optimize FFI for large results 2024-10-30 10:23:23 -05:00
fa2b34e26f
debuggin FFI 2024-10-30 09:09:11 -05:00
24210b1e0b
fix: optimize create transaction 2024-10-29 16:07:24 -05:00
1694898117
fix: correct transaction creation 2024-10-29 14:14:39 -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
662a0d1148
Merge pull request 'Implement Frontier for Sapling' (#97) from rav001 into milestone2
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/97
2024-10-18 19:40:35 +00:00
4608577c41
docs: version bump 2024-10-18 14:39:05 -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
396f15140a
Merge pull request 'feat: add toJSON for BlockResponse' (#96) from rav001 into milestone2
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/96
2024-10-11 13:19:08 +00:00
5a08c80285
feat: add toJSON for BlockResponse 2024-10-11 08:17:02 -05:00
003293cc3f
Merge pull request 'Orchard anchor and witness updates' (#95) from rav001 into milestone2
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/95
2024-10-01 12:51:41 +00:00
612ce812ef
Merge branch 'milestone2' into rav001 2024-10-01 07:15:15 -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
12296026a0
Merge pull request 'Improve witness update functions.' (#94) from rav001 into milestone2
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/94
2024-09-25 19:47:43 +00:00
5de1844e9d
feat: improve witness updates 2024-09-25 14:43:11 -05:00
36fd2e59a4
Merge branch 'milestone2' into rav001 2024-09-23 10:20:10 -05:00
63a97b880c
Merge pull request 'Add block hash to BlockResponse' (#93) from rav001 into milestone2
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/93
2024-09-23 15:19:31 +00:00
f24ea80cde
feat: add block hash to BlockResponse 2024-09-23 10:17:35 -05:00
9df346389a
Merge branch 'milestone2' into rav001 2024-09-18 07:30:27 -05:00
91e2ebbabd
Merge pull request 'Add privacy policy error to TxError' (#92) from rav001 into milestone2
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/92
2024-09-18 12:29:35 +00:00
343495f6e7
feat: add privacy policy error to TxError 2024-09-18 07:27:53 -05:00
7350723801
Merge branch 'milestone2' into rav001 2024-09-17 13:09:54 -05:00
7965dc38c4
Merge pull request 'docs: update version' (#91) from rav001 into milestone2
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/91
2024-09-17 18:08:09 +00:00
ee165de652
Merge branch 'milestone2' into rav001 2024-09-17 18:07:54 +00:00
1f1ca4e206
docs: update version 2024-09-17 13:06:28 -05:00
f1e1570b25
Merge pull request 'Implement wagyu-zcash-parameters in Rust bindings' (#90) from rav001 into milestone2
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/90
2024-09-16 18:47:50 +00:00
5a8cd44fbc
feat: implement wagyu-zcash-parameters crate 2024-09-16 13:36:49 -05:00