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

Feat: generate signed tx before broadcast to chain #2

Closed
ewagmig opened this issue May 23, 2019 · 1 comment
Closed

Feat: generate signed tx before broadcast to chain #2

ewagmig opened this issue May 23, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ewagmig
Copy link
Member

ewagmig commented May 23, 2019

重构当前广播交易模式以支持REST API接口 #QOSGroup/qmoon#122
当前:build -> sign -> send via RPC
Feat:build -> sign -> send via REST
litewallet所做的是前两步build -> sign,前端集成HTTP API接口调用将签名的交易广播出去。类似的功能在后台充值提现中有实现https://github.com/cosmos/cosmos-sdk/commit/b1dce76c9684e3b6d0c7030157bb0cb5ff3be9b9
剩余delegate,unbondingdelegation,withdraw与前述版本一致;
新增redelegate, .etc

@ewagmig
Copy link
Member Author

ewagmig commented Jul 16, 2019

Function adjustment with Qmoon node discovery function.

@ewagmig ewagmig closed this as completed Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant