Skip to content

Commit

Permalink
feat: slinky integration (#51)
Browse files Browse the repository at this point in the history
* Initial commit of oracle integration

* use compatibility keeper

* make compatibility keeper instead wrapper

* use LastValidatorPowers

* cleanup service && config

* add config examples

* put coingeco and coinbase config into app.toml

* cleanup default config

* simplify slinky integration by only allowing out process (#49)

* simplify slinky integration by only allowing out process

* fix unwrap bool

* add missing autocli (#50)

* add swagger & call oracle service to oracle client

* implement ibc app to fetch price from provider

* update goprivate

---------

Co-authored-by: Eric <[email protected]>
  • Loading branch information
beer-1 and Eric-Warehime authored Jan 15, 2024
1 parent 4e94335 commit fd7bee4
Show file tree
Hide file tree
Showing 74 changed files with 14,936 additions and 3,899 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
golangci:
env:
# for private repo access
GOPRIVATE: github.com/initia-labs/*
GOPRIVATE: github.com/initia-labs,github.com/skip-mev/slinky
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_READ_TOKEN }}
name: golangci-lint
runs-on: ubuntu-latest
Expand All @@ -51,7 +51,7 @@ jobs:
tidy:
env:
# for private repo access
GOPRIVATE: github.com/initia-labs/*
GOPRIVATE: github.com/initia-labs,github.com/skip-mev/slinky
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_READ_TOKEN }}
runs-on: ubuntu-latest
name: tidy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Run test and upload codecov
env:
# for private repo access
GOPRIVATE: github.com/initia-labs/*
GOPRIVATE: github.com/initia-labs,github.com/skip-mev/slinky
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_READ_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit fd7bee4

Please sign in to comment.