Skip to content

Sqlite backend #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jan 20, 2025
Merged

Sqlite backend #57

merged 31 commits into from
Jan 20, 2025

Conversation

buffrr
Copy link
Member

@buffrr buffrr commented Jan 20, 2025

This a large PR as it changes the wallet persistence and touches many parts of the codebase. Changes include:

  1. Switch to the sqlite backend for better stability
  2. Store additional metadata about a transaction such as which tx is a bid, open, transfer ... etc
  3. Watch the mempool for bid replacements to free up locked funds without having to wait for confirmation
  4. listspaces now shows which spaces have been outbid
  5. Use a batched version of bdk to handle issues with conflicting bid transactions
  6. Update bdk to the most recent stable version
  7. Graceful RPC retries
  8. Create extra bidouts to save on tx fees
  9. Add wallet sync checks to make sure spaces and wallet tips are up to date
  10. Several other bug fixes and stability imporvements.

Fixes #53
Fixes #54
Fixes #45

buffrr added 30 commits January 13, 2025 10:09

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@buffrr buffrr merged commit 6973522 into spacesprotocol:main Jan 20, 2025
1 check passed
@Ximik Ximik mentioned this pull request Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant