Skip to content

Commit 58a7283

Browse files
authored
feat(fortuna): Explorer apis (#2649)
A set of APIs to expose recent history of processed events in fortuna
1 parent 24149db commit 58a7283

34 files changed

+2297
-269
lines changed

.github/workflows/ci-fortuna.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
profile: minimal
2525
toolchain: 1.82.0
2626
override: true
27+
components: rustfmt, clippy
2728
- name: Format check
2829
run: cargo fmt --all -- --check
2930
if: success() || failure()

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ repos:
7676
entry: cargo +1.82.0 fmt --manifest-path ./apps/fortuna/Cargo.toml --all
7777
pass_filenames: false
7878
files: apps/fortuna
79+
- id: cargo-sqlx-fortuna
80+
name: Cargo sqlx prepare check for Fortuna
81+
language: "script"
82+
entry: ./apps/fortuna/check-sqlx.sh
83+
pass_filenames: false
84+
files: apps/fortuna
7985
- id: cargo-clippy-fortuna
8086
name: Cargo clippy for Fortuna
8187
language: "rust"

apps/fortuna/.sqlx/query-16635b3d9c6f9b743614e0e08bfa2b26d7ec6346f0323d9f16b98c32fd9a91f6.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/fortuna/.sqlx/query-795b81369e5b039cfa38df06bd6c8da8610d84f19a294fb8d3a8370a47a3f241.json

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/fortuna/.sqlx/query-7d4365a9cb7c9ec16fd4ca60e1d558419954a0326b29180fa9943605813f04e6.json

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)