0g-chain/x/pricefeed
Nick DeLuca 673790465d
Optimize Pricefeed EndBlocker (#1851)
* optimize pricefeed endblocker to iterate all markets only once to remove
overhead of opening and closing iterator for each market individually.
In addition, extend tests to cover 100% of abci and price updating
behavior.

* use test cases that can't be confused with mean to ensure median is
always used
2024-03-26 13:05:52 -07:00
..
client/cli Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
keeper Optimize Pricefeed EndBlocker (#1851) 2024-03-26 13:05:52 -07:00
legacy Add IBC markets to pricefeed migration (#1131) 2022-01-14 14:24:57 -07:00
spec Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
testutil Optimize Pricefeed EndBlocker (#1851) 2024-03-26 13:05:52 -07:00
types Remove used legacy querier types (#1835) 2024-02-27 14:25:56 -05:00
abci_test.go Optimize Pricefeed EndBlocker (#1851) 2024-03-26 13:05:52 -07:00
abci.go Optimize Pricefeed EndBlocker (#1851) 2024-03-26 13:05:52 -07:00
genesis_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
genesis.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
integration_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
module.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00