-
Notifications
You must be signed in to change notification settings - Fork 58
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
Sign a message is not working when it includes empty spaces #763
Comments
@AltCoiFish: Thanks for opening an issue, it is currently awaiting triage. The triage/accepted label can be added by foundation members by writing In the meantime, you can:
DetailsI am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository. |
Hi @AltCoiFish , you can't sign using the app, signing is only supported through the defi cli. |
Not sure if this is what it should be, as the full command We and I am / are a bit confused, as we all store our collateral in the Also for inexperienced users, running an additional CLI tool does not really help getting people into running master nodes and therefore make DFI more decentralized. Can you please explain, why the signing was and will not be implemented in the current I know you still struggling with all the changes in the new protocol and also I do understand that 98% of all master nodes (link will open telegram message) are not run by users like us, therefore we can not build any priory towards these features to be implemented. To give you an idea of master node distribution: Signing messages is an essential and useful part of the decentralized way of interacting and building trust without trusting a central authorities and should be implemented in any client. |
Hi @AltCoiFish , yes I understand that there are non-technical users and we're trying to improve the UI/UX of the app. On the other hand, there are technical users such as yourself, we're trying our best to find the sweet spot. If you don't mind, you can copy & paste your enquiry and publish it on DeFiChain Discussions, I'll inform the team to answer your queries when they're available. Kindly understand that GitHub Issues are for bug related issues, and will become stale over time. Thank you for your understanding. |
Thank you , I did open a discussion here #776
Signing was partially possible using the Wallet , but not messages which contains |
Hi @AltCoiFish , the team has been notified on this issue, please give us time to investigate. Thank you. |
Hi @AltCoiFish v2.4.0 is out, this is a mandatory update. Please read through the release notes before updating. This comment is to notify you about the update. |
thank you for the update, but can you also update on the signing problem, does https://github.com/DeFiCh/app/releases/tag/v2.4.0`solve this problem describe in this issue? |
The Problem ist not solved, signing is only possible without spaces in version 2.4.0. |
Hi @AltCoiFish @Stonygan , v2.4.2 is out, this is a mandatory update. Please read through the release notes before updating. This comment is to notify you about the update. |
thank you for the update, but can you also update on the signing problem, does https://github.com/DeFiCh/app/releases/tag/v2.4.2`solve this problem described in this issue? |
The new DFIPs no longer use space. So you should be able to sign them easily on the app itself. See: DeFiCh/dfips#31 (comment) DFIP this round (June 2021) uses the following format: VotingRefer to announcement for June voting dates, and to README for voting instructions. Vote options
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not sure if we should close this issue, as the |
Hi @AltCoiFish @Stonygan , update v2.6.0 is out, this is a mandatory update. Please read through the release notes before updating. This comment is to notify you about the update. |
Hi @AltCoiFish , I think your feedback has been answered, I'll proceed to close this issue. Thank you for your patience! |
I did see the changes on signing messages for voting. From the top of my mind I would come up with a few other examples, why we could need spaces in a signed message. |
Hi @AltCoiFish , update v2.6.1 is out. Please read through the release notes before updating. This comment is to notify you about the update. |
Hi @AltCoiFish , update v2.6.2 is out. Please read through the release notes before updating. This comment is to notify you about the update. |
Hi @AltCoiFish , update v2.6.3 is out. Please read through the release notes before updating. This comment is to notify you about the update. |
Hi @AltCoiFish , update v2.7.0 is out, this is a mandatory update. Kindly |
Hi @AltCoiFish , update v2.7.1 is out, this is a mandatory update. Kindly |
Issue is still open, just a to not forget about it. |
Any progress here ? |
I just tried it still fails, I'm guessing the wrapper does not propagate the quotes, but not even " work. |
Trying to keep this issue open until solved. |
What happened:
Using the version v.2.3.3 and the CLI within the DFI-Wallet:
signmessage "8xxxxx" "dfip-1 no"
its not working and it falls back to the man help page of
signmessage
.but
when I try
signmessage "8xxxxx" "dfip-1-no"
its working fine
same problem also for verifying any messages , if it includes a space its not working.
I also testes single-quotes
'
it's also not working.Based on some users on the MN Telegram group, the signing is working when using the
dfi-cli
from ainThe text was updated successfully, but these errors were encountered: