-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt transaction data requests #1475
Labels
S-in-progress
Status: Work is currently in progress on this item.
Comments
LukasKorba
added
the
S-in-progress
Status: Work is currently in progress on this item.
label
Aug 15, 2024
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 15, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 15, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 15, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 16, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId [Electric-Coin-Company#1475] Adopt transaction data requests - Checkpoints added - Code cleanup
14 tasks
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 16, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId [Electric-Coin-Company#1475] Adopt transaction data requests - Checkpoints added - Code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - bugfixes in the ffi
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 16, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId [Electric-Coin-Company#1475] Adopt transaction data requests - Checkpoints added - Code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - bugfixes in the ffi [Electric-Coin-Company#1475] Adopt transaction data requests - FFI with fixes
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 17, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId [Electric-Coin-Company#1475] Adopt transaction data requests - Checkpoints added - Code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - bugfixes in the ffi [Electric-Coin-Company#1475] Adopt transaction data requests - FFI with fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Another FFI update with fixes, this time the final
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 17, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId [Electric-Coin-Company#1475] Adopt transaction data requests - Checkpoints added - Code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - bugfixes in the ffi [Electric-Coin-Company#1475] Adopt transaction data requests - FFI with fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Another FFI update with fixes, this time the final [Electric-Coin-Company#1475] Adopt transaction data requests - Fix for the not recognized state of the transaction for FetchTransaction(txId:)
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 18, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId [Electric-Coin-Company#1475] Adopt transaction data requests - Checkpoints added - Code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - bugfixes in the ffi [Electric-Coin-Company#1475] Adopt transaction data requests - FFI with fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Another FFI update with fixes, this time the final [Electric-Coin-Company#1475] Adopt transaction data requests - Fix for the not recognized state of the transaction for FetchTransaction(txId:) [Electric-Coin-Company#1475] Adopt transaction data requests - Code cleaned up and polished
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 18, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId [Electric-Coin-Company#1475] Adopt transaction data requests - Checkpoints added - Code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - bugfixes in the ffi [Electric-Coin-Company#1475] Adopt transaction data requests - FFI with fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Another FFI update with fixes, this time the final [Electric-Coin-Company#1475] Adopt transaction data requests - Fix for the not recognized state of the transaction for FetchTransaction(txId:) [Electric-Coin-Company#1475] Adopt transaction data requests - Code cleaned up and polished [Electric-Coin-Company#1475] Adopt transaction data requests - Changelog updated
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 18, 2024
- RustBackend extended for the new 2 rust methods 'transactionDataRequests' and 'setTransactionStatus' - lightwalletservice extended to add a new method 'getTaddressTxids' - Enhance action has been refactored to handle transactionDataRequests [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Error codes for specific rust and service errors defined - Fix for the txId [Electric-Coin-Company#1475] Adopt transaction data requests - Checkpoints added - Code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - bugfixes in the ffi [Electric-Coin-Company#1475] Adopt transaction data requests - FFI with fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Another FFI update with fixes, this time the final [Electric-Coin-Company#1475] Adopt transaction data requests - Fix for the not recognized state of the transaction for FetchTransaction(txId:) [Electric-Coin-Company#1475] Adopt transaction data requests - Code cleaned up and polished [Electric-Coin-Company#1475] Adopt transaction data requests - Changelog updated [Electric-Coin-Company#1475] Adopt transaction data requests - DemoApp settings reverted
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 19, 2024
- Refactor of the logic based on the review, the determination of the calls can't be based on block height but actual response from grpc
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 19, 2024
- Refactor of the logic based on the review, the determination of the calls can't be based on block height but actual response from grpc [Electric-Coin-Company#1475] Adopt transaction data requests - fixes
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 19, 2024
- Refactor of the logic based on the review, the determination of the calls can't be based on block height but actual response from grpc [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Changes made on pairing call
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 19, 2024
- Refactor of the logic based on the review, the determination of the calls can't be based on block height but actual response from grpc [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Changes made on pairing call [Electric-Coin-Company#1475] Adopt transaction data requests - fixes
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 19, 2024
- Refactor of the logic based on the review, the determination of the calls can't be based on block height but actual response from grpc [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Changes made on pairing call [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - code cleanup
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 19, 2024
- Refactor of the logic based on the review, the determination of the calls can't be based on block height but actual response from grpc [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Changes made on pairing call [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - FFI bumped to the latest version with fixes
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 19, 2024
- Refactor of the logic based on the review, the determination of the calls can't be based on block height but actual response from grpc [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Changes made on pairing call [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - FFI bumped to the latest version with fixes [Electric-Coin-Company#1475] Adopt transaction data requests - comments removed
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 19, 2024
- Refactor of the logic based on the review, the determination of the calls can't be based on block height but actual response from grpc [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - Changes made on pairing call [Electric-Coin-Company#1475] Adopt transaction data requests - fixes [Electric-Coin-Company#1475] Adopt transaction data requests - code cleanup [Electric-Coin-Company#1475] Adopt transaction data requests - FFI bumped to the latest version with fixes [Electric-Coin-Company#1475] Adopt transaction data requests - comments removed [Electric-Coin-Company#1475] Adopt transaction data requests - endHeight for spendsFromAddress reduced by 1
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 20, 2024
- SpendsFromAddress endHeight is an optional UInt32
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 20, 2024
- SpendsFromAddress endHeight is an optional UInt32 [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring the getSubtreeRoots error for now so I can test tex send
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 20, 2024
- SpendsFromAddress endHeight is an optional UInt32 [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring the getSubtreeRoots error for now so I can test tex send [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring error of getSubtreeRoots
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 20, 2024
- SpendsFromAddress endHeight is an optional UInt32 [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring the getSubtreeRoots error for now so I can test tex send [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring error of getSubtreeRoots [Electric-Coin-Company#1475] Adopt transaction data requests - reverting the DemoAppConfig
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 20, 2024
- SpendsFromAddress endHeight is an optional UInt32 [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring the getSubtreeRoots error for now so I can test tex send [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring error of getSubtreeRoots [Electric-Coin-Company#1475] Adopt transaction data requests - reverting the DemoAppConfig [Electric-Coin-Company#1475] Adopt transaction data requests - FFI dependency set to 0.9.0
LukasKorba
added a commit
to LukasKorba/ZcashLightClientKit
that referenced
this issue
Aug 20, 2024
- SpendsFromAddress endHeight is an optional UInt32 [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring the getSubtreeRoots error for now so I can test tex send [Electric-Coin-Company#1475] Adopt transaction data requests - ignoring error of getSubtreeRoots [Electric-Coin-Company#1475] Adopt transaction data requests - reverting the DemoAppConfig [Electric-Coin-Company#1475] Adopt transaction data requests - FFI dependency set to 0.9.0 [Electric-Coin-Company#1475] Adopt transaction data requests - Handling of unknown (code 2) errors as a workaround
LukasKorba
added a commit
that referenced
this issue
Aug 20, 2024
…requests [#1475] Adopt transaction data requests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: