Skip to content

Chore: Use enum for handling bid sorting#76

Open
0ex-d wants to merge 1 commit intogattaca-com:developfrom
0ex-d:fix/enum-for-sorting-db-api
Open

Chore: Use enum for handling bid sorting#76
0ex-d wants to merge 1 commit intogattaca-com:developfrom
0ex-d:fix/enum-for-sorting-db-api

Conversation

@0ex-d
Copy link
Contributor

@0ex-d 0ex-d commented Jan 11, 2025

Used BidsOrderBy enum Option<BidsOrderBy> in place of Option<i8>.
Please follow this issue regarding my suggestion.

Bonus:

While running tests, noticed #[ignore = "TODO: to fix"], could someone please clarify on this?

#[tokio::test]
#[ignore = "TODO: to fix"]
async fn test_get_delivered_payloads() -> Result<(), Box<dyn std::error::Error>> {

Closes #73

@0w3n-d 0w3n-d force-pushed the develop branch 2 times, most recently from 9c91283 to 50ccea9 Compare July 3, 2025 19:13
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.

Chore: Use enum for handling order_by in website and API

1 participant