Commit graph

159 commits

Author SHA1 Message Date
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
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
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
004e2c85cd
feat: creation of Orchard commitment nodes 2024-10-27 06:42:04 -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
5a08c80285
feat: add toJSON for BlockResponse 2024-10-11 08:17:02 -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
5de1844e9d
feat: improve witness updates 2024-09-25 14:43:11 -05:00
f24ea80cde
feat: add block hash to BlockResponse 2024-09-23 10:17:35 -05:00
343495f6e7
feat: add privacy policy error to TxError 2024-09-18 07:27:53 -05:00
5a8cd44fbc
feat: implement wagyu-zcash-parameters crate 2024-09-16 13:36:49 -05:00
85a4741dcb
fix: decode unified addresses with no transparent receivers
ensures that a unified address that does not contain a transparent
receiver is properly represented in the type
2024-08-30 11:02:52 -05:00
c8f411fcdd
add JSON instances for Transaction 2024-08-20 15:50:07 -05:00
774e135aab
Fix data type 2024-08-14 12:32:48 -05:00
b7c91e10fe
Add functions to compare and validate addresses 2024-08-14 12:32:30 -05:00
9ca702a68e
Add ValidAddress 2024-08-13 07:56:25 -05:00
7c79ee6163
Add JSON instances for ZcashNet 2024-07-25 11:09:17 -05:00
812ff0aa70
Upgrade to GHC 9.6.5 2024-07-01 16:05:33 -05:00
874db2907e
Performance enhancement for transaction creation 2024-05-16 10:42:44 -05:00
148abd95d0
Implement fee calculator 2024-05-08 13:49:39 -05:00
2d14ef6b22
Update to use commitment trees for anchors 2024-05-02 12:35:36 -05:00
bea4d2f071
Fix typo in constructor 2024-05-01 16:14:41 -05:00
bc074d0386
Add transparent key derivation 2024-05-01 14:24:18 -05:00
787cf40629
Add functionality for transaction creation 2024-05-01 09:12:58 -05:00
26a79443a7
Add Read instance to Rseed 2024-04-30 19:14:30 -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
173445612d
Merge branch 'dev040' into rvv040 2024-04-24 11:59:58 -05:00
ebfac8438f rvv040 - decodeExchangeAddress modified to return an ExcahngeAddress object 2024-04-18 08:30:14 -04:00
e6d16267ee rvv040 - Functions to create and decode an ExchangeAddress added
New DataType ExchangeAddress added.
2024-04-17 20:36:04 -04: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
06aff8c787 rvv040 - Add encodeSaplingAddress function
Added new tests for encodeSaplingAddress and decodeSaplingAddress
2024-04-16 18:51:14 -04:00
382284a8ca rvv040 - decodeSaplingAddress Function added
SaplingAddress  data type added
2024-04-16 14:39:56 -04:00
5402fcc072
Update Sapling commitment tree reader 2024-04-15 19:58:26 -05:00
1b98120376
Add nullifier field to DecodedNote 2024-04-14 17:35:49 -05:00
15b2f98f1d rvv040 - Fix transparent address decoding -
Function was returning the "digest" instead the "transparentReceiver"
2024-04-14 08:37:19 -04:00
95f20adb56
Merge branch 'dev040' into rvv040 2024-04-14 07:01:51 -05:00
e781ed6bd0
Add test to for transparent decoding 2024-04-14 06:57:36 -05:00
deacf373e1 rvv040 - Add new function to decode a Transparent Address in HRF
The function  retunrs a TransparentAddress object.
2024-04-13 18:27:59 -04:00