Philippe Marchesseault
Philippe Marchesseault
Hello, I think this merge broke HEAD. This is the stack trace I get when trying to start the app with a clean checkout. I have no idea how to...
Hi, Unfortunatly, it seems signing does not work properly since the move from ripple to stellar. Stellar uses a different EC curve than Ripple. I do not have time to...
Ah! That would explain why the C++ code iterates *10 and /10 to make the mantissa 16 digits long. I tried to be smart in avoiding that loop. Do you...
Fully agree. I might need this for myself in the not so distant future. I looked quickly, but I am not sure how the "official" java library does this.
Yes, that is the class I quickly looked at. You just create the OfferCreate and submit it to the network like any other transaction?