-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update median tracking for historacle pricing (#1632)
* Refactor historacle median tracking * lint * Update historacle keeper methods * Add pricestats unit test * Add Get to getter keeper methods * PR comments * Update x/oracle/types/keys.go Co-authored-by: Kyle <zarazan@users.noreply.github.com> * Add ParseBlockFromKey comment * lint * Add decmath util package * Update keeper methods in historacle design doc * Update WithinMedianDeviation * revert file picked up by gofmt * switch umee version from v3.2.0 -> ../ (again) this is due to e2e tests failing with a change in the oracle parameters query * Fix keeper method names * Update util/decmath/decmath.go Co-authored-by: Robert Zaremba <robert@zaremba.ch> * Update util/decmath/decmath.go Co-authored-by: Robert Zaremba <robert@zaremba.ch> * Update util/decmath/decmath.go Co-authored-by: Robert Zaremba <robert@zaremba.ch> * Update x/oracle/abci.go Co-authored-by: Robert Zaremba <robert@zaremba.ch> * PR comments * lint * update method names in design doc * Use KVStoreReversePrefixIteratorPaginated * Update iterator method names and comments Co-authored-by: Kyle <zarazan@users.noreply.github.com> Co-authored-by: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Co-authored-by: Robert Zaremba <robert@zaremba.ch>
- Loading branch information
1 parent
0032834
commit 0903f03
Showing
30 changed files
with
983 additions
and
906 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.