Closed artemii235 closed 5 years ago
portfolio
RPC method as well.withdraw
method which returns raw transaction and that raw transaction needs to be processed by sendrawtransaction
method.it is probably much better to add ETH/ERC20 balance only to the places where it is actually getting a bitcoin type of balance. that way it is virtualizing the "balance" for the two types of coins
@satindergrewal
getCoin
method now displays ETH/ERC20 balance. Changes are merged to jl777/dev branch so you can test it from there.portfolio
is periodically called by trades_loop
which will cause many unnecessary balance requests. @jl777 should I use some cache? I'm also think to add a flag identifying either was LP_portfolio
called by API or trades_loop
.nonce
parameter - there is a chance that received ETH raw transaction will conflict with already existing/pending. Is it ok to make a different behavior for ETH withdraw? It uses different API method anyway.Closing the issue as it's not actual anymore.
getCoin
RPC method.