CodeChain-io / CodeChain-io/codechain-sdk-js
Change AccountRpc interfaces
未關閉
account
breaking-change
rpc
- 主要語言
- TypeScript
- 星號
- 26
- 分支
- 14
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```
before: create(passphrase?: string)
after: create(options?: { passphrase?: string })
before: importRaw(secret: H256Value, passphrase?: string)
after: importRaw(options?: { secret: H256Value, passphrase?: string })
remove
sign
unlock
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
先找到 AccountRpc 介面,並將其目前的方法與 issue 中變更前和變更後的簽名進行比較。當 create 和 importRaw 接受指定的 options objects,且移除 sign 和 unlock 時,即表示完成;payload 未指定要執行的測試或檔案。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- api
- Issue 類型
- 重構
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100