This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Problem:(CRO-479) no HD wallet support in client-rpc#486
Merged
bors[bot] merged 1 commit intocrypto-com:masterfrom Oct 22, 2019
Merged
Problem:(CRO-479) no HD wallet support in client-rpc#486bors[bot] merged 1 commit intocrypto-com:masterfrom
bors[bot] merged 1 commit intocrypto-com:masterfrom
Conversation
devashishdxt
suggested changes
Oct 18, 2019
client-rpc/src/rpc/wallet_rpc.rs
Outdated
Comment on lines
+28
to
+31
| #[rpc(name = "wallet_create_hd")] | ||
| fn create_hd(&self, request: WalletRequest) -> Result<String>; |
Contributor
There was a problem hiding this comment.
Can we update current wallet_create RPC call to take WalletType as an additional parameter instead of creating a new RPC method?
Codecov Report
@@ Coverage Diff @@
## master #486 +/- ##
==========================================
+ Coverage 66.34% 66.98% +0.63%
==========================================
Files 120 120
Lines 13909 14008 +99
==========================================
+ Hits 9228 9383 +155
+ Misses 4681 4625 -56
|
60a8bfd to
7d99401
Compare
tomtau
suggested changes
Oct 18, 2019
7d99401 to
e746094
Compare
05f03b1 to
d6e9543
Compare
Contributor
|
bors r+ |
Contributor
Build failed |
tomtau
suggested changes
Oct 20, 2019
Contributor
tomtau
left a comment
There was a problem hiding this comment.
integration test doesn't pass -- probably needs some fixes?
Collaborator
Author
|
it's lack of unit test coverage. |
Contributor
|
@leejw51 @leejw51crypto the existing tests don't pass: https://travis-ci.org/crypto-com/chain/jobs/599922522#L5135 |
8b36b49 to
ef0b13f
Compare
Collaborator
Author
|
i'm working on intergration test |
fix hdwallet creation tidy up replace String with SecUtf8 fix unit test add unit test add unit test for send amount fix integration test
ef0b13f to
81d0a55
Compare
Contributor
|
fix integration test , giving wallet type "Basic" in calling "create wallet" like this i added thanks @calvinaco |
Contributor
|
bors try |
Contributor
tryBuild succeeded |
Contributor
|
bors r+ |
bors bot
added a commit
that referenced
this pull request
Oct 22, 2019
486: Problem:(CRO-479) no HD wallet support in client-rpc r=tomtau a=leejw51crypto Solution: add hdwallet api to client-rpc 501: Problem: unrestricted drone exec pipeline r=tomtau a=tomtau Solution: added trigger conditions, such that "exec" pipelines are only executed after bors actions Co-authored-by: Jongwhan Lee <jonghwan@crypto.com> Co-authored-by: Tomas Tauber <2410580+tomtau@users.noreply.github.com>
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solution: add hdwallet api to client-rpc