[ISSUE-63] Add link to issue on NodeManager simplification

This commit is contained in:
Adrià Cidre 2018-04-05 12:30:11 +02:00
parent 38ddbaa774
commit 318657816a
No known key found for this signature in database
GPG Key ID: D246A27D58A92CAB
1 changed files with 3 additions and 3 deletions

View File

@ -68,13 +68,13 @@ Description:
- [x] [Extract lib specific code from geth/common](https://github.com/status-im/status-go/issues/785)
- [x] [geth/common package removal](https://github.com/status-im/status-go/issues/795)
### Iteration 6: Simplify `node.NodeManager` API
### Iteration 6: [Simplify `node.NodeManager` API](https://github.com/status-im/status-go/issues/797)
Goal Date: 2018-04-13
Description:
1. Change its name to something more appropriate as it does not manage multiple nodes,
1. Rename methods indicating there is only support for one node: `StartNode -> Start`, `StopNode -> Stop` etc.
1. Allow starting and stopping associated managers (`jail.Manager` and `transactions.Manager`).
2. Rename methods indicating there is only support for one node: `StartNode -> Start`, `StopNode -> Stop` etc.
3. Allow starting and stopping associated managers (`jail.Manager` and `transactions.Manager`).
### Iteration 6: A PR in status-react
Goal Date: 2018-04-13