ExocoreNetwork / exocore

5 stars 9 forks source link

feat(app): replace staking with dogfood #42

Closed MaxMustermann2 closed 2 months ago

MaxMustermann2 commented 2 months ago

The dogfood module is designed to act as a drop-in replacement for the staking module. This PR enables that usage, and at the same time, helps rationalize parts of app/app.go by providing comments about each module and their orders (begin / end / genesis) within the overall system.

TODO: update the following things to remove reliance on staking module.

TODO: testing of cross-chain communication.

cloud8little commented 2 months ago

Test the commit af278996c03d221374cd01208456fe39714ccfd2 with bootstrap test, passed.

image