We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed the transactionfunding service locally on commit: e715f11 I am working on the Jumpscale Libs on commit: threefoldtecharchive/jumpscaleX_libs@825e99f Stellar sdk version: stellar-sdk (2.2.3)
stellar-sdk (2.2.3)
Connected to my local transaction funding service I cannot reproduce the rounding of amounts when the transaction as xdr comes back from the service.
Things go wrong connected to the testnet service and passing the transaction
AAAAALX7uq+eXcgHVVKPAjAjscsoT2lnDH4ucBIuB6toxeoiAAAAZAAAC60AAAE9AAAAAQAAAAAAAAAAAAAAAF6yrQ4AAAABAAAAAjspAAAAAAABAAAAAQAAAAC1+7qvnl3IB1VSjwIwI7HLKE9pZwx+LnASLgeraMXqIgAAAAEAAAAAW5hxFJxBvsOK/sZDAOTRJpdvFGScYnInwuPJ2vYXCtsAAAABVEZUAAAAAAA5/GQbeotMseuGw9LomxJQHv5mNT8nihPVgEwpv/efZAAAAAA+n+iYAAAAAAAAAAA=
AAAAAGOSa7nPIbsXi4WIKNV5e8wjPSBe1A5ALdfb58NKMLEfAAAAyAAACy4AAAAVAAAAAQAAAAAAAAAAAAAAAF6yrQ4AAAABAAAAAjspAAAAAAACAAAAAQAAAAC1+7qvnl3IB1VSjwIwI7HLKE9pZwx+LnASLgeraMXqIgAAAAEAAAAAW5hxFJxBvsOK/sZDAOTRJpdvFGScYnInwuPJ2vYXCtsAAAABVEZUAAAAAAA5/GQbeotMseuGw9LomxJQHv5mNT8nihPVgEwpv/efZAAAAAA+n+f4AAAAAQAAAAC1+7qvnl3IB1VSjwIwI7HLKE9pZwx+LnASLgeraMXqIgAAAAEAAAAAFOaJWE/fGKg5larzbZSNG34fnAB2KmsGqouij+q6Qh0AAAABVEZUAAAAAAA5/GQbeotMseuGw9LomxJQHv5mNT8nihPVgEwpv/efZAAAAAAAD0JAAAAAAAAAAAFKMLEfAAAAQNTnDmTSOYRNEWwHHt6/voZRq7iISjVMAN3t8pgLA8ELIsXCWJQ5fNbsjMNZ+b55EMHOtqH5AHeFWWLdU0tY+Qw=
you can see inside the xdr that the amount has changed from 105.066716 to 105.0667
105.066716
105.0667
The text was updated successfully, but these errors were encountered:
fix rounding of decimals, closes #127
a62b00a
Merge pull request #128 from threefoldfoundation/fix_transaction_fund…
ceaaab7
…ing_rounding fix rounding of decimals closes #127
deployed on testnet reopened for verification
Sorry, something went wrong.
DylanVerstraete
Successfully merging a pull request may close this issue.
I installed the transactionfunding service locally on commit: e715f11
I am working on the Jumpscale Libs on commit: threefoldtecharchive/jumpscaleX_libs@825e99f
Stellar sdk version:
stellar-sdk (2.2.3)
Connected to my local transaction funding service I cannot reproduce the rounding of amounts when the transaction as xdr comes back from the service.
Things go wrong connected to the testnet service and passing the transaction
you can see inside the xdr that the amount has changed from
105.066716
to105.0667
The text was updated successfully, but these errors were encountered: