Closed Jesserc closed 1 month ago
The pull request involves the complete removal of the staking module from the testapp/testapp.go
file and the associated configurations in the integrations/testdata/genesis.json
file. This includes the deletion of all import statements, variable declarations, and settings related to the staking functionality, resulting in a significant reduction in the application's complexity.
Files | Change Summary |
---|---|
testapp/testapp.go | Removed all references to the staking module, including imports, variable declarations, and configurations. |
integrations/testdata/genesis.json | Eliminated sections related to "mint" and "staking" functionalities, including all associated parameters. |
Objective | Addressed | Explanation |
---|---|---|
Remove x/staking from testapp (#221) | ✅ |
🐰 In the garden where bunnies play,
The staking module hopped away.
With imports gone and keepers too,
A lighter app, fresh as the dew!
No more staking, just joy in the sun,
Hooray for changes, let’s have some fun! 🌼
@natebeauregard
@Jesserc Could you also remove the
staking
field from the testapp's genesis.json? Also it looks like I never removed themint
field from that json as well, would you mind just removing that as well?
@natebeauregard Done
Closes #221
Summary by CodeRabbit
New Features
Bug Fixes
Chores