From 9d1fe8ee91f408b03ccf5d3d699570a075d06936 Mon Sep 17 00:00:00 2001 From: x Date: Mon, 20 Nov 2023 19:20:06 +0100 Subject: [PATCH] book/contribute: claim some tasks --- doc/src/dev/contribute.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/src/dev/contribute.md b/doc/src/dev/contribute.md index a4d5d3cdb0a2..3b9a8cc5f930 100644 --- a/doc/src/dev/contribute.md +++ b/doc/src/dev/contribute.md @@ -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 +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 @@ -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