Skip to content

Commit 7801106

Browse files
committed
feat(fortuna): refactor explorer endpoint & history query methods
This commit implements a few fixes for the fortuna explorer endpoint, and in doing so I refactored the query methods. We are now using a query builder approach which enables the filters, limits, offsets, etc to all work correctly regardless of the query supplied. This commit also implements a new query param to filter on state.
1 parent 0418ec6 commit 7801106

14 files changed

+420
-1017
lines changed

apps/fortuna/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
*config.yaml
33
*secret*
44
*private-key*
5+
.envrc
6+
fortuna.db

apps/fortuna/.sqlx/query-392da9e5fdd212a4a665c86e5fc6d4f619355294490248e656ad0fc97a252471.json

Lines changed: 0 additions & 116 deletions
This file was deleted.

apps/fortuna/.sqlx/query-78be8c62d5eb764995221f927b0f166e38d6fba8eb8fddb07f50c572fd27b4e2.json

Lines changed: 0 additions & 116 deletions
This file was deleted.

apps/fortuna/.sqlx/query-8cd10cd5839b81bd9538aeb10fdfd27c6e36baf5d90a4fb9e61718f021812710.json

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)