Multisig - signature verification failed, during signer-2 #3
Open
githubckgoh1439 wants to merge 5 commits into
Open
Multisig - signature verification failed, during signer-2 #3githubckgoh1439 wants to merge 5 commits into
githubckgoh1439 wants to merge 5 commits into
Conversation
Multisig - signature verification failed, during signer-2
Author
|
YK, I already stated which part that Error was occurred, as above. You can check while running in your local. |
Owner
|
can we have what blockchain is expecting? and what sdk send? |
Author
|
YK, The 2 attached samples (from SDK sending to Core) by compared, u can see the tx json contents are different between signer-1 & signer-2. I assume that signer-1 tx json content is always correct as it can broadcast the tx to blockchain, while tx done by signer-2 failed to do that and above Error in that particular debug-point. This my finding. |
Author
|
Dear all, Pleace refer to latest of this : This pull request can be ignored. |
yenkhoon
pushed a commit
that referenced
this pull request
Apr 30, 2020
Merge remote-tracking branch 'upstream/master' # Conflicts: # dist/_version.d.ts # dist/_version.js # docs/api-1wallet.rst # docs/api-2providers.rst # docs/api-3signers.rst # docs/api-4kyc.rst # docs/api-5tokens.rst # docs/api-6nft.rst # docs/api-8utils.rst # docs/api-9misc.rst # docs/conf.py # docs/cookbook.rst # docs/version.txt # package-lock.json # package.json # src.ts/_version.ts # tests/env.ts
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.
Hi, YK
The debugger show the Error base on this file '/src.ts/multisig.ts', while come to the process signed by signer-2 (Issuer).
Attached comparison of :
Start from line-197 in /src.ts/multisig.ts :
debug-step-1. : file of /src.ts/multisig.ts
debug-step-2. : file of /maxonrow-go/x/auth/handler.go
debug-step-3. : file of /maxonrow-go/utils/utils.go
With below Error message :
Tx_by_signer2.txt
Tx_by_signer1.txt