-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use
ChainInfo
in authority
to allow support chains dyna…
…mically (#2380) * add combine list function * remove unused functions and add combine default list method * use test package for chain_test * use additional info parameter for methods * rename additional chains * add GetChainList to authority interface * iteration 1 * crosschain refactoring * fungible refacotring * lightclient refactoring * observer refactoring * add additional chain list in context * zetaclient modification * fix build error * format * changelog * fix lint * test fixes 2 * observer test fix * zetaclient tests * fix test 2 * add more tests * rename getChainList * add issues * fix tests * Update pkg/chains/chains.go Co-authored-by: Dmitry S <[email protected]> * Update pkg/chains/chains.go Co-authored-by: Dmitry S <[email protected]> * add TODO * Update x/authority/keeper/chain_info.go Co-authored-by: Dmitry S <[email protected]> * Update cmd/zetaclientd/debug.go Co-authored-by: Charlie Chen <[email protected]> * remove pointers in chains * complete chain remove pointer * fix tests * dmitry comments * update comment * fix merge error * comments * use nil --------- Co-authored-by: Dmitry S <[email protected]> Co-authored-by: Charlie Chen <[email protected]>
- Loading branch information
1 parent
ba6bc6f
commit 8982129
Showing
139 changed files
with
1,806 additions
and
1,467 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.