Skip to content

Add missing docs #589

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

Closed
wants to merge 15 commits into from
Closed

Add missing docs #589

wants to merge 15 commits into from

Conversation

gakonst
Copy link
Collaborator

@gakonst gakonst commented Jan 20, 2020

@gakonst gakonst requested a review from emschwartz as a code owner January 20, 2020 16:36
@@ -99,7 +114,23 @@ where
.apply_rate_limits(request.from.clone(), request.prepare.amount())
.await
{
Ok(_) => next.handle_request(request).await,
Ok(_) => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a bug I introduced in the base PR

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍Is this tested somewhere?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@dora-gt dora-gt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor typos should be fixed but overall really nice work, and I left some comments also.

Regarding the comments on Stream, it will be nice to have reviews from @emschwartz

@@ -8,9 +8,17 @@
[![crates.io](https://img.shields.io/crates/v/interledger.svg)](https://crates.io/crates/interledger)
[![Interledger.rs Documentation](https://docs.rs/interledger/badge.svg)](https://docs.rs/interledger)
[![CircleCI](https://circleci.com/gh/interledger-rs/interledger-rs.svg?style=shield)](https://circleci.com/gh/interledger-rs/interledger-rs)
![Rust Version](https://img.shields.io/badge/rust-stable-Success)
![rustc](https://img.shields.io/badge/rustc-1.39+-red.svg)
![Rust](https://img.shields.io/badge/rust-stable-Success)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

This looks like Rust itself is stable (passing CI or something). What about this?

![rustc](https://img.shields.io/badge/Rust-1.39%2B%20stable-Success)

rustc

@gakonst
Copy link
Collaborator Author

gakonst commented Jan 23, 2020

Closing in favor of new stacked PRs.

@gakonst gakonst closed this Jan 23, 2020
@gakonst gakonst deleted the gakonst/docs branch January 23, 2020 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants