sedaprotocol / seda-chain

SEDA chain network
GNU General Public License v3.0
17 stars 9 forks source link

✨ Add filter types `Mode` and `StdDev` #284

Closed hacheigriega closed 2 months ago

hacheigriega commented 3 months ago

✨ Feature

The chain currently only supports None filter, but we hope to add two new filters: Mode and StdDev. Some preliminary work was done in PR #280 but was removed to prioritize solidifying the minimum tally requirement first. Both the corresponding unit testing and integration testing should be updated to cover these new types.

DeshErBojhaa commented 3 months ago

Mode is implemented here https://github.com/sedaprotocol/seda-chain/pull/290