Includes:
- Changes to improve scan/recovery progress reporting.
- Tor client re-bootstrapping.
- A single retry per exchange source for exchange rate data.
- Tor client dormant mode settings.
- rust backend `getAccount` method implemented, it returns Account with associated data
- `listAccount()` has been modified to return an array of Accounts instead of AccountUUIDs
- SDK builds again, UUIDs refactored everywhere in the SDK and demo app
- tests will follow in the next phase
- refactor of documented code in the follow up
- SpendsFromAddress endHeight is an optional UInt32
[#1475] Adopt transaction data requests
- ignoring the getSubtreeRoots error for now so I can test tex send
[#1475] Adopt transaction data requests
- ignoring error of getSubtreeRoots
[#1475] Adopt transaction data requests
- reverting the DemoAppConfig
[#1475] Adopt transaction data requests
- FFI dependency set to 0.9.0
[#1475] Adopt transaction data requests
- Handling of unknown (code 2) errors as a workaround
- 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
[#1475] Adopt transaction data requests
- fixes
[#1475] Adopt transaction data requests
- Changes made on pairing call
[#1475] Adopt transaction data requests
- fixes
[#1475] Adopt transaction data requests
- code cleanup
[#1475] Adopt transaction data requests
- FFI bumped to the latest version with fixes
[#1475] Adopt transaction data requests
- comments removed
[#1475] Adopt transaction data requests
- endHeight for spendsFromAddress reduced by 1
- 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
[#1475] Adopt transaction data requests
- fixes
[#1475] Adopt transaction data requests
- Error codes for specific rust and service errors defined
- Fix for the txId
[#1475] Adopt transaction data requests
- Checkpoints added
- Code cleanup
[#1475] Adopt transaction data requests
- bugfixes in the ffi
[#1475] Adopt transaction data requests
- FFI with fixes
[#1475] Adopt transaction data requests
- Another FFI update with fixes, this time the final
[#1475] Adopt transaction data requests
- Fix for the not recognized state of the transaction for FetchTransaction(txId:)
[#1475] Adopt transaction data requests
- Code cleaned up and polished
[#1475] Adopt transaction data requests
- Changelog updated
[#1475] Adopt transaction data requests
- DemoApp settings reverted
Includes:
- Initialization changes to enable log filter customization. We now
connect the Rust log level to the Swift log level, and always run
other Rust initialization steps.
- ZIP 320 support (TEX addresses).