babylonchain / babylon

Main repo for Babylon full node
https://babylonchain.io
Other
232 stars 164 forks source link

feat(btcstaking): committing/timestamping public randomness via BIP-32 #599

Closed SebastianElvis closed 5 months ago

SebastianElvis commented 5 months ago

Fixes #591

This PR provides the full implementation on deriving/timestamping EOTS public randomness via BIP-32. It consists of a series of small PRs (see below commit history).

NOTE: this should be merged via a merge commit

SebastianElvis commented 5 months ago

Very neat set of prs! Only questions are around finalizing epoch 0

Great point on finalising epoch 0! I have addressed the comment by finalising epoch 0 at genesis at https://github.com/babylonchain/babylon/pull/606. Please feel free to take a look