-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
Migration to 0.3 & Async/Await #582
Closed
Closed
Commits on Dec 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8f4b917 - Browse repository at this point
Copy the full SHA 8f4b917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67095a3 - Browse repository at this point
Copy the full SHA 67095a3View commit details
Commits on Jan 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e96d71b - Browse repository at this point
Copy the full SHA e96d71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf0ab1 - Browse repository at this point
Copy the full SHA fbf0ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35da6b - Browse repository at this point
Copy the full SHA b35da6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3f36b - Browse repository at this point
Copy the full SHA 5a3f36bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ef91f7 - Browse repository at this point
Copy the full SHA 9ef91f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a02842 - Browse repository at this point
Copy the full SHA 2a02842View commit details
Commits on Jan 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d335f4e - Browse repository at this point
Copy the full SHA d335f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 680a83e - Browse repository at this point
Copy the full SHA 680a83eView commit details -
feat(http): Get ILP over HTTP working + tests
Note that we had to add a "Send" restriction on the error types of interledger-packet to work around "the trait `std::marker::Send` is not implemented for `(dyn std::error::Error + 'static)`"
Configuration menu - View commit details
-
Copy full SHA for 26c82b4 - Browse repository at this point
Copy the full SHA 26c82b4View commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bdb283d - Browse repository at this point
Copy the full SHA bdb283dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a39f4 - Browse repository at this point
Copy the full SHA b5a39f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d2aac - Browse repository at this point
Copy the full SHA 22d2aacView commit details
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3ff26ae - Browse repository at this point
Copy the full SHA 3ff26aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f65a1 - Browse repository at this point
Copy the full SHA 44f65a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c60e39 - Browse repository at this point
Copy the full SHA 5c60e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4734309 - Browse repository at this point
Copy the full SHA 4734309View commit details
Commits on Jan 8, 2020
-
Write locks should not be in the same scope as await'ed futures. We fix this by scoping the write lock for as long as needed, and then yield only the result of the computation. When the scope is over, the lock gets dropped, so we can safely use the future.
Configuration menu - View commit details
-
Copy full SHA for 738b606 - Browse repository at this point
Copy the full SHA 738b606View commit details -
feat(btp): move to futures 0.3 and async/await
WIP. Need to fix the Server (warp does not support tungstenite yet), and the Client's add_connection method is commented out still
Configuration menu - View commit details
-
Copy full SHA for 3f1819c - Browse repository at this point
Copy the full SHA 3f1819cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3adeacb - Browse repository at this point
Copy the full SHA 3adeacbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9488ad - Browse repository at this point
Copy the full SHA b9488adView commit details
Commits on Jan 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fb0722c - Browse repository at this point
Copy the full SHA fb0722cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 737c044 - Browse repository at this point
Copy the full SHA 737c044View commit details
Commits on Jan 10, 2020
-
fix(service): refactor wrapped services to accept futures
async fn -> IlpResult desugars to fn -> Future<Output = IlpResult
Configuration menu - View commit details
-
Copy full SHA for d6e9fef - Browse repository at this point
Copy the full SHA d6e9fefView commit details -
fix(api/btp/util): Re-enable unimplemented functions
Note: exchange rate service does not compile on 1.39, but compiles on nightly. Why?
Configuration menu - View commit details
-
Copy full SHA for f831435 - Browse repository at this point
Copy the full SHA f831435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f4cd0 - Browse repository at this point
Copy the full SHA 10f4cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98f190 - Browse repository at this point
Copy the full SHA d98f190View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec3843 - Browse repository at this point
Copy the full SHA eec3843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7f6a8 - Browse repository at this point
Copy the full SHA 3f7f6a8View commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d316689 - Browse repository at this point
Copy the full SHA d316689View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e301c5 - Browse repository at this point
Copy the full SHA 4e301c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7437fe - Browse repository at this point
Copy the full SHA d7437feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8674b1f - Browse repository at this point
Copy the full SHA 8674b1fView commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9a90c8 - Browse repository at this point
Copy the full SHA b9a90c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22fb5ba - Browse repository at this point
Copy the full SHA 22fb5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a70382 - Browse repository at this point
Copy the full SHA 6a70382View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a83e7 - Browse repository at this point
Copy the full SHA f8a83e7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.