Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wallet] A rich wallet account implement. #878

Closed
jolestar opened this issue Jul 17, 2020 · 1 comment
Closed

[wallet] A rich wallet account implement. #878

jolestar opened this issue Jul 17, 2020 · 1 comment
Assignees
Labels
area:cli Issue about cli.

Comments

@jolestar
Copy link
Member

jolestar commented Jul 17, 2020

  1. 可以监听链上的 event,在本地做一些数据的索引,比如用户 accept 了哪些 Token,wallet show 命令展示用户所有的 balance。
  2. 封装一些查询用户状态,签名以及发送交易的方法(可以替代 functional_test 中的 Account)。
  3. 方便在单元测试中 new 一个新的 wallet account,生成 keypair,发送交易等。
@jolestar jolestar added the area:cli Issue about cli. label Jul 17, 2020
@jolestar jolestar added this to the starcoin-0.4 milestone Jul 21, 2020
@nanne007
Copy link
Member

nanne007 commented Jul 30, 2020

拆分成以下几个任务:

  • 先用新的方案实现之前 wallet service 的功能,完成无缝替换。
  • 实现 event 监听。能够完成 用户 accept token 的 event 监听,并存储到 storage 里。
  • 完成 txn submit。能够连续 submit 多个 txn。
  • 接口抽象。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:cli Issue about cli.
Projects
None yet
Development

No branches or pull requests

2 participants