Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
1855ff5d
Unverified
Commit
1855ff5d
authored
2 years ago
by
Dev Ojha
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Apply suggestions from code review
Co-authored-by:
Joe Abbey
<
joe.abbey@gmail.com
>
parent
f29e727b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/upgrades/v8/forks.go
+1
-1
app/upgrades/v8/forks.go
app/upgrades/v8/incentive_props.go
+6
-6
app/upgrades/v8/incentive_props.go
with
7 additions
and
7 deletions
+7
-7
app/upgrades/v8/forks.go
+
1
-
1
View file @
1855ff5d
...
...
@@ -16,6 +16,6 @@ func RunForkLogic(ctx sdk.Context, superfluid *superfluidkeeper.Keeper, poolince
ApplyProp222Change
(
ctx
,
poolincentives
)
ApplyProp223Change
(
ctx
,
poolincentives
)
ApplyProp224Change
(
ctx
,
poolincentives
)
ctx
.
Logger
()
.
Info
(
"Registering state change for whitelisted pools for unpooling "
)
ctx
.
Logger
()
.
Info
(
"Registering state change for whitelisted pools for unpooling
per proposal 226
"
)
RegisterWhitelistedDirectUnbondPools
(
ctx
,
superfluid
,
gamm
)
}
This diff is collapsed.
Click to expand it.
app/upgrades/v8/incentive_props.go
+
6
-
6
View file @
1855ff5d
...
...
@@ -109,12 +109,12 @@ func ApplyProp224Change(ctx sdk.Context, poolincentiveskeeper *poolincentiveskee
// weight: "752464"
// _PLEASE_ double check these numbers, and double the check the proposals choice itself
records
:=
[]
poolincentivestypes
.
DistrRecord
{
{
GaugeId
:
17
18
,
Weight
:
sdk
.
NewInt
(
1881159
)},
{
GaugeId
:
17
19
,
Weight
:
sdk
.
NewInt
(
1128695
)},
{
GaugeId
:
172
0
,
Weight
:
sdk
.
NewInt
(
752463
)},
{
GaugeId
:
29
65
,
Weight
:
sdk
.
NewInt
(
1881160
)},
{
GaugeId
:
29
66
,
Weight
:
sdk
.
NewInt
(
1128696
)},
{
GaugeId
:
29
67
,
Weight
:
sdk
.
NewInt
(
752464
)},
{
GaugeId
:
17
24
,
Weight
:
sdk
.
NewInt
(
1881159
)},
{
GaugeId
:
17
25
,
Weight
:
sdk
.
NewInt
(
1128695
)},
{
GaugeId
:
172
6
,
Weight
:
sdk
.
NewInt
(
752463
)},
{
GaugeId
:
29
49
,
Weight
:
sdk
.
NewInt
(
1881160
)},
{
GaugeId
:
29
50
,
Weight
:
sdk
.
NewInt
(
1128696
)},
{
GaugeId
:
29
51
,
Weight
:
sdk
.
NewInt
(
752464
)},
}
ctx
.
Logger
()
.
Info
(
"Applying proposal 224 update"
)
...
...
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
Menu
Explore
Projects
Groups
Snippets