-
Notifications
You must be signed in to change notification settings - Fork 286
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
Feature/ Lazy Vesting Schedule #183
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing significant, we may want to smooth out vesting rule changes for improved readability
@YunSuk-Yeo does this pass |
@dokwon go get github.com/rakyll/statik
go get github.com/golangci/golangci-lint/cmd/golangci-lint
go: finding github.com/golangci/golangci-lint/cmd/golangci-lint latest
go: finding github.com/golangci/golangci-lint/cmd latest
--> Running lint...
golangci-lint run
go vet -composites=false -tests=false ./...
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" | xargs gofmt -d -s
go mod verify
all modules verified |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
** Summary of changes **
Apply lazy vesting schedule to all account at 230000 height
(Estimated: Sun Jun 23 2019 00:50:00 GMT+0000 (UTC))
oracle param update
OracleRewardBand: 1% => 2%
market param update
DailyLunaDeltaCap: 0.5% => 0.1%
Solve #180, #181
** Report of required housekeeping **
======
** (FOR ADMIN) Before merging **