mirror of https://github.com/status-im/swarms.git
254-ULC: specify iterations
This commit is contained in:
parent
18c7a4bfc3
commit
fdb25b3e7e
|
@ -4,6 +4,7 @@ title: Integration of ULC in Status
|
|||
status: Draft
|
||||
created: 2018-05-02
|
||||
category: research
|
||||
lead-contributor: b00ris
|
||||
contributors:
|
||||
- b00ris
|
||||
- jeka
|
||||
|
@ -12,7 +13,7 @@ contributors:
|
|||
exit-criteria: yes
|
||||
success-metrics: yes
|
||||
clear-roles: yes
|
||||
future-iterations: no
|
||||
future-iterations: yes
|
||||
---
|
||||
|
||||
## Preamble
|
||||
|
@ -54,7 +55,8 @@ well as into Status itself.
|
|||
|
||||
### Minimum Viable Product
|
||||
|
||||
Goal Date: 2018-06-30
|
||||
Goal Date: 2018-07-02
|
||||
Working board: https://github.com/status-im/go-ethereum/projects/5
|
||||
|
||||
Description:
|
||||
|
||||
|
@ -63,14 +65,39 @@ Description:
|
|||
- [ ] Collect metrics (CPU, mem, disk, network I/O) when starting with a branch new install and after 1h of inactivity
|
||||
- [ ] Keep battery and network consumption at least as low as today with Infura
|
||||
|
||||
### Iteration 1
|
||||
### Iteration 2018-05-21 - 2018-06-04
|
||||
|
||||
Goal Date: TBD
|
||||
Goal Date: 2018-06-04
|
||||
|
||||
Description:
|
||||
|
||||
- [ ] Fix [downloader N/M validation](https://github.com/status-im/go-ethereum/issues/51)
|
||||
- [ ] Fix [announce type on handshake](https://github.com/status-im/go-ethereum/issues/55)
|
||||
- [ ] [ULC config refactoring](https://github.com/status-im/go-ethereum/issues/52)
|
||||
- [ ] [Simulation tests](https://github.com/status-im/go-ethereum/issues/53)
|
||||
- [ ] PR to `go-ethereum`
|
||||
|
||||
### Iteration 2018-06-04 - 2018-06-18
|
||||
|
||||
Goal Date: 2018-06-18
|
||||
|
||||
Description:
|
||||
|
||||
- [ ] Support integration of ULC into `go-ethereum`
|
||||
- [ ] Integrate ULC to `status-go`
|
||||
- [ ] Changes to `status-cluster` for making our LES nodes ULC-compatible
|
||||
- [ ] Collect metrics (CPU, mem, disk, network I/O) when starting with a branch new install and after 1h of inactivity
|
||||
- [ ] Resolve [Client connection to trusted node](https://github.com/status-im/go-ethereum/issues/54)
|
||||
- [ ] Resolve [Trusted nodes config](https://github.com/status-im/go-ethereum/issues/56)
|
||||
|
||||
### Iteration 2018-06-18 - 2018-07-02
|
||||
|
||||
Goal Date: 2018-07-02
|
||||
|
||||
Description:
|
||||
|
||||
- [ ] Documentation
|
||||
- [ ] Release & Testing
|
||||
|
||||
## Artifacts
|
||||
|
||||
|
|
Loading…
Reference in New Issue