From c467dbe74c6a6ac5adad6e18874df9993f213c8d Mon Sep 17 00:00:00 2001 From: neeboo Date: Tue, 9 Apr 2019 18:32:03 +0800 Subject: [PATCH] [chore] added more dones in README --- .gitignore | 3 ++- packages/harmony-account/README.md | 10 +++++----- packages/harmony-network/README.md | 11 +++++++---- packages/harmony-utils/README.md | 4 ++-- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 39547b2..a427781 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ .DS_Store *.lock .vscode/ -includes/ + # package.json package-lock.json @@ -19,6 +19,7 @@ node/ #cache .rpt2_cache/ +includes/ # Xcode # build/ diff --git a/packages/harmony-account/README.md b/packages/harmony-account/README.md index add97dc..0a1fb40 100644 --- a/packages/harmony-account/README.md +++ b/packages/harmony-account/README.md @@ -4,8 +4,8 @@ 2. [x] Create Account 3. [x] Import prv key 4. [x] Import/Export keystore file -5. BIP39 -6. BIP44 -7. Sign txn/message -8. getBalance -9. Wallet CRUD \ No newline at end of file +5. [x] BIP39 +6. [x] BIP44 +7. [WIP] Sign txn/message +8. [WIP] getBalance +9. [x] Wallet CRUD \ No newline at end of file diff --git a/packages/harmony-network/README.md b/packages/harmony-network/README.md index bbbd7d9..72cf184 100644 --- a/packages/harmony-network/README.md +++ b/packages/harmony-network/README.md @@ -1,5 +1,8 @@ # Plan -1. RPC methods -2. Request and Response type def. -3. Middleware for provider -4. Base Provider \ No newline at end of file +1. [WIP] RPC methods +2. [x] Request and Response type def. +3. [x] Middleware for provider +4. [x] Base Provider +5. [x] Http Provider +6. [x] Messenger for request manager +7. [x] rpc builder \ No newline at end of file diff --git a/packages/harmony-utils/README.md b/packages/harmony-utils/README.md index ed2dfec..0c5b6a8 100644 --- a/packages/harmony-utils/README.md +++ b/packages/harmony-utils/README.md @@ -1,5 +1,5 @@ # Plan 1. [x] validators(isPrvK/isPubK/isAddr) -2. transformers -3. common tools \ No newline at end of file +2. [x] transformers(numberToHex,hexToNumberString,...) +3. [WIP] common tools \ No newline at end of file