0LNetworkCommunity / libra-framework

9 stars 32 forks source link

Randomness module #250

Closed 0o-de-lally closed 2 months ago

0o-de-lally commented 3 months ago

We need an instant and unbiasable randomness beacon.

Vendor has an implementation we should experiment with. (https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-41.md)

We will need this for adding randomness to the validator set size.

https://github.com/0o-de-lally/libra-framework/commits/randomness_poc/

This source has been modified to be backward compatible with 0L V7. Principal changes:

dboreham commented 3 months ago

https://github.com/0LNetworkCommunity/libra-framework/pull/262