wormhole/wormchain/x/tokenfactory/keeper
Steve 5255e933d6
Add tokenfactory module to wormchain (#3146)
* Add tokenfactory module to wormchain

* Remove SetMetadata, ForceTransfer, and BurnFrom capabilities. Fix
IsCapabilityEnabled() bug. Comment out test cases that use those
capabilities. Remove unnecessary var declaration.

* Move test_helpers.go to apptesting folder. Remove unnecessary
EncodingConfig struct/method/file. Move and rename mock.go to
mock_key.go and move to apptesting folder.

* Fix lint issues

* Add tokenfactory proto files

* Update the go package for wormchain, add tokenfactory to proto gen
dockerfile, and re-generate proto files

* Disable tokenfactory wasm custom querier so that wormchain custom
querier works

* Remove subdemon check since the bug has been fixed in our ibc-go version

* Disable unit test using tokenfactory custom querier
2023-07-26 14:06:17 -04:00
..
admins.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
admins_test.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
bankactions.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
createdenom.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
createdenom_test.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
creators.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
genesis.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
genesis_test.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
grpc_query.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
keeper.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
keeper_test.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
msg_server.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
msg_server_test.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00
params.go Add tokenfactory module to wormchain (#3146) 2023-07-26 14:06:17 -04:00