Add list orders by address endpoint #492
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/para!492
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "orders-endpoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LGTM
One nit
@ -81,6 +81,14 @@ impl TestRouter {.await}pub(crate) async fn list_orders(&self, address: Option<&str>) -> reqwest::Result<Vec<u32>> {Would it be cleaner do something like this with reqwest's query handler instead of manipulating strings directly?