Closed niklaslong closed 4 years ago
@ljedrz CI fails (no test is actually failing, might be because circleci is having some issues?) though it's green locally. I don't have the permissions to re-run the build on this.
In addition to the fixes discussed, I've also fixed a new 1.47 release related clippy lint.
This fixes the f64 to u64 conversion and associated bounds for the outgoing amount in the exchange rate calculation.
Included:
cargo update
)as
as a saturating conversion.12.18.4
(the JS ilp-settlement-xrp package which used the ripple-binary-codec lib is no longer compatible with Node11x
)account update
andaccount update-settings
FIXME
in CI config. All offending deps have been ignored (beyond the scope of this PR).net2
has been replace withsocket2
ininterledger
crates, though is still present intokio
: https://github.com/tokio-rs/tokio/issues/2677