StackmateNetwork / stackmate-core

light-weight bitcoin wallet tools for mobile devices.
MIT License
9 stars 2 forks source link

Use SQLite with bdk for better wallet sync. #10

Closed i5hi closed 2 years ago

i5hi commented 2 years ago

Completed implementation.

Requires isolating sync calls into new FFI API sync_wallet

i5hi commented 2 years ago

All done. Waiting for 0.19.0 to fix wallet sync bug in sqlite.

Stackmate 0.9.0 will result in a new api with breaking changes.

Only sync_wallet will take node_address and socks5. All other wallet functions will only take a db_path.