0g-chain/x/pricefeed/spec
Solovyov1796 2ce418a5eb
Some checks failed
Continuous Integration (Commit) / lint (push) Has been cancelled
migrate from v0.25
2024-08-02 19:32:08 +08:00
..
01_concepts.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
02_state.md migrate from v0.25 2024-08-02 19:32:08 +08:00
03_messages.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
04_events.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
05_params.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
06_end_block.md Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
README.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -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.