- rust backend `getAccount` method implemented, it returns Account with associated data
- `listAccount()` has been modified to return an array of Accounts instead of AccountUUIDs
- Comments in the code updated and cleaned up
- OfflineTests passes again, those failing has been removed from the bundle and marked to be fixed with a TODO
Fixes of build
- The SDK builds again
- 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
- API refactored to Combine's CurrentValueSubject
refresh-rate
- FiatCurrencyResult is now Equatable
refresh-rates
- cleanup
refresh-rates
- The API has been refactored to follow the same principles as for state and events.
- Review comments addressed
refresh-rates
- The API has been extended to send a result of the operation, success or failure
refresh-rates
- bugfix of the try vs try?
refresh-rates
- reverted the error state
Update CHANGELOG.md
- changelog updated
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).
- addressed comments from the PR, logs enhanced to feature height and demo app logs issues first before any other code is executed
[#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions (#1454)
- txId log
[#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions (#1454)
- logs tweaked