ardocrat 129ad2f5fb Save last scanned block info for wallet scanning (#748)
* scan: save last scanned block info for initial wallet scanning

* scan: save start height at scanned block info on outputs collecting

* scan: 10k blocks batches

* fix: include last height into batch on scan

* scan: save hash of last block

* scan: add larger window (2880 blocks) to scan outputs when updating wallet state

* add test batched scan and resume, add scan doc

* rename corrupted restore test

---------

Co-authored-by: Joerg <wiesche89@googlemail.com>
2026-06-02 20:09:50 +02:00
2025-09-18 14:56:43 +02:00
2025-09-18 14:56:43 +02:00
2026-05-14 12:58:22 +02:00
2026-05-14 12:58:22 +02:00
2025-09-18 14:56:43 +02:00
2026-05-14 12:58:22 +02:00
2025-09-18 14:56:43 +02:00
2026-05-14 12:58:22 +02:00
2026-05-14 12:58:22 +02:00
2025-09-18 14:56:43 +02:00
2026-05-14 12:58:22 +02:00
2026-05-14 12:58:22 +02:00
2025-09-18 14:56:43 +02:00
2025-09-18 14:56:43 +02:00

Continuous Integration Coverage Status Chat Support Release Version License

Grin Wallet

This is the reference implementation of Grin's wallet. It consists of 2 major pieces:

  • The Grin Wallet APIs, which are intended for use by Grin community wallet developers. The wallet APIs can be directly linked into other projects or invoked via a JSON-RPC interface.

  • A reference command-line wallet, which provides a baseline wallet for Grin and demonstrates how the wallet APIs should be called.

Usage

To use the command-line wallet, we recommend using the latest release from the Releases page. There are distributions for Linux, MacOS and Windows.

Full documentation outlining how to use the command line wallet can be found on Grin's Wiki

License

Apache License v2.0

S
Description
No description provided
Readme 4 MiB
Languages
Rust 99.9%
Shell 0.1%