-
Notifications
You must be signed in to change notification settings - Fork 97
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
Docs - Production - Remove Bee #1678
base: production
Are you sure you want to change the base?
Docs - Production - Remove Bee #1678
Conversation
Co-authored-by: Thoralf-M <[email protected]>
@@ -59,7 +59,7 @@ use iota_client; | |||
|
|||
## Limitations | |||
|
|||
- `no_std` is not currently supported, but we are working on it in [bee](https://github.com/iotaledger/bee), and will provide it as feature once the new implementation is ready. | |||
- `no_std` is not currently supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no_std was planned at some point? 👀
@@ -464,7 +464,7 @@ A tuple with the newly promoted `(MessageId, Message)`. | |||
|
|||
# Full node API | |||
|
|||
Full node API of Bee and HORNET will still be public. Users who know these relative low level Restful API can still call them directly if they are confident and think it’s good for them. Note that both Bee and HORNET haven't finalized their APIs either. Following items and signatures might change later. | |||
Full node API of HORNET will still be public. Users who know this relative low level Restful API can still call it directly if they are confident and think it’s good for them. Note that HORNET hasn't finalized their APIs either. The following items and signatures might change later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, but what do we mean with finalized? I mean an API will probably always change...
But yeah, let's just get rid of the current IOTA docs asap
Description
Removed bee from docs as it's no longer relevant.
fixes iotaledger/devx#89
Type of change
How Has This Been Tested?
Wiki was built locally.
Checklist:
Tick the boxes that are relevant to your changes, and delete any items that are not.