d350c2e784
chore: update Rust crates
2024-12-18 09:10:55 -06:00
d629ea9a92
Merge branch 'master' into rav001
2024-12-17 10:33:07 -06:00
4289a9ded6
Support for Zebra 2.1.0 ( #102 )
...
This PR has the changes needed to support the new format of the response of `getblock` released on Zebra 2.1.0.
Reviewed-on: #102
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-12-14 12:51:06 +00:00
3a39931f58
Merge branch 'master' into rav001
2024-12-14 06:47:36 -06:00
0bab23375f
feat: support for new Zebra getblock
format
2024-12-14 06:22:19 -06:00
d45bd7dcf3
Milestone 3 ( #101 )
...
This PR contains all the enhancements needed for the completion of Milestone 3 of the Zenith Full Node wallet.
- Implementation of Rust Sapling parameters
- Implementation of native Haskell commitment trees
- Optimization of transaction creation
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/101
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-11-21 14:19:43 +00:00
db92676ca4
docs: update changelog
2024-11-15 12:46:35 -06:00
c205bc6cf5
remove debugging
2024-11-13 13:10:10 -06:00
952ceeda4b
upgrade rust deps
2024-11-13 12:57:08 -06:00
5ce29d096d
add debugging
2024-11-12 16:22:56 -06:00
0171b5ec5a
add debugging
2024-11-12 16:02:35 -06:00
a5898d04f8
add debugging
2024-11-12 15:40:58 -06:00
442d2adfad
update anchors for builder
2024-11-12 15:10:47 -06:00
107e1fa6e5
add debugging
2024-11-12 14:56:41 -06:00
42f3e3a7fd
docs: add debugging
2024-11-12 14:53:59 -06:00
58951db64a
docs: add debugging
2024-11-12 14:32:23 -06:00
1ce7dc24fe
feat: Implement transaction creation with new trees
2024-11-11 11:21:24 -06:00
20851a4e48
fix(rust): account for empty leaf in sapling path
2024-11-07 12:54:22 -06:00
8244ffa1ce
feat: add sapling merkle path test
2024-11-07 12:14:53 -06:00
1dcc549bd5
feat: add sapling tree anchor function
2024-11-06 15:48:50 -06:00
4c3a188c32
fix: sapling tree field names
2024-11-06 14:02:24 -06:00
a13eab17d7
feat: add sapling commitment trees
2024-11-06 13:17:58 -06:00
00782b80c0
feat: add sapling tree root test
2024-11-06 07:29:48 -06:00
93622f4456
feat: add Sapling node combinator
2024-11-05 15:37:46 -06:00
ef8dba474e
feat: add sapling node creation
2024-11-05 14:35:19 -06:00
b68ee96583
Merge branch 'milestone2' into rav001
2024-11-05 12:43:22 -06:00
62cda9cc15
docs: version bump
2024-11-05 12:42:03 -06:00
5ce149c54f
Functions to create and manage Orchard commitment trees ( #99 )
...
This PR contains the functions to create, update and validate Orchard commitment trees.
Reviewed-on: https://git.vergara.tech///Vergara_Tech/zcash-haskell/pulls/99
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-11-05 18:28:45 +00:00
9008010db7
feat: update position size
2024-11-04 18:38:55 -06:00
1ec6d2df5b
feat(rust): add marshalling for Hhex
2024-11-04 15:41:27 -06:00
b748cba310
feat: add Merkle path tests for orchard
2024-11-04 14:55:44 -06:00
70927645e7
feat: add MerklePath
2024-11-01 15:44:32 -05:00
1cdd1d75fa
add validation of orchard anchor
2024-11-01 08:07:29 -05:00
8f03811fca
feat: add orchard comm tree parts functionality
2024-10-31 13:36:28 -05:00
c94bce3c25
add validation of frontier and tree
2024-10-31 10:11:35 -05:00
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