-
Notifications
You must be signed in to change notification settings - Fork 66
Problem: (Fix #972) Missing MultiSig pubkey methods in ClientRPC and ClientCLI #976
Problem: (Fix #972) Missing MultiSig pubkey methods in ClientRPC and ClientCLI #976
Conversation
4fcb4c2
to
3fb0963
Compare
@@ -9,9 +9,9 @@ __pycache__ | |||
*.egg-info | |||
|
|||
# Storage | |||
/.storage* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
supersedes the /.storage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed /.storage
, thanks!
3fb0963
to
9beeed5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some breaking changes affect integration tests.
#[rpc(name = "multiSig_newAddressPublicKey")] | ||
fn new_address_public_key(&self, request: WalletRequest) -> Result<String>; | ||
|
||
#[rpc(name = "multiSig_listAddressPublicKeys")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The RPC endpoint name change is breaking, the test_watch_only_wallet.py
and chainrpc.py
needs to change accordingly.
bors try |
tryBuild failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fmt
changed rules a little bit in 1.41: https://travis-ci.org/crypto-com/chain/jobs/644165204#L1784
some perhaps "cargo fmt" after "rustup update" should fix that?
and perhaps add an entry in CHANGELOG, as this is a breaking change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you rebase on top of the latest master?
9beeed5
to
56d458c
Compare
Codecov Report
@@ Coverage Diff @@
## master #976 +/- ##
=========================================
- Coverage 67.18% 67% -0.18%
=========================================
Files 139 140 +1
Lines 18278 18327 +49
=========================================
Hits 12280 12280
- Misses 5998 6047 +49
|
…ntRPC and ClientCLI Solution: Add new and list methods to ClientRPC and ClientCLI
56d458c
to
e97a9eb
Compare
bors try |
tryBuild succeeded |
bors r+ |
Build failed |
bors r+ |
Build failed |
bors retry |
Solution: Add new and list methods to ClientRPC and ClientCLI