Advanced
Greg Skriloff@greg
2/5/2023

How do DAOs know the exact start/end time of on-chain proposals when it goes by block number vs timestamp? Is it just an estimate like (# of blocks * 12s block time) or am I missing something?

In reply to @greg
Greg Skriloff@greg
2/5/2023

Looks like an estimate based on 12s block time is the answer. Thanks @dot for the source https://sourcegraph.com/github.com/lilnounsDAO/lilnouns-monorepo/-/blob/packages/nouns-webapp/src/components/Proposals/index.tsx?L42-48

In reply to @greg
mhaas.eth@markus
2/5/2023

I think under PoS the block times are constant, no?

In reply to @greg
Tayyab@tayyab
2/5/2023

How do governments decide that your “exactly 18 and eligible to vote” on Election Day? Interesting similarity.

In reply to @greg
vrypan.eth@vrypan
2/5/2023

Not sure about the specific case, but a smart contract can decide based on the time a tx is included in a block if a call is valid or not.

In reply to @greg
2/5/2023

@perl DAO management

In reply to @greg
Adrian@cardo
2/6/2023

At tally we estimate the time based on average block times. The estimate improves as the block approaches