The call to create_decryption_share_precomputed in ferveo takes an additional parameter (selected_validators) relative to create_decryption_share_simple in the latest ferveo library.
That means that our expectation that both functions take the same parameters is flawed, and needs to be updated. However, we currently never use Precomputed in the codebase so it's fine for now, and can be addressed in the future.
The call to
create_decryption_share_precomputedin ferveo takes an additional parameter (selected_validators) relative tocreate_decryption_share_simplein the latestferveolibrary.That means that our expectation that both functions take the same parameters is flawed, and needs to be updated. However, we currently never use Precomputed in the codebase so it's fine for now, and can be addressed in the future.