|
d5c50d58c5
|
Merge branch 'rvv040' into rav001
|
2024-03-15 10:11:27 -05:00 |
|
|
c7c4d664dc
|
Remove duplicate import
|
2024-03-15 08:15:08 -05:00 |
|
|
2c58d1260a
|
Transparent address fix
|
2024-03-14 17:44:18 -04:00 |
|
|
4cc4c37960
|
Improve type safety for Orchard
|
2024-03-14 12:35:13 -05:00 |
|
|
23472ee1c4
|
Improve type safety for Seed and Phrase
|
2024-03-14 11:13:10 -05:00 |
|
|
5815c5c326
|
Merge with dev040
|
2024-03-13 15:37:23 -04:00 |
|
|
6e1048cd4d
|
Adjust Transparent generators to use indices
|
2024-03-13 14:12:28 -05:00 |
|
|
c5feb10fbc
|
Update Sapling spending key with coin type
|
2024-03-13 12:50:39 -05:00 |
|
|
4f20160c36
|
Enable Unified Address generation tests
|
2024-03-12 16:03:35 -05:00 |
|
|
1d59e8f5eb
|
After merging with dev040
|
2024-03-12 15:57:43 -04:00 |
|
|
5db66dcf39
|
Adjust indexing of Sapling payment addresses
|
2024-03-12 12:22:05 -05:00 |
|
|
ddaabcc5cd
|
Add test to check that Sapling receivers are unique
|
2024-03-11 15:48:27 -05:00 |
|
|
db92dd7de7
|
Implement Sapling child key derivation
|
2024-03-11 15:23:29 -05:00 |
|
|
46efe9cd21
|
Commit first version of genSaplingInternalAddress function
|
2024-03-10 22:19:51 -04:00 |
|
|
4443ffeec5
|
Add signature for internal Sapling address
|
2024-03-10 10:20:10 -05:00 |
|
|
7538bbfa19
|
Revision of Sapling receiver logic
|
2024-03-10 07:47:26 -05:00 |
|
|
a549c8be9a
|
Merge branch 'dev040' into rvv040
|
2024-03-08 15:32:36 -05:00 |
|
|
54b1567011
|
Default Paymebt address and DiversifierIndex created
x
|
2024-03-08 14:46:41 -05:00 |
|
|
6c2dfa02fa
|
Implement QuickCheck tests for Orchard components
|
2024-03-08 12:44:10 -06:00 |
|
|
0e6f7503d4
|
Sapling Extended Spemding Key generation from HDSedd (64 byte array)
|
2024-03-05 22:10:05 -05:00 |
|
|
dbccb23b45
|
Merge branch 'dev040' into rvv040
-- Include orchard Spending Key and new types for working with
-- zcash network and keys
|
2024-03-05 17:16:27 -05:00 |
|
|
7b65d322e6
|
Commit 003 - before merging with dev040 - with orchard spending key
|
2024-03-05 17:01:17 -05:00 |
|
|
3822e9f2ff
|
Add tests for Orchard spending key
|
2024-03-05 15:09:35 -06:00 |
|
|
0b1d9e0920
|
Implement UA encoding per ZIP-316
|
2024-03-04 11:59:07 -06:00 |
|
|
97b338bddc
|
Commit for revision...
|
2024-03-03 16:19:06 -05:00 |
|
|
c0e8fa85ce
|
Implement custom build with cabal
|
2024-02-21 10:51:03 -06:00 |
|
|
5c4786f1d5
|
Add tests for Seed and Phrase generation
|
2024-02-20 07:35:05 -06:00 |
|
|
c001fb5343
|
Implement HexString
|
2024-02-06 13:10:06 -06:00 |
|
|
ca8010145b
|
Add functions to generate seed phrases and seeds
|
2024-01-16 16:15:05 -06:00 |
|
|
dce171d830
|
Encode transparent addresses
|
2024-01-12 09:46:26 -06:00 |
|
|
abd605e6eb
|
Licensing update
|
2023-12-20 14:03:42 -06:00 |
|
|
1d558fc646
|
Implement check of Unified Address and UVK
|
2023-10-04 11:12:30 -05:00 |
|
|
a6a69ae4cc
|
Integrate Bech32 decoding into Sapling key validation
|
2023-09-28 14:23:42 -05:00 |
|
|
489d3d632f
|
Add extraction of shielded outputs
|
2023-09-27 10:37:53 -05:00 |
|
|
e00faeda51
|
Add tests for Sapling decoding
|
2023-08-23 15:24:42 -05:00 |
|
|
1d8e3729a8
|
Implement Sapling tx decoding
|
2023-08-22 15:05:40 -05:00 |
|
|
4d2540dce1
|
Update dependency graph
|
2023-08-21 15:58:12 -05:00 |
|
|
deb3ef33da
|
Add tests for JSON parsers
|
2023-08-21 09:57:45 -05:00 |
|
|
76d42c46d4
|
Prepare release
|
2023-06-14 19:09:43 -05:00 |
|
|
0dd9680158
|
Add tests for matching Sapling address and VK
|
2023-06-14 10:55:20 -05:00 |
|
|
80478c9b6f
|
Add Sapling VK validation
|
2023-06-14 09:55:52 -05:00 |
|
|
b35b89fbb4
|
Implement Orchard Tx decoding and tests
|
2023-05-04 15:26:49 -05:00 |
|
|
7f181ccac3
|
Add Rust orchard tx decoding function
|
2023-05-04 09:23:05 -05:00 |
|
|
ccd4ede950
|
Add functions and tests for Bech32 and F4UnJumble
|
2023-04-27 09:50:07 -05:00 |
|
|
6b1ad46c9a
|
Initial commit
|
2023-04-13 18:35:15 -05:00 |
|