Pacu
Pacu
````Rust pub fn scan_cached_blocks( params: &ParamsT, block_source: &BlockSourceT, data_db: &mut DbT, limit: Option, ) -> Result ```` ## Problem: scanning a full block can take many seconds on mobile (some...
# Feature Request Define a Domain Specific Language that allows wallets to log non-linear wallet syncing for development purposes ## Requirements: **Clients / wallets / backends can:** - read/write a...
When running `./gradlew kotest` as specified in the plugin's README.md the command fails. ``` zcash-kotlin-payment-uri % ./gradlew kotest FAILURE: Build failed with an exception. * What went wrong: Task 'kotest'...
Mac OS X Catalina 10.15.2 ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin19] **Steps** 1. install imagemagick and Ghostscript with HomeBrew. 2. run `sudo gem install ios_icon_generator` 3. run any icongen command
**What is the bug?** we found that out testnet server was down. **Additional context** LWD logs ```` {"app":"lightwalletd","level":"info","msg":"Waiting for block: 2057199","time":"2022-09-29T07:30:54Z"} lightwalletd_1 | 2022-09-29T07:31:25.170377206Z {"app":"lightwalletd","error":"invalid http POST response (nil), method:...
**What is the bug?** I was trying to run zecwallet-cli against darksidewalletd and it didn't work as expected because dlwd started pulling tx's out of the mainnet mempool instead of...
adds a transaction proposal API for URI strings Closes #397 Add `proposeFulfillingPaymentUri` to changelog > **Note** >This code review checklist is intended to serve as a starting point for the...
…oints instead of bundled ones This is a draft PR intended to show the implementation I'd like to propose. It does not compile for many reasons, like visibility of checkpoint...
## Is your feature request related to a problem? Please describe. This is something that would enable supporting Regtest checkpoints without the need of bundling them inside the SDK. See...
sibling issue of https://github.com/zcash/ZcashLightClientKit/issues/1233 ## Is your feature request related to a problem? Please describe. Let's add `regtest` support to the SDKs, so that we can create more flexible scenarios...