zcash-android-wallet-sdk/sdk-lib/src/main/rust
Francisco Gindre e5c7e4b6c8
[#1018] add limit parameter to validateCombinedChain
* rust: cargo update

* rust: Migrate to `zcash_client_sqlite 0.7`

* rust: cargo fmt

* Adopt zcash_client_sqlite 0.7 database changes

* [#1018] add limit parameter to validateCombinedChain

* Adopt limit parameter in Android layer

* Switch limit argument to Long

- Switched from Int to Long type
- Done for both validate and scan blocks functions
- Changed the default parameter for nullable one in the public interface to let callers be explicit about the argument
- Changed in the Rust layer as well

---------

Co-authored-by: Carter Jernigan <git@carterjernigan.com>
Co-authored-by: Jack Grigg <jack@z.cash>
Co-authored-by: Honza <rychnovsky.honza@gmail.com>
2023-05-10 11:49:42 +02:00
..
utils rust: Cache span names as `CString`s 2022-12-15 16:22:36 -05:00
lib.rs [#1018] add limit parameter to validateCombinedChain 2023-05-10 11:49:42 +02:00
local_rpc_types.rs [#255] Refactor Gradle Modules 2021-08-31 14:53:25 -04:00
utils.rs Create Android trace events (if available) from tracing spans 2022-11-29 19:20:24 +00:00