0g-chain/x/pricefeed
Denali Marsh 4599caca07
R4R: update pricefeed module rest endpoints (#359)
* query get price implemented - /pricefeed/price/xrp:usd

* query rawprices implemented - /pricefeed/rawprices/xrp:usd

* refactored to QueryWithMarketIDParams, added rest logic for QueryOracles

* new query get oracles implemented for cli and rest - /pricefeed/oracles/xrp:usd

* tx postprice implemented - /pricefeed/postprice/{MsgPostPrice}

* updated contrib with post-price examples and added to README

* added cliCtx.WithHeight(height) and removed import comment
2020-02-02 11:06:33 -05:00
..
client R4R: update pricefeed module rest endpoints (#359) 2020-02-02 11:06:33 -05:00
keeper R4R: update pricefeed module rest endpoints (#359) 2020-02-02 11:06:33 -05:00
types R4R: update pricefeed module rest endpoints (#359) 2020-02-02 11:06:33 -05:00
abci.go Pricefeed fixes (#308) 2020-01-17 13:29:19 +01:00
alias.go R4R: update pricefeed module rest endpoints (#359) 2020-02-02 11:06:33 -05:00
doc.go Pricefeed fixes (#308) 2020-01-17 13:29:19 +01:00
genesis_test.go Pricefeed fixes (#308) 2020-01-17 13:29:19 +01:00
genesis.go fix panic(err) if posted_prices=[] in genesis file (#352) 2020-01-29 16:12:47 -08:00
handler.go R4R: add events to pricefeed module (#343) 2020-01-27 10:07:42 -08:00
integration_test.go Pricefeed fixes (#308) 2020-01-17 13:29:19 +01:00
module.go Pricefeed fixes (#308) 2020-01-17 13:29:19 +01:00