3c2e8fc994
Fix TxIn
parsing
2024-04-05 12:47:17 -05:00
f375467fee
Merge pull request 'Implement identification of transparent output' ( #52 ) from rav001 into dev040
...
Reviewed-on: #52
2024-04-03 21:21:08 +00:00
09411adfff
Implement test to validate transparent outputs
2024-04-03 16:16:42 -05:00
2d39576dc8
Merge branch 'dev040' into rav001
2024-04-02 14:06:07 -05:00
938ccb4b97
Add test to identify transparent outputs ( #50 )
...
Reviewed-on: #50
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-04-02 19:03:50 +00:00
8b1965b46f
Merge branch 'dev040' into rav001
2024-04-02 14:03:11 -05:00
2f18c15c86
Add test to identify transparent outputs
2024-04-02 13:42:45 -05:00
204275a9b6
Merge pull request 'Implements FFI for transactions from Zebra' ( #49 ) from rav001 into dev040
...
Reviewed-on: #49
2024-04-02 17:09:42 +00:00
98fb89b7b0
Merge branch 'dev040' into rav001
2024-04-02 11:36:14 -05:00
6ad879c155
Implements FFI for transaction deserialization
2024-04-02 11:23:05 -05:00
474aadb5cd
Merge pull request 'Update Zebra block deserialization for block time' ( #48 ) from rvv040 into dev040
...
Reviewed-on: #48
2024-04-01 13:09:47 +00:00
93a04c09d3
Merge branch 'dev040' into rvv040
2024-03-31 06:43:17 -05:00
58b74a4c9a
Update getBlockTime
to use HexString
2024-03-29 15:51:48 -05:00
dbae2150da
Advance bundle FFI
2024-03-29 13:54:21 -05:00
7cada685ce
getBlockTime function added
2024-03-28 15:06:02 -04:00
4b064af4de
Merge pull request 'Implements parsing of transparent bundles' ( #47 ) from rav001 into dev040
...
Reviewed-on: #47
2024-03-27 18:25:47 +00:00
52950885c1
Implements parsing of transparent bundles
2024-03-27 13:22:34 -05:00
899b79f155
Merge pull request 'Correct the parsing of OutPoint' ( #46 ) from rav001 into dev040
...
Reviewed-on: #46
2024-03-27 14:05:17 +00:00
0fb02b2514
Correct parsing of OutPoint
2024-03-27 09:00:00 -05:00
1674f9b592
Merge branch 'dev040' into rav001
2024-03-26 15:40:11 -05:00
bb9d336dc3
Implements low-level transparent components ( #45 )
...
This PR includes components for the deserialization of low-level part of transparent components.
Reviewed-on: #45
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-03-26 20:39:31 +00:00
f593fefd7f
Add types for low-level transparent components
2024-03-26 15:37:04 -05:00
ee27860299
Merge branch 'dev040' into rav001
2024-03-26 09:56:38 -05:00
4e86a2f5a4
Zebra Raw Tx deserialization ( #44 )
...
Implements features to deserialize the hex representation of of a Zebra Transaction
Reviewed-on: #44
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-03-26 14:56:10 +00:00
921d34383a
Merge remote-tracking branch 'forge/rav001' into rav001
2024-03-26 09:53:17 -05:00
b0df0480c5
Implement Transaction hex deserialization
2024-03-26 09:50:49 -05:00
03d53aa303
Merge branch 'dev040' into rav001
2024-03-22 13:04:35 -05:00
f099544162
Account for missing response fields in Zebra response ( #43 )
...
This PR adds code to account for the missing `time` field in the Zebra response for blocks and raw transactions.
Reviewed-on: #43
Co-authored-by: pitmutt <rene@vergara.network>
Co-committed-by: pitmutt <rene@vergara.network>
2024-03-22 18:04:04 +00:00
07fa36ed7d
Merge branch 'dev040' into rav001
2024-03-22 18:03:45 +00:00
5b6ce3f29b
Account for missing block time field
2024-03-21 19:27:09 -05:00
aa10e09595
Implement Sapling spends ( #42 )
...
This PR add support for Sapling spends in the communication with Zebra.
Reviewed-on: #42
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-03-21 20:15:49 +00:00
d659368cff
Merge branch 'dev040' into rav001
2024-03-21 15:14:13 -05:00
9c8a851ead
Implement Sapling spends
2024-03-21 15:12:22 -05:00
d7752e9866
Improve response handling for Zebra RPC ( #41 )
...
This PR includes changes to handle differences between the `zebrad` and `zcashd` RPC.
Reviewed-on: #41
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-03-21 18:26:13 +00:00
69bce58345
Improve exception handling of Zebra calls
2024-03-21 12:52:45 -05:00
adc7150b81
Merge branch 'dev040' into rav001
2024-03-20 14:34:11 -05:00
3af235377b
Adapt response handling to Zebra ( #40 )
...
This PR allows for the Zebra behavior of not having a `result` field in the RPC response on error conditions.
Reviewed-on: #40
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-03-20 19:33:36 +00:00
517b736c9a
Allow for missing result
in RPC response
2024-03-20 14:16:12 -05:00
d1eaf1de4d
Merge branch 'dev040' into rav001
2024-03-20 11:29:31 -05:00
1af152dc31
Upgrade Zebra call ( #39 )
...
Reviewed-on: #39
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-03-20 16:15:30 +00:00
e7050f03c0
Upgrade Zebra call
2024-03-20 11:13:02 -05:00
f228eff367
Merge pull request 'Improve dependency on Haskoin for downstream' ( #38 ) from rav001 into dev040
...
Reviewed-on: #38
2024-03-15 17:30:15 +00:00
5a6f31573c
Merge branch 'dev040' into rav001
2024-03-15 17:29:59 +00:00
bc1ee2430a
Improve dependency on Haskoin for downstream
2024-03-15 12:26:28 -05:00
6e86f2caf0
Merge pull request 'Complete Unified Address generation' ( #37 ) from rav001 into dev040
...
Reviewed-on: #37
2024-03-15 16:31:50 +00:00
d1b0436af2
Add documentation for new functions
2024-03-15 10:26:06 -05:00
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
0a98246855
Transparent fix 2
2024-03-14 17:47:09 -04:00
2c58d1260a
Transparent address fix
2024-03-14 17:44:18 -04:00