anilhelvaci / dapp-pool-lending-protocol

The core of the Agoric economy
9 stars 1 forks source link

Adding A New Pool Via Governance Voting #42

Closed anilhelvaci closed 1 year ago

anilhelvaci commented 1 year ago

Think

test-lendingPoolElectorate

quorumTreshold

Chris-Hibbert commented 1 year ago

using a Promise to convey the quorumThreshold violates the legibility requirements. Anyone who can see the questionDetails would be able to see the Promise, but they wouldn't be able to tell what it will resolve to. I thought #41 had a proposal to update the quorumThreshold dynamically in a way that would lead to legibility.

The rest of your sketch seems like the right direction.

anilhelvaci commented 1 year ago

I thought https://github.com/anilhelvaci/dapp-pool-lending-protocol/issues/41 had a proposal to update the quorumThreshold dynamically in a way that would lead to legibility.

I think you're talking about updateTotalSupply.

using a Promise to convey the quorumThreshold violates the legibility requirements. Anyone who can see the questionDetails would be able to see the Promise, but they wouldn't be able to tell what it will resolve to.

I see where you're coming from, this makes sense. Using a promiseKit to update the quorumThreshold was just a brain storm I did back when I first encountered this problem. The current design uses updateTotalSupply.