Skip to content
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

New binary currency type for SQL #964

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

ChrisSchinnerl
Copy link
Member

This adds a new bCurrency type which will eventually replace currency and the 2 field currency we use right now.
It's nicer because it requires only a single column and can still be used for comparisons or sorting if we ever need that.

The reason it was added now is because we are migrating the wallet db pretty soon anyway so we can make use of this type instead of keeping the old one.

@ChrisSchinnerl ChrisSchinnerl self-assigned this Feb 14, 2024
@ChrisSchinnerl ChrisSchinnerl merged commit e19ff56 into dev Feb 16, 2024
8 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the chris/binary-currency branch February 16, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants