志宇
志宇
> Concept ACK since it looks like the only changes to the `bdk_wallet` beta API is renaming `start_sync_with_revealed_spks()` to `build_sync_with_revealed_spks()` and `start_full_scan()` to `build_full_scan()`. Though in general I'd like to...
@ValuedMammal it should also be possible to calculate fee for all wallet transactions after doing sync
@jaoleal thanks for reaching out! Sure, I'll also provide a few pointers here and there (at some point). Sorry, been quite busy with the other work.
Some recommended test scenarios: * Update chain that adds data to a placeholder checkpoint in the original chain. * Update chain which has a PoA with the original chain at...
@LagginTimes please review the modifications I made to `push` and `insert` here: https://github.com/evanlinjin/bdk/commit/1939dd2e89958c4384a6360535bbe82a8a90c5fd This implementation builds upon and improves the original PR's approach to optional checkpoint data in several key...
## Handling missing blocks/block-times For calculating MTP-based maturity when some block timestamps are missing, implement a **worst-case MTP** approach: ### Strategy 1. **Calculate worst-case MTP**: Fill missing block timestamps with...
Great idea. ConceptACK
@Serious-Sam-Dev thank you for asking your little question. Note that checkpoints may be sparse. `.prev` may not get the previous adjacent block. It'll get the previous checkpoint. You can iterate...
@ShivamS-D you're welcome to review #2031
@oleonardolima What do you mean a "third party"? What do you mean by "invalid data"? Also, how do we know what is expected?