Conversation
|
Preview for merge commit: b97c5c0, available on cloudflare at: https://6076538a.komodo-docs.pages.dev/en/docs/ |
1 similar comment
|
Preview for merge commit: b97c5c0, available on cloudflare at: https://6076538a.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: b97c5c0, available on cloudflare at: https://0060ea0e.komodo-docs.pages.dev/en/docs/ |
1 similar comment
|
Preview for merge commit: b97c5c0, available on cloudflare at: https://0060ea0e.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: 35522e9, available on cloudflare at: https://45799663.komodo-docs.pages.dev/en/docs/ |
…ble_bch::user_action` and `task::enable_bch::cancel`
|
Preview for merge commit: ddbf647, available on cloudflare at: https://acdf1887.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: f4258cf, available on cloudflare at: https://591724a9.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: 24c0bf9, available on cloudflare at: https://8d44e352.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: 3275976, available on cloudflare at: https://f4b05bad.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: afed735, available on cloudflare at: https://750da40e.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: 6e18fe3, available on cloudflare at: https://17a27012.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: 35238c1, available on cloudflare at: https://53b61bff.komodo-docs.pages.dev/en/docs/ |
Closes #413
remove start_eth_fee_estimator&stop_eth_fee_estimatorand references to these obsolete methodsget_eth_estimated_fee_per_gastask::enable_bch::canceltask::enable_bch::inittask::enable_bch::statustask::enable_bch::user_actiontask::enable_tendermint::canceltask::enable_tendermint::inittask::enable_tendermint::statustask::enable_tendermint::user_actiontask::enable_eth::canceltask::enable_eth::inittask::enable_eth::statustask::enable_eth::user_actionGLEECBTC/komodo-defi-framework#1962 (comment)
stream::balance::enablestream::network::enablestream::heartbeat::enablestream::fee_estimator::enablestream::swap_status::enablestream::order_status::enablestream::tx_history::enablestream::orderbook::enablestream::disableTo test the stream methods, after launching KDF, open http://localhost:7783/event-stream?id=1 (update port and id as required) and leave it open. From here, as you enable streams they will appear in this browser tab. In some cases you will need to initiate an action to cause an event for the stream to report (e.g. do a swap, send some funds etc).
All new methods are in the postman collection of this branch, and the docs should indicate any hidden traps (like not activating a coin with
tx_history: true, and expectingstream::tx_history::enableto magically work anyway), so let me know if you have any problems so the docs can be updated to cover these sorts of thing.