Skip to content

Commit

Permalink
Merge branch 'master' into ryan/849-data-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Mar 10, 2022
2 parents f5aa4f2 + baa7859 commit 90822d3
Show file tree
Hide file tree
Showing 93 changed files with 3,487 additions and 24,983 deletions.
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/basket/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package regen.ecocredit.basket.v1;

import "regen/ecocredit/basket/v1/types.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket";

// EventCreate is an event emitted when a basket is created.
message EventCreate {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/basket/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "google/api/annotations.proto";
import "regen/ecocredit/basket/v1/state.proto";
import "cosmos/base/query/v1beta1/pagination.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket";

// Msg is the regen.ecocredit.basket.v1beta1 Query service.
service Query {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/basket/v1/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "cosmos/orm/v1alpha1/orm.proto";
import "google/protobuf/timestamp.proto";
import "regen/ecocredit/basket/v1/types.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket";

// Basket represents a basket in state.
message Basket {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/basket/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package regen.ecocredit.basket.v1;

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket";

import "gogoproto/gogo.proto";
import "regen/ecocredit/basket/v1/types.proto";
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/basket/v1/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package regen.ecocredit.basket.v1;

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/basket";

import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/marketplace/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto";
import "cosmos/base/v1beta1/coin.proto";
import "google/protobuf/timestamp.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace";

// EventSell is an event emitted when a sell order is created.
message EventSell {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/marketplace/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "google/api/annotations.proto";
import "regen/ecocredit/marketplace/v1/state.proto";
import "cosmos/base/query/v1beta1/pagination.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace";

// Msg is the regen.ecocredit.marketplace.v1 Query service.
service Query {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/marketplace/v1/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "google/protobuf/timestamp.proto";
import "cosmos/orm/v1alpha1/orm.proto";
import "regen/ecocredit/marketplace/v1/types.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace";

// SellOrder represents the information for a sell order.
message SellOrder {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/marketplace/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "cosmos/base/v1beta1/coin.proto";
import "google/protobuf/timestamp.proto";
import "regen/ecocredit/marketplace/v1/types.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace";

// Msg is the regen.ecocredit.marketplace.v1 Msg service.
service Msg {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/marketplace/v1/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package regen.ecocredit.marketplace.v1;

import "google/protobuf/timestamp.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace";

// Filter is used to create filtered buy orders which match credit batch
// sell orders based on selection criteria rather than matching individual
Expand Down
2 changes: 2 additions & 0 deletions proto/regen/ecocredit/orderbook/v1alpha1/memory.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ package regen.ecocredit.orderbook.v1alpha1;
import "google/protobuf/timestamp.proto";
import "cosmos/orm/v1alpha1/orm.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/orderbook";

// BuyOrderSellOrderMatch defines the data the FIFO/price-time-priority matching
// algorithm used to actually match buy and sell orders.
message BuyOrderSellOrderMatch {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package regen.ecocredit.v1;

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/core";

// EventCreateClass is an event emitted when a credit class is created.
message EventCreateClass {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "regen/ecocredit/v1/state.proto";
import "regen/ecocredit/v1/types.proto";
import "cosmos/base/query/v1beta1/pagination.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/core";

// Msg is the regen.ecocredit.v1 Query service.
service Query {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/v1/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package regen.ecocredit.v1;
import "cosmos/orm/v1alpha1/orm.proto";
import "google/protobuf/timestamp.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/core";

// CreditType defines the measurement unit/precision of a certain credit type
// (e.g. carbon, biodiversity...)
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package regen.ecocredit.v1;
import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/core";

// Msg is the regen.ecocredit.v1 Msg service.
service Msg {
Expand Down
2 changes: 1 addition & 1 deletion proto/regen/ecocredit/v1/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto";
import "cosmos/base/v1beta1/coin.proto";
import "regen/ecocredit/v1/state.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1";
option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/core";

// Params defines the updatable global parameters of the ecocredit module for
// use with the x/params module.
Expand Down
2 changes: 0 additions & 2 deletions proto/regen/ecocredit/v1alpha1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package regen.ecocredit.v1alpha1;

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1alpha1";

// EventCreateClass is an event emitted when a credit class is created.
message EventCreateClass {

Expand Down
2 changes: 0 additions & 2 deletions proto/regen/ecocredit/v1alpha1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ package regen.ecocredit.v1alpha1;
import "regen/ecocredit/v1alpha1/types.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1alpha1";

// GenesisState defines ecocredit module's genesis state.
message GenesisState {
// Params contains the updateable global parameters for use with the x/params
Expand Down
2 changes: 0 additions & 2 deletions proto/regen/ecocredit/v1alpha1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import "google/api/annotations.proto";
import "regen/ecocredit/v1alpha1/types.proto";
import "cosmos/base/query/v1beta1/pagination.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1alpha1";

// Msg is the regen.ecocredit.v1alpha1 Query service.
service Query {
// Classes queries for all credit classes with pagination.
Expand Down
2 changes: 0 additions & 2 deletions proto/regen/ecocredit/v1alpha1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ package regen.ecocredit.v1alpha1;
import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1alpha1";

// Msg is the regen.ecocredit.v1alpha1 Msg service.
service Msg {

Expand Down
2 changes: 0 additions & 2 deletions proto/regen/ecocredit/v1alpha1/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import "cosmos/base/v1beta1/coin.proto";
import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";

option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/v1alpha1";

// ClassInfo represents the high-level on-chain information for a credit class.
message ClassInfo {

Expand Down
Loading

0 comments on commit 90822d3

Please sign in to comment.