Closed bap2pecs closed 1 month ago
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
cargo optimize cargo precommit cargo integration cargo test
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