Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove modules #711

Merged
merged 6 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
22 changes: 2 additions & 20 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ aftermarketupdated
Agf
agg
aggregatormocks
alertclient
alertmodulev
alertskeeper
alertsmodulev
alertsv
alerttypes
alertv
aljo
alr
amannn
Expand Down Expand Up @@ -368,11 +361,6 @@ ics
IDbz
Idxs
ifeq
incentiveskeeper
incentivesmodulev
incentivestypes
incentivesv
incentivetypes
incentivize
INCHUSDT
Indexmapkey
Expand Down Expand Up @@ -603,17 +591,11 @@ simd
simtestutil
sirmoggintonwebsocket
skipprotocol
SLACB
slaid
slakeeper
slamocks
slamodulev
slas
SLAs
SLf
slashingkeeper
slashingmodulev
slashingtypes
slatypes
SLf
slinkyabci
slinkyabcimocks
slinkyabcitypes
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ The connect repository is composed of the following core packages:
* **oracle** - This [package](./oracle/) contains the main oracle that aggregates external data sources before broadcasting it to the network. You can reference the provider documentation [here](./providers/base/README.md) to get a high level overview of how the oracle works.
* **providers** - This package contains a collection of [websocket](./providers/websockets/README.md) and [API](./providers/apis/README.md) based data providers that are used by the oracle to collect external data.
* **x/oracle** - This package contains a Cosmos SDK module that allows you to store oracle data on a blockchain.
* **x/alerts** - <UNDER DEVELOPMENT> This package contains a Cosmos SDK module that allows network participants to create alerts when oracle data that is in violation of some condition is broadcast to the network and stored on the blockchain.
* **x/sla** - <UNDER DEVELOPMENT> This package contains a Cosmos SDK module that allows you to create service level agreements (SLAs) that can be used to incentivize network participants to consistently, reliably provide data with high uptime.
* **x/marketmap** - This [package](./x/marketmap/README.md) contains a Cosmos SDK module that allows for market configuration to be stored and updated on a blockchain.

## Validator Usage
Expand Down
35 changes: 0 additions & 35 deletions abci/preblock/sla/interfaces.go

This file was deleted.

50 changes: 0 additions & 50 deletions abci/preblock/sla/mocks/mock_oracle_keeper.go

This file was deleted.

48 changes: 0 additions & 48 deletions abci/preblock/sla/mocks/mock_sla_keeper.go

This file was deleted.

60 changes: 0 additions & 60 deletions abci/preblock/sla/mocks/mock_staking_keeper.go

This file was deleted.

Loading
Loading