0g-chain/x/pricefeed/spec
2020-05-07 13:44:43 -04:00
..
01_concepts.md feat: add pricefeed spec 2020-05-07 11:11:10 -04:00
02_state.md feat: add pricefeed spec 2020-05-07 11:11:10 -04:00
03_messages.md feat: add pricefeed spec 2020-05-07 11:11:10 -04:00
04_events.md feat: add pricefeed spec 2020-05-07 11:11:10 -04:00
05_params.md feat: add pricefeed spec 2020-05-07 11:11:10 -04:00
06_end_block.md fix: use correct abci method in pricefeed spec 2020-05-07 13:44:43 -04:00
README.md fix: use correct abci method in pricefeed spec 2020-05-07 13:44:43 -04:00

pricefeed

  1. Concepts
  2. State
  3. Messages
  4. Events
  5. Params
  6. EndBlock

Abstract

x/pricefeed is an implementation of a Cosmos SDK Module that handles the posting of prices for various markets by a group of whitelisted oracles. At the end of each block, the median price of all oracle posted prices is determined for each market and stored.