jansenmarc
jansenmarc
What problem do you see with it? Some requirements need this version. Is there any error in this (acknowledged, rather old) version that you fear will break anything?
Are you talking about dev.pywaves.org?
For which transaction type?
For a transaction you signed with PyWaves?
Yes, that's what the WX matcher fee class is for.
Please show an example of the error you get, together with the code that generates it.
That's not the task of the python API
Yep, price calculation depends on the version of transactions. You can try to change all lines: 10 ** (PAIR.asset2.decimals + (PAIR.asset2.decimals - PAIR.asset1.decimals) into 10 ** 8 since PyWaves is...
Can you please check which verson of PyWaves you are using? If it is not the latest version, please upgrade accordingly. Since version 3 is used for orders, 8 should...
Show me the output of: pip list | grep PyWaves please.