-
Notifications
You must be signed in to change notification settings - Fork 287
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
[Release] columbus-3 #307
Merged
[Release] columbus-3 #307
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bugfix/repository language
* add chain id check to update endblocker only for columbus-2 * move chain-id check to update module * upgrade $terracli keys add to support old mnemonic support * add address selection when interactive mode is enabled * remove tmp keys folder * change log update * gitignore update * add old-hd-path option to give option for recover
…coin-type-support Change cosmos-sdk's mock ledger to accept custom coin type from config
* change PeekEpochSeigniorage to compute seigniorage by subtracting previous issuance from current issuance * add clog * test code update
* add chain id check to update endblocker only for columbus-2 * move chain-id check to update module * change treasury endblocker upate target to next epoch
Updated CHANGELOG
Update docs hints with tags
Correct minor typo in swagger
* set same go release version as tests * replace deprecated `archive`
…v0.37.0 Update to cosmos-v0.37.0
…ribution-point-adjustment Feature/distribute oracle reward right after tallying
…pdate gov proposal
* add features to sync swagger doc * ci test
* fix to apply reward spread by multiplication * remove print
* oracle MsgDelegateFeedConsent.Deleagtee to Delegate * increase oracle reward_band
* add market parameter TobinTaxList to specify a more strict tobin tax for the denom with high volatility * modify the param TobinTaxList to IlliquidTobinTaxList * typo
* genesis update script * modify min tax rate to 0.1% * param update for increased slahsing penalties * change address * param update * increase oracle slash_window to 1 month * increase reward band & update tax-cap * fix scriptg * update genesis update script * update max reward weight to 50% * genesis script final update * add illiquid_tobin_tax_list on market params
* check if unbonding delegations exist * genesis script change illiquid_tobin_tax_list from object to list * recover vesting schedule changes * decrease oracle slashing fraction to 0.01%
Codecov Report
@@ Coverage Diff @@
## master #307 +/- ##
==========================================
+ Coverage 65.32% 72.84% +7.51%
==========================================
Files 94 73 -21
Lines 5448 3086 -2362
==========================================
- Hits 3559 2248 -1311
+ Misses 1678 731 -947
+ Partials 211 107 -104 |
dokwon
approved these changes
Dec 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
Report of required housekeeping
(FOR ADMIN) Before merging