confio / tgrade

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

Implement "validator_votes" query for valset contract #388

Closed alpe closed 2 years ago

alpe commented 2 years ago

As discussed on slack the votes on begin_block can be "stored" in memory for the current block only.

Steps:

alpe commented 2 years ago

As this touches the internal query API, all validators need to upgrade or it can be state breaking when called

daniellarita commented 2 years ago

@maurolacy will create contract related ticket for this and link it here. Thanks

maurolacy commented 2 years ago

The relevant issue in poe-contracts is https://github.com/confio/poe-contracts/issues/149.