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
Denali Marsh
3c8209cbcc
fix panic(err) if posted_prices=[] in genesis file ( #352 )
2020-01-29 16:12:47 -08:00
Denali Marsh
075a3089ce
R4R: add events to pricefeed module ( #343 )
...
* added events, attributes to pricefeed msgs and core functionality
* removed added space
* conditionally emit market_price_updated if price has changed
* updated expiry to Unix format
2020-01-27 10:07:42 -08:00
Denali Marsh
ab72433db0
add json/yaml to msgs ( #323 )
...
* added json/yaml to MsgPostPrice, MsgPlaceBid
* Added sdk.Msg to ensure Msg interface compliance at compile time
2020-01-21 13:40:04 -08:00
rhuairahrighairigh
b879689052
add missing return
2020-01-17 16:17:48 +01:00
Denali Marsh
710a29980f
R4R: add params query to pricefeed module ( #311 )
...
* fix: remove redundant debt limit param
* wip: test pricefeed genesis
* fix: pricefeed querier
* fix: comments, naming
* fix: query path
* fix: store methods
* fix: query methods
* add params query to pricefeed module
* minor formatting updates, removed commented out legacy code, etc.
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2020-01-17 13:55:17 +01:00
Kevin Davis
d04aad5cc9
Pricefeed fixes ( #308 )
...
* fix: remove redundant debt limit param
* wip: test pricefeed genesis
* fix: pricefeed querier
* fix: comments, naming
* fix: query path
* fix: store methods
* fix: query methods
* fix: standardize genesis validation
2020-01-17 13:29:19 +01:00
Kevin Davis
6bf1a4ce5b
fix: genesis param json tags
2020-01-16 12:15:18 +01:00
Kevin Davis
d849d690e5
R4R: CDP types and methods ( #275 )
...
* wip: tpyes and keeper methods
* wip: iterators
* wip: types and keeper methods
* wip: add msgs
* wip: client methods
* wip: rebase develop
* wip: types tests
* wip: keeper tests, small fixes
* wip: add cdp tests
* wip: deposit tests
* wip: keeper tests
* wip: tests and module methods
* feat: error when fetching expired price
* feat: conversion factor for external assets
* feat: debt floor for new cdps
* feat: save deposits on export genesis
* feat: ensure messages implement msg
* feat: index deposits by status
* fix: stray comment
* wip: address review comments
* address review comments
2020-01-12 16:35:34 +01:00
rhuairahrighairigh
83969f3702
update pricefeed tests
2019-12-06 23:53:20 +00:00
rhuairahrighairigh
688b7830c0
Merge branch 'kd-propose-params' into ro-remove-mock-from-tests
2019-12-05 15:56:24 +00:00
Kevin Davis
bf83a9bf8f
address review comments for pricefeed
2019-12-04 11:32:08 -05:00
rhuairahrighairigh
e83127a15e
standardise pricefeed NewKeeper
2019-12-03 14:32:01 +00:00
rhuairahrighairigh
fc2b7f9652
add new modules to app
2019-12-02 10:51:13 +00:00
Kevin Davis
e85d2f880b
wip: cdp params and types
2019-11-28 10:53:59 -06:00
Kevin Davis
d5da161dd8
feat: draft params for pricefeed
2019-11-27 09:45:59 -05:00
Kevin Davis
83d523a856
feat: migrate modules from kava-devnet
2019-11-25 14:46:02 -05:00