Offline signing: Store public keys in address book
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 35/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- go
- 领域
- blockchain, cli, cryptography
调研方向
首先跟踪 CLI 对地址簿的处理以及用于生成交易的 --account 路径,然后检查钱包条目和地址的表示方式。将提议的公钥地址簿流程与账户导入行为进行比较;完成的标准是确定设计,并有一种经过测试的、无需私钥即可准备未签名交易的方法。
由索引模型根据 Issue 内容生成。
描述
Currently, there is no way to prepare an unsigned transaction using CLI without having the signer's private key. You can only store and use the private key from your wallet and in the address book, only addresses are stored.
I suggest the following: When adding an entry to the address book, one accepted format could also be a public key. In this case the address would be derived from the public key so it is consistent with other address book entries, but the public key would also be stored along. Then, to generate an unsigned transaction with that public key, --account <some_address_book_entry_pubkey> can be passed.
Alternatively, we could support importing accounts with public keys as accounts instead of address book entries. But this would break the current behavior of the wallet (accounts which you can sign tx with) and address book (accounts which you cannot sign txes with).
- 主要语言
- Go
- 星标
- 80
- 派生
- 23
- 平均合并
- 9 小时 43 分钟
- 30 天内合并 PR
- 3
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
oasisprotocol/cli 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 67/100
oasisprotocol/cli#709 ·
-
oasisprotocol/cli#717 · 已指派 1 人 ·
-
rofl
难度 4/5 3-5 天 新手友好度 48/100
oasisprotocol/cli#716 ·
-
难度 3/5 1-2 天 新手友好度 68/100
oasisprotocol/cli#707 ·
-
难度 3/5 1-2 天 新手友好度 58/100
oasisprotocol/cli#704 ·
查看 oasisprotocol/cli 的全部 Issue
相似的 Issue
-
难度 1/5 1 小时以内 新手友好度 90/100
-
enhancement
难度 2/5 1-3 小时 新手友好度 65/100
-
bug
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 75/100
santhosh-tekuri/jsonschema#276 ·