-
Notifications
You must be signed in to change notification settings - Fork 126
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
Rebuild bifrost #2381
Merged
Merged
Rebuild bifrost #2381
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
* refactor mint module * move mintDenom field of Minter to params * apply comment from github * remove unless bankKeeper * repair test error * add unit test * apply comment from github * rename constant * apply comment from github * apply comment from github * apply comment from github * add mint_test.go * repair test error * add unit test * replace testing with suite * modify comment * replace cosmos/cosmos-sdk/x/mint with irisnet/irishub/modules/mint in cli_test.go
* refactor guardian module * apply comment from github * Revert: refactor guardian module (6c463ef) * delete useless file * use simapp * optimize the code * apply comment from github * replace testing with suite * add test * add cli test
* refactor guardian module * apply comment from github * Revert: refactor guardian module (6c463ef) * delete useless file * use simapp * optimize the code * apply comment from github * replace testing with suite * add test * add cli test * repair error when merge from v1.0.0-refactor
* refactor asset * add coin type * configure asset module * clean up * fix fee collector * clean up and add cli test * move underneath internal * add params query * fix test * add more check * fix typo * new event manager * clean up * fix simulation * resolve comments
* refactor htlc * fix test * add client for htlc * fix import and add comments * fix cli and BeginBlocker * fix module account and remove redundant code * fix module account & refactor test * remove empty exported * add yaml for rest request * remove redundant code * refactor event * fix query example * fix event in BeginBlocker * clean * fix events * fix orderof beginblockers and endblockers * update cli and fix event * fix test * fix msgs_test * clean * refactor hashlock type and secret type * clean * clean * add ValidateGenesis * clean * remove htlc endblocker
* refactor coinswap module * refactor event & instead rational of decimal * refactor test * refactor denom * fix typo * fix test * update deadline & events * calculate with total supply instead of balance
* refactor htlc * fix test * add client for htlc * fix import and add comments * fix cli and BeginBlocker * fix module account and remove redundant code * fix module account & refactor test * remove empty exported * add yaml for rest request * remove redundant code * refactor event * fix query example * fix event in BeginBlocker * clean * fix events * fix orderof beginblockers and endblockers * update cli and fix event * fix test * fix msgs_test * clean * refactor hashlock type and secret type * clean * clean * add ValidateGenesis * clean * delete the HTLC after refunded
* refactor rand module * add cli * add cli * add rest * fix * fix * fix rand module * fix client * add module log * add height handling for rest * remove test_common * add simulation * modify sim operations * add sim genesis * add sim params and decoder * add rand module to app * add to sim app * normalize rand * optimize * add yaml support * normalize * reorganize cli * refactor tests * optimize import * add yaml for msgs * store random using string and fix test * update dependence * do not limit args
* refactor service module * fix * add events * optimize genesis handling * refactor querier * fix keeper * refactor params * refactor keeper * refactor handler * optimize keeper * add module accounts * add module log * add burn interface for supply * fix abci * refactor PreForZeroHeightGenesis * modify method parsing and metrics * fix msgs * refactor params validation * add simulation * refactor cli * refactor rest * add service to app * refactor keeper test * add service to app and simapp * fix keeper test * refactor cli test * normalize cli tx and query * optimize querier * adjust cli test * reorganize cli * add yaml tags and optimize imports * fix * fix * fix and optimize * add exported types for guardian * add some tests to TODO * add TODO to cli test * fix cli test * fix bug and make unit tests pass * all proto utils * fix unit tests * remove metrics and fix cli test
…cs' into vincent-v1.0
SegueII
approved these changes
Jul 23, 2020
zhangyelong
approved these changes
Jul 23, 2020
This was referenced Apr 19, 2024
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.
No description provided.