-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
rm docs/go_basics.md, moved to /coding repo #199
Conversation
zramsay
commented
Aug 1, 2017
- closes docs: remove go_basics, move elsewhere #191
@zramsay I will merge this, but two minor issues:
I'll rebase this now and add docs in the repo soon.
|
* Add proto for Clawback Vesting Account * Change field to int * Change field to int64 * add place holder for clawback * add handler and basic msgs methods * add clawback vesting account logic * improvements * fix: Dev/clawback test debug (#198) * add tests * add clawback before starttime test * clean imports * Printlns for the clawback testing * Fix tests and logic * Fix the gas exhaustion vuln * Remove printlns * Delete extraneous account set * chore: add table driven test cases to clawback (#199) * add table driven tests * Modify test cases * More detail in error message * Update x/auth/vesting/types/vesting_account_test.go * Update x/auth/vesting/types/vesting_account_test.go Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Dev Ojha <dojha@berkeley.edu> Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> * fix: cherry pick agoric's cosmos sdk#207 (#203) * cherry pick compute endtime fix * Merge branch 'osmosis-main' into mattverse/clawback Co-authored-by: mattverse <mattpark1028@gmail.com> Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com> * feat: add clawback cli and tests (#207) * add clawback cli and tests * Update x/auth/vesting/client/cli/tx.go Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * Update x/auth/vesting/client/cli/tx.go Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * Update x/auth/vesting/client/cli/tx.go Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * minor fix * Minor fix * Update x/auth/vesting/client/cli/cli_test.go Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> * Change from code review from Alex and Dev Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* fix(staking): support periods changes * fix(staking): support periods changes * fix(staking): support periods changes * fix(staking): support periods changes * fix(staking): support periods changes * fix(staking): support multiplier changes * fix(staking): add debug logs * fix(staking): add unit test * fix(staking): double check staking potential rounding issue * fix(distribution): truncate rewards stake to prevent over rewards * fix(distribution): consistent rewards token check * fix(distribution): prevent zero rewards token