Skip to content

Commit

Permalink
feat: switch to sqlite instead of json for state persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Dec 8, 2023
1 parent 16e6892 commit 0609431
Show file tree
Hide file tree
Showing 57 changed files with 4,073 additions and 2,603 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
env:
REGISTRY: ghcr.io
BASE_NAME: graphops/subgraph-radio
SQLX_OFFLINE: true

jobs:
build-linux:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gen-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [published]

env:
SQLX_OFFLINE: true

jobs:
build-linux:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: CI

on:
push:
branches: [main, dev]
pull_request_review:
types: [submitted]

name: CI
env:
SQLX_OFFLINE: true

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ boot_node_addr.conf
data
*.swp
.vscode
*.json
.DS_Store
configs
*.sqlite*

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0609431

Please sign in to comment.