You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* optimize validator by power access in endblock
* fix from comments
* remove get oracle status from loop
* change validator price to store as a list
* grpc query validator prices returns empty slice
* fix test for validator prices query
* change bothan version
* fix from comment
* [Phase] Fix feeds by spec (#165)
* validate submit signals max size by max supported feeds
* make new error type for submit too large signals list
* change transition time to grace period and add description
* change price service to price service config
* power threshold to power step threshold
* move deviation to only query
* change blocks per feeds update to supported feeds update interval
* put power in feeds, use it to calculate deviation, change deviation param name
* remove deviation from median calculation
* change SubmitPrice to SignalPrice
* remove MaxSignalIDCharacters from param
* delete signal total power when the power is zero
* fix lint
* fix from comments
* fix readme to match spec
* remove unnecessary map
* merge validator price query path
* separate check miss report from calculate price fn
* fix from comments
* update some naming
* initiate slice with capacity
* fix from comments
* move MaximumGuaranteeBlockTime to constant.go
* fix CalculatePrice Test
* fix CheckMissReport
* fix lint
* update reference source config
* update SignalID of bench test to fit the new format
* fix grogu errors
* change deviation in thousandth to deviation basis point
0 commit comments