Skip to content

Commit

Permalink
book/contribute: claim some tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxxxxxxxxxxx committed Nov 20, 2023
1 parent 2e21eeb commit 9d1fe8e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions doc/src/dev/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ _Tasks are in no particular order. Use common sense._
12. Implement verifiable encryption for `DAO` payments
13. `DAO` should be able to perform arbitrary contract calls, it should act as a voted multisig
14. Implement cross-chain atomic swaps (XMR, ETH, anything applicable)
15. Rework the connection algo for p2p to use black list, grey and white list<C-y>
15. Rework the connection algo for p2p to use black list, grey and white list
* https://eprint.iacr.org/2019/411.pdf (Section 2.2)
16. Create a P2P stack test harness in order to be able to easily simulate network
behaviour
* Possibly we can create a dummy p2p which can simulate network connections and routing traffic.
We can use this to model network behaviour.
17. Implement address/secretkey differentiation (https://en.bitcoin.it/wiki/Wallet_import_format)
18. Fix bugs and issues in the DAO implementation
19. Perform thorough review of all contracts and their functionalities
Expand All @@ -113,9 +115,16 @@ _Tasks are in no particular order. Use common sense._
| **9.** | `brawndo` |
| **10.** | `brawndo` |
| **11.** | |
| **12.** | |
| **13.** | |
| **12.** | `B1-66ER` |
| **13.** | `B1-66ER` |
| **14.** | |
| **15.** | |
| **16.** | |
| **17.** | |
| **18.** | `B1-66ER` |
| **19.** | `B1-66ER` |
| **20.** | |
| **21.** | `B1-66ER` |

## Fuzz testing

Expand Down

0 comments on commit 9d1fe8e

Please sign in to comment.