Closed hugues31 closed 7 years ago
Don't worry, I will run them this evening
On 19 July 2017 at 12:50, hugues31 notifications@github.com wrote:
I think everything works fine since tests passed but I don't have any Bitstamp Credentials to run the private tests relative to this exchange. Close #33 https://github.com/hugues31/coinnect/issues/33
You can view, comment on, or merge this pull request online at:
https://github.com/hugues31/coinnect/pull/34 Commit Summary
- Replace unmaintened rusts-crypto to the pure Rust crate RustCrypto
- Bump version
File Changes
- M Cargo.toml https://github.com/hugues31/coinnect/pull/34/files#diff-0 (5)
- M src/bitstamp/utils.rs https://github.com/hugues31/coinnect/pull/34/files#diff-1 (13)
- M src/kraken/api.rs https://github.com/hugues31/coinnect/pull/34/files#diff-2 (23)
- M src/lib.rs https://github.com/hugues31/coinnect/pull/34/files#diff-3 (3)
- M src/poloniex/api.rs https://github.com/hugues31/coinnect/pull/34/files#diff-4 (11)
Patch Links:
- https://github.com/hugues31/coinnect/pull/34.patch
- https://github.com/hugues31/coinnect/pull/34.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hugues31/coinnect/pull/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AD_WWYuXLdQ7Aq_kyt_cH9Jp2wD16LFmks5sPe2dgaJpZM4OcnlU .
-- Alejandro Inestal García
The bitstamp_private_tests
pass for me. This PR LGTM ;)
This failing tests for the last commit in Travis CI looks like a network problem from Travis to Bitstamp. I can't reproduce it.
But we should handle that error better.
@ainestal Yeah I saw that too but think the same. Thanks for your support. I merge
I think everything works fine since tests passed but I don't have any Bitstamp Credentials to run the private tests relative to this exchange. Close #33