allinbits / cosmos-cash

Cosmos Cash
https://docs.cosmos-cash.app.beta.starport.cloud/
Apache License 2.0
36 stars 12 forks source link

feat(creds): remove ante handler in favour of passing did keeper to v… #231

Closed PaddyMc closed 3 years ago

PaddyMc commented 3 years ago

…c keeper

Description

Removed the ante handler in favor of dependency injecting the did keeper into the vc module

This was done as the ante handler patter is being replaced in the cosmos sdk

Issue

meta-issue #215

How to test