test(zhtlc): Use alternative grpc service name for pirate lightwalletd#1963
Merged
test(zhtlc): Use alternative grpc service name for pirate lightwalletd#1963
Conversation
kivqa
approved these changes
Sep 8, 2023
There was a problem hiding this comment.
Approved.
ARRR coin activation was completed as expected.
{"mmrpc":"2.0","result":{"status":"InProgress","details":{"BuildingWalletDb":{"first_sync_block":{"requested":2558042,"is_pre_sapling":false,"actual":2558042},"current_scanned_block":2558042,"latest_block":2559482}}},"id":null}
{"mmrpc":"2.0","result":{"status":"Ok","details":{"ticker":"ARRR","current_block":2559482,"wallet_balance":{"wallet_type":"Iguana","address":"zs1gn3mxk493yyvyu8ffsgj6kt3luajdezwr6t7lzzfjf34u4nzztze3r44wplm0ry95tp4uang9yg","balance":{"spendable":"0","unspendable":"0"}},"first_sync_block":{"requested":2558042,"is_pre_sapling":false,"actual":2558042}}},"id":null}
shamardy
previously approved these changes
Sep 8, 2023
artemii235
previously approved these changes
Sep 11, 2023
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ref: https://github.com/PirateNetwork/lightwalletd/blob/master/walletrpc/service.proto#L7
Infrastructure for ARRR lightwallet servers uses a fork of lightwalletd which has renamed the grpc service name from
cash.z.wallet.sdk.rpc;topirate.wallet.sdk.rpc;To use these, the changes in this PR are needed. Once merged, existing lightwalletd servers from ZOMBIE will need to run on the pirate fork of lightwalletd.
Until these changes are merged, a single lightwalletd server configured with
cash.z.wallet.sdk.rpc;is available. This server will remain online over the period between next api release and related app releases.To test:
and the electrum servers in https://github.com/KomodoPlatform/coins/pull/811/files
and the electrum servers in https://github.com/KomodoPlatform/coins/pull/811/files
"error":"All the current light clients are unavailable."