From 318657816a5623aef46221c5aa00d73e9cc5f00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Cidre?= Date: Thu, 5 Apr 2018 12:30:11 +0200 Subject: [PATCH] [ISSUE-63] Add link to issue on NodeManager simplification --- ideas/63-refactor-geth-packages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ideas/63-refactor-geth-packages.md b/ideas/63-refactor-geth-packages.md index 741f00b..4800541 100644 --- a/ideas/63-refactor-geth-packages.md +++ b/ideas/63-refactor-geth-packages.md @@ -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