Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
20790723
Commit
20790723
authored
3 years ago
by
Sunny Aggarwal
Browse files
Options
Download
Email Patches
Plain Diff
ran make proto-all
parent
4a3e3c58
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
proto/osmosis/incentives/query.proto
+2
-1
proto/osmosis/incentives/query.proto
x/gamm/types/pool.pb.go
+2
-2
x/gamm/types/pool.pb.go
x/incentives/types/gauge.pb.go
+2
-2
x/incentives/types/gauge.pb.go
x/incentives/types/genesis.pb.go
+1
-1
x/incentives/types/genesis.pb.go
x/incentives/types/query.pb.go
+1
-1
x/incentives/types/query.pb.go
x/pool-incentives/types/gov.pb.go
+2
-3
x/pool-incentives/types/gov.pb.go
with
10 additions
and
10 deletions
+10
-10
proto/osmosis/incentives/query.proto
+
2
-
1
View file @
20790723
...
...
@@ -51,7 +51,8 @@ service Query {
option
(
google.api.http
)
.
get
=
"/osmosis/incentives/v1beta1/rewards_est/{owner}"
;
}
rpc
LockableDurations
(
QueryLockableDurationsRequest
)
returns
(
QueryLockableDurationsResponse
)
{
rpc
LockableDurations
(
QueryLockableDurationsRequest
)
returns
(
QueryLockableDurationsResponse
)
{
option
(
google.api.http
)
.
get
=
"/osmosis/incentives/v1beta1/lockable_durations"
;
}
...
...
This diff is collapsed.
Click to expand it.
x/gamm/types/pool.pb.go
+
2
-
2
View file @
20790723
...
...
@@ -11,9 +11,9 @@ import (
_
"github.com/gogo/protobuf/gogoproto"
proto
"github.com/gogo/protobuf/proto"
github_com_gogo_protobuf_types
"github.com/gogo/protobuf/types"
_
"github.com/golang/protobuf/ptypes/duration"
_
"github.com/golang/protobuf/ptypes/timestamp"
_
"github.com/regen-network/cosmos-proto"
_
"google.golang.org/protobuf/types/known/durationpb"
_
"google.golang.org/protobuf/types/known/timestamppb"
io
"io"
math
"math"
math_bits
"math/bits"
...
...
This diff is collapsed.
Click to expand it.
x/incentives/types/gauge.pb.go
+
2
-
2
View file @
20790723
...
...
@@ -10,9 +10,9 @@ import (
_
"github.com/gogo/protobuf/gogoproto"
proto
"github.com/gogo/protobuf/proto"
github_com_gogo_protobuf_types
"github.com/gogo/protobuf/types"
_
"github.com/golang/protobuf/ptypes/duration"
_
"github.com/golang/protobuf/ptypes/timestamp"
types
"github.com/osmosis-labs/osmosis/x/lockup/types"
_
"google.golang.org/protobuf/types/known/durationpb"
_
"google.golang.org/protobuf/types/known/timestamppb"
io
"io"
math
"math"
math_bits
"math/bits"
...
...
This diff is collapsed.
Click to expand it.
x/incentives/types/genesis.pb.go
+
1
-
1
View file @
20790723
...
...
@@ -8,7 +8,7 @@ import (
_
"github.com/gogo/protobuf/gogoproto"
proto
"github.com/gogo/protobuf/proto"
github_com_gogo_protobuf_types
"github.com/gogo/protobuf/types"
_
"g
ithub.com/
golang/protobuf/
p
types/duration"
_
"g
oogle.
golang
.org
/protobuf/types/
known/
duration
pb
"
io
"io"
math
"math"
math_bits
"math/bits"
...
...
This diff is collapsed.
Click to expand it.
x/incentives/types/query.pb.go
+
1
-
1
View file @
20790723
...
...
@@ -13,12 +13,12 @@ import (
grpc1
"github.com/gogo/protobuf/grpc"
proto
"github.com/gogo/protobuf/proto"
github_com_gogo_protobuf_types
"github.com/gogo/protobuf/types"
_
"github.com/golang/protobuf/ptypes/duration"
_
"github.com/osmosis-labs/osmosis/x/lockup/types"
_
"google.golang.org/genproto/googleapis/api/annotations"
grpc
"google.golang.org/grpc"
codes
"google.golang.org/grpc/codes"
status
"google.golang.org/grpc/status"
_
"google.golang.org/protobuf/types/known/durationpb"
io
"io"
math
"math"
math_bits
"math/bits"
...
...
This diff is collapsed.
Click to expand it.
x/pool-incentives/types/gov.pb.go
+
2
-
3
View file @
20790723
...
...
@@ -26,11 +26,10 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
// ReplacePoolIncentivesProposal is a gov Content type for updating the pool
// incentives. If a ReplacePoolIncentivesProposal passes, the proposal’s records
// override the existing DistrRecords set in the module. Each record has a
// specified gauge id and weight, and the incetives are distributed to each
// specified gauge id and weight, and the ince
n
tives are distributed to each
// gauge according to weight/total_weight. The incentives are put in the fee
// pool and it is allocated to gauges and community pool by the DistrRecords
// configuration. Note. when gaugeId=0, the amount is distributed to community
// pool.
// configuration. Note that gaugeId=0 represents the community pool.
type
ReplacePoolIncentivesProposal
struct
{
Title
string
`protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Description
string
`protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment