babylonlabs-io / babylon-contract

CosmWasm smart contracts for Babylon integration
Other
10 stars 7 forks source link

[OP] chore: remove unused activated_height #77

Closed bap2pecs closed 1 month ago

bap2pecs commented 1 month ago

Summary

after https://github.com/babylonlabs-io/finality-provider/pull/42, we no longer need to read activated height from the cw contract.

instead, we properly find the time when the first delegation became active (see https://github.com/babylonchain/finality-provider/issues/432)

so this cleans up the unused field

Test Plan

cargo optimize
cargo precommit
cargo integration
cargo test