pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using the Cosmos SDK
MIT License
15 stars 8 forks source link

[Application] Enforce minimum stake when burning #848

Closed bryanchriswhite closed 3 weeks ago

bryanchriswhite commented 1 month ago

Summary

Updates ProcessTokenLogicModules() logic to unbond applications whose stake is below the minimum after processing all TLMs.

Dependencies

Dependents

Issue

Type of change

Select one or more from the following:

Testing

Sanity Checklist

github-actions[bot] commented 1 month ago

The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks.

You may need to run make trigger_ci to submit an empty commit that'll trigger the tests.

GCP workloads (requires changing the namespace to 848)) Grafana network dashboard for devnet-issue-848

bryanchriswhite commented 3 weeks ago

E2E tests passing locally but timing out in CI, waiting for devnet to come up.

image