forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* WIP. Try rusqlite crate. * WIP. Try rusqlite crate. * WIP. Fix clippy. * WIP. Added SQLite DB init and migration. TODO: insert swaps data into DB. * WIP. Indexed existing swaps to SQLite on DB migration. * WIP. Insert new started swaps data to SQLite. * WIP. Added SQL selection of uuids depending on MyRecentSwapsReq. * WIP. Refactor recent swaps uuids select to named params. * Added from_uuid support for SQLite. Refactoring. Feature finished. * Remove +nightly from cargo commands. * Fixes after review. * Set page_number to 1 in my_recent_swaps response when page_number and from_uuid are not set in request.
- Loading branch information
1 parent
3cc42ed
commit 9d9cd70
Showing
20 changed files
with
543 additions
and
3,097 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.