liftedinit / manifest-ledger

CosmosSDK-based blockchain ledger for the Manifest Network
Apache License 2.0
0 stars 2 forks source link

Remove unused modules from client app #31

Closed fmorency closed 3 months ago

fmorency commented 3 months ago

The current chain exposes unused modules such as nft.

Unregister unused modules from the client to keep the list to a minimum and reduce the attack surface of the chain.

Reecepbcups commented 3 months ago

@fmorency NFT is connected? This adds support for ICS-721 which is an IBC specification which can be found HERE

If this support is not desired I am fine to remove it, but the module is used in the client app manifestd q nft

chalabi2 commented 3 months ago

@fmorency

https://github.com/liftedinit/manifest-ledger/releases/tag/v0.0.1-alpha.3