From 3bd12d64978f261642395303a0b9d1c50d5c6c22 Mon Sep 17 00:00:00 2001 From: theanmolsharma Date: Fri, 1 Dec 2023 14:27:41 +0530 Subject: [PATCH] chore: updated README.md Signed-off-by: theanmolsharma --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 124db2d..70fe6b0 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,12 @@ By using this library, you acknowledge the following: 3. **No Warranty:** There is no warranty provided for this library. It is distributed "as is" without any guarantees of functionality, security, or reliability. 4. **Security Considerations:** This library may contain security vulnerabilities or weaknesses that could expose your data or funds to risks. You are responsible for conducting your own security assessments and risk evaluations. 5. **Limited Documentation:** The documentation for this library may be incomplete, inaccurate, or outdated. -6. **API and Compatibility Changes:** This library is subject to frequent changes, including modifications to its API, features, or compatibility with other software. These changes may affect your ability to use the library effectively. \ No newline at end of file +6. **API and Compatibility Changes:** This library is subject to frequent changes, including modifications to its API, features, or compatibility with other software. These changes may affect your ability to use the library effectively. + +## Roadmap + +- [x] Basic implementation of creating silent payment outputs +- [x] Basic implementation of scanning silent payment outputs + - [x] Simple scan function to perform scanning when all necessary data is available + - [ ] Add functions to transactions class that extract public keys from tx inputs and outputs +- [ ] Consolidate all files in `src` folder into `src/core` folder and create `src/wallet` folder to include all wallet functionality \ No newline at end of file