bee
bee copied to clipboard
A framework for IOTA nodes, clients and applications in Rust
## Change checklist - [ ] I have followed the contribution guidelines for this project - [ ] I have performed a self-review of my own code - [ ]...
> Multiple soundness issues in `owning_ref` | Details | | | ------------------- | ---------------------------------------------- | | Package | `owning_ref` | | Version | `0.4.1` | | URL | [https://github.com/noamtashma/owning-ref-unsoundness](https://github.com/noamtashma/owning-ref-unsoundness) |...
## Change checklist - [ ] I have followed the contribution guidelines for this project - [ ] I have performed a self-review of my own code - [ ]...
## Change checklist - [ ] I have followed the contribution guidelines for this project - [ ] I have performed a self-review of my own code - [ ]...
Implement service: - [x] Node - [x] `ReadNodeStatus` - [x] `ReadProtocolParameters` - [x] Milestones - [x] `ReadMilestone` - [x] `ListenToLatestMilestone` - [x] `ListenToConfirmedMilestone` - [x] Messages - [x] `ListenToMessages` -...
Currently there are still some methods missing which we need to implement.
## Description We are specifying the exact version of each `major.minor.patch-beta.X` in local `path = ...` dependencies. What's the purpose of this? Thanks :heart:
We probably also need an `MilestoneKeyRangeDto` then.
## Description If there are pending protocol parameters, they should be added in the nodeinfo here https://github.com/iotaledger/bee/blob/bd71aa0972b2b6bcf25a8eee06ab9696df98c120/bee-api/bee-rest-api/src/endpoints/routes/api/core/v2/info.rs#L78 ## Motivation So clients can get the data ## Are you planning to...