2018-09-05 會議記錄
出席人員
- @yillkid
- @twzjwang
- @proof.K
- @jserv
- @jkrvivian
- @ender
- @AjMaChInE
- @howjmay
- @csielee
- @PunchShadow
重要變革
開發進度
-
yillkid
-
proof.K
-
AjMaChInE
Secure seed
iota.js/api_reference.md |
entangled for mobile IOTA API |
generateAddress |
generateAddress |
generateSignature |
generateSignature |
getNewAddress |
|
prepareTransfers |
|
getAccountData |
|
getInputs |
|
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
TODO:
-
移植entagled實作的 generateSignature實作成OPTEE's TA
-
在secure world中實作seed generator library
-
實作secure storage機制
-
測試 generateSignature
-
移植entagled實作的generateAddress實作成OPTEE's TA並與secure storage機制結合
-
實作daemon程式
-
測試generateAddress
-
實作TARegisterSeed/ TAGetAddress與測試
Dcurl - scheduler - load balance
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Dcurl - scheduler - static anaylsis
- 使用clang-analyser,測試環境: ubuntu 18.04
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
-
分析 SEE/ FPGA/ ccurl的結果
-
https://github.com/DLTcollab/dcurl/blob/dev/src/dcurl.c#L65
-
memory leak
-
Allocator sizeof operand mismatch
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
-
PunchShadow
- API document 配置相關事宜
- 優缺點分析:
-
Slate:
- (優)利用 Markdown language 方便更新 documentu
- (優)網頁設計彈性大
- (缺) API 顯示較不清楚且難以維護
-
Redoc:
- (優) API 顯示設計較清楚明瞭
- (優) 使用 OpenAPI ,用 JSON 格式維護整個 page
- (優) 完整 API parameter
- (缺) 網頁設計彈性小
- (缺) OpenAPI parameter 需要熟悉
- TODO:
-
ender503
-
TangleID Client
-
React Native 的限制
- 不支援 Node.js 環境,因此無法使用 MAM.lib.js
- 現階段 MAM 在手機端的 libs 不足
- 改由使用 API 進行 DID 的註冊
-
TODOS
- TangleID Client
- 串接 Firebase 透過 Notification 接收 Verifiable Claim。
- TangleID API
- Register DID Identity
- Resolver DID Document
- TangleID DID Auth
- TangleID DID Auth(did-auth)
- 從目前 Demo site 中可抽離出來的元件
- 使用 websocket 與 client 端進行溝通。(uPort 使用 long-polling)
- TangleID DID
- 評估使用一個 Repository 去管理不同的元件 with Lerna
- NPM package naming
- @tangleid/mnid
- @tanlgeid/did
- @tangleid/did-auth
-
jkrvivian
- entangled
- APIs in tangle accelerator C version: note
-
csielee
-
howjmay