confio / tgrade

The Tgrade Blockchain Binary, based on the Cosmos SDK and wasmd
Apache License 2.0
31 stars 10 forks source link

Add support for new valset fields #353

Closed maurolacy closed 2 years ago

maurolacy commented 2 years ago

After v0.9.0 of contracts, valset has two new fields in the instantiation message:

Add these fields to valset init during bootstrap (after #351).

Sensible values could be VerifyValidators = true, that is, enable validators verification, and OfflineJailDuration = 86400 (one day jailing period for being offline).

daniellarita commented 2 years ago

Is this task critical for mainnet MVP and what is the estimation?

maurolacy commented 2 years ago

This is required, yes. Small / medium task, I think parts of it already being done in other MRs.