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

Convert coordinator/tributary/nonce_decider to use create_db macro #423

Merged
merged 3 commits into from
Nov 12, 2023

Conversation

davidjohnbell
Copy link
Contributor

Description

This is a continuation of pr #408. NonceDecider was split into NextNonceDb and ItemNonceDb, some helper methods to convert to/from the expected type were removed as they're covered by the macro.

@kayabaNerve kayabaNerve force-pushed the create-db-nonce-decider branch from e1a8828 to e005e07 Compare November 12, 2023 13:34
@kayabaNerve
Copy link
Member

Rebased and restored "NonceDecider" so we don't have a "Db" (presumed internal to some area) floating around with higher-level logic (really just a stylistic preference of mine). Will merge once CI passes :) Thanks for working on this. Definitely much cleaner now :D

I forgot to run git commit --amend on the prior commit :/
@kayabaNerve kayabaNerve merged commit c328e5e into serai-dex:develop Nov 12, 2023
9 checks passed
@davidjohnbell davidjohnbell deleted the create-db-nonce-decider branch November 12, 2023 18:06
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