0g-chain/x/pricefeed/spec
Ruaridh ffef832d45
Upgrade to sdk v0.44.5 and add IBC (#1106)
- Upgrade cosmos-sdk to v0.44.5 from v0.39.2
- Add Legacy Tx Endpoint for backwards compatibility
- Add IBC v1.2.3 Support

Co-authored-by: DracoLi <draco@dracoli.com>
Co-authored-by: drklee3 <derrick@dlee.dev>
Co-authored-by: denalimarsh <denalimarsh@gmail.com>
Co-authored-by: Draco Li <draco@kava.io>
Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: Denali Marsh <denali@kava.io>
2022-01-07 17:39:27 -07:00
..
01_concepts.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
02_state.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04: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.