Skip to content
Open
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
url = [email protected]:circlefin/noble-cctp.git
[submodule "slinky"]
path = dydxjs/packages/dydxjs/proto/slinky-src
url = [email protected]:skip-mev/slinky.git
url = [email protected]:dydxprotocol/slinky.git
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package slinky.abci.v1;

option go_package = "github.com/skip-mev/connect/v2/abci/ve/types";
option go_package = "github.com/dydxprotocol/slinky/abci/ve/types";

// OracleVoteExtension defines the vote extension structure for oracle prices.
message OracleVoteExtension {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "tendermint/abci/types.proto";
import "google/protobuf/any.proto";
import "slinky/types/v1/currency_pair.proto";

option go_package = "github.com/skip-mev/connect/v2/x/alerts/types";
option go_package = "github.com/dydxprotocol/slinky/x/alerts/types";

// Alert defines the basic meta-data necessary for the alerts module to resolve
// a claim that the price of a CurrencyPair on-chain is deviating from the price
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "gogoproto/gogo.proto";
import "slinky/alerts/v1/alerts.proto";
import "google/protobuf/any.proto";

option go_package = "github.com/skip-mev/connect/v2/x/alerts/types";
option go_package = "github.com/dydxprotocol/slinky/x/alerts/types";

// AlertParams is the set of parameters for the x/Alerts module's Alerting. It
// defines whether or not Alerts can be submitted, and if so, the minimum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "slinky/alerts/v1/alerts.proto";
import "slinky/alerts/v1/genesis.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/skip-mev/connect/v2/x/alerts/types";
option go_package = "github.com/dydxprotocol/slinky/x/alerts/types";

// Query is the query service for the x/alerts module.
service Query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";
import "tendermint/abci/types.proto";

option go_package = "github.com/skip-mev/connect/v2/x/alerts/types/strategies";
option go_package = "github.com/dydxprotocol/slinky/x/alerts/types/strategies";

// ValidatorAlertIncentive defines the incentive strategy to be executed for a
// validator that has been confirmed to have at fault for an x/alerts alert.
Expand Down
2 changes: 1 addition & 1 deletion dydxjs/packages/dydxjs/proto/slinky/alerts/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "gogoproto/gogo.proto";
import "google/protobuf/any.proto";
import "slinky/alerts/v1/genesis.proto";

option go_package = "github.com/skip-mev/connect/v2/x/alerts/types";
option go_package = "github.com/dydxprotocol/slinky/x/alerts/types";

// Msg is the message service for the x/alerts module.
service Msg {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package slinky.incentives.v1;
import "amino/amino.proto";
import "cosmos_proto/cosmos.proto";

option go_package = "github.com/skip-mev/connect/v2/x/incentives/types/examples/badprice";
option go_package = "github.com/dydxprotocol/slinky/x/incentives/types/examples/badprice";

// BadPriceIncentive is a message that contains the information about a bad
// price that was submitted by a validator.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package slinky.incentives.v1;
import "amino/amino.proto";
import "cosmos_proto/cosmos.proto";

option go_package = "github.com/skip-mev/connect/v2/x/incentives/types/examples/goodprice";
option go_package = "github.com/dydxprotocol/slinky/x/incentives/types/examples/goodprice";

// GoodPriceIncentive is a message that contains the information about a good
// price that was submitted by a validator.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package slinky.incentives.v1;

option go_package = "github.com/skip-mev/connect/v2/x/incentives/types";
option go_package = "github.com/dydxprotocol/slinky/x/incentives/types";

import "gogoproto/gogo.proto";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "slinky/incentives/v1/genesis.proto";

option go_package = "github.com/skip-mev/connect/v2/x/incentives/types";
option go_package = "github.com/dydxprotocol/slinky/x/incentives/types";

// Query is the query service for the x/incentives module.
service Query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto";
import "slinky/marketmap/v1/market.proto";
import "slinky/marketmap/v1/params.proto";

option go_package = "github.com/skip-mev/connect/v2/x/marketmap/types";
option go_package = "github.com/dydxprotocol/slinky/x/marketmap/types";

// GenesisState defines the x/marketmap module's genesis state.
message GenesisState {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package slinky.marketmap.v1;

option go_package = "github.com/skip-mev/connect/v2/x/marketmap/types";
option go_package = "github.com/dydxprotocol/slinky/x/marketmap/types";

import "gogoproto/gogo.proto";
import "slinky/types/v1/currency_pair.proto";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package slinky.marketmap.v1;

option go_package = "github.com/skip-mev/connect/v2/x/marketmap/types";
option go_package = "github.com/dydxprotocol/slinky/x/marketmap/types";

// Params defines the parameters for the x/marketmap module.
message Params {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "slinky/types/v1/currency_pair.proto";
import "slinky/marketmap/v1/market.proto";
import "slinky/marketmap/v1/params.proto";

option go_package = "github.com/skip-mev/connect/v2/x/marketmap/types";
option go_package = "github.com/dydxprotocol/slinky/x/marketmap/types";

// Query is the query service for the x/marketmap module.
service Query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "amino/amino.proto";
import "slinky/marketmap/v1/market.proto";
import "slinky/marketmap/v1/params.proto";

option go_package = "github.com/skip-mev/connect/v2/x/marketmap/types";
option go_package = "github.com/dydxprotocol/slinky/x/marketmap/types";

// Msg is the message service for the x/marketmap module.
service Msg {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package slinky.oracle.v1;

option go_package = "github.com/skip-mev/connect/v2/x/oracle/types";
option go_package = "github.com/dydxprotocol/slinky/x/oracle/types";

import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "google/api/annotations.proto";
import "slinky/oracle/v1/genesis.proto";
import "slinky/types/v1/currency_pair.proto";

option go_package = "github.com/skip-mev/connect/v2/x/oracle/types";
option go_package = "github.com/dydxprotocol/slinky/x/oracle/types";

// Query is the query service for the x/oracle module.
service Query {
Expand Down
2 changes: 1 addition & 1 deletion dydxjs/packages/dydxjs/proto/slinky/oracle/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "amino/amino.proto";
import "gogoproto/gogo.proto";
import "slinky/types/v1/currency_pair.proto";

option go_package = "github.com/skip-mev/connect/v2/x/oracle/types";
option go_package = "github.com/dydxprotocol/slinky/x/oracle/types";

// Msg is the message service for the x/oracle module.
service Msg {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "google/protobuf/timestamp.proto";
import "cosmos_proto/cosmos.proto";
import "slinky/marketmap/v1/market.proto";

option go_package = "github.com/skip-mev/connect/v2/service/servers/oracle/types";
option go_package = "github.com/dydxprotocol/slinky/service/servers/oracle/types";

// Oracle defines the gRPC oracle service.
service Oracle {
Expand Down
2 changes: 1 addition & 1 deletion dydxjs/packages/dydxjs/proto/slinky/sla/v1/genesis.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package slinky.sla.v1;

option go_package = "github.com/skip-mev/connect/v2/x/sla/types";
option go_package = "github.com/dydxprotocol/slinky/x/sla/types";

import "gogoproto/gogo.proto";
import "cosmos_proto/cosmos.proto";
Expand Down
2 changes: 1 addition & 1 deletion dydxjs/packages/dydxjs/proto/slinky/sla/v1/query.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
syntax = "proto3";
package slinky.sla.v1;

option go_package = "github.com/skip-mev/connect/v2/x/sla/types";
option go_package = "github.com/dydxprotocol/slinky/x/sla/types";

import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
Expand Down
2 changes: 1 addition & 1 deletion dydxjs/packages/dydxjs/proto/slinky/sla/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto";
import "cosmos/msg/v1/msg.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/skip-mev/connect/v2/x/sla/types";
option go_package = "github.com/dydxprotocol/slinky/x/sla/types";

// Msg is the message service for the x/sla module.
service Msg {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package slinky.types.v1;

import "gogoproto/gogo.proto";

option go_package = "github.com/skip-mev/connect/v2/pkg/types";
option go_package = "github.com/dydxprotocol/slinky/pkg/types";

// CurrencyPair is the standard representation of a pair of assets, where one
// (Base) is priced in terms of the other (Quote)
Expand Down