Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f624ea0
rename nyxd-scraper to sqlite
jstuczyn Jul 3, 2025
7c91877
add the data observatory
mmsinclair Jul 21, 2025
3d9e19d
add the data observatory
mmsinclair Jul 21, 2025
93b4bbc
move message parsing and change webhook
mmsinclair Jul 23, 2025
208dc04
handle wasm messages in a module
mmsinclair Jul 25, 2025
db2b86e
formatting and clippy
mmsinclair Oct 31, 2025
67df377
copy shared migrations and add comments to ignore file to explain
mmsinclair Nov 4, 2025
9e0c7f6
update offline queries
mmsinclair Nov 11, 2025
d63cd73
change to clap args and use url::Url to parse args
mmsinclair Nov 11, 2025
bfaf52f
tidy up README, startup info, typos
mmsinclair Nov 11, 2025
440d7f1
tidy up validator rewarder
mmsinclair Nov 11, 2025
775f246
lock file
mmsinclair Nov 11, 2025
fd75a5e
change webhook module from msg to tx handler
mmsinclair Nov 11, 2025
51cb1c5
ignore profiler output
mmsinclair Nov 11, 2025
d44b888
add missing things and make clippy happy
mmsinclair Nov 11, 2025
e677c24
updated cosmrs version used by the nym wallet
jstuczyn Nov 12, 2025
44db5d6
add glob to workspace dependencies
mmsinclair Nov 12, 2025
fc45cf9
rename migration files
mmsinclair Nov 12, 2025
643529b
remove copying from shared migrations
mmsinclair Nov 12, 2025
a8f8194
duplicate shared migrations to keep things simple
mmsinclair Nov 12, 2025
d293296
add check for manual migration sync that will fail on `cargo build` i…
mmsinclair Nov 12, 2025
b69b56c
build.rs checks data observatory migrations have content of all share…
mmsinclair Nov 12, 2025
2b90e70
update runner
benedettadavico Nov 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push-data-observatory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build-container:
runs-on: arc-ubuntu-22.04-dind
runs-on: arc-linux-latest-dind
steps:
- name: Login to Harbor
uses: docker/login-action@v3
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ nym-api/redocly/formatted-openapi.json

**/settings.sql
**/enter_db.sh

*.profraw
Loading
Loading