Skip to content
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

creategovvoc Template from defiscan does not work with the Full Node Desktop Wallet #1254

Open
ghost opened this issue Mar 27, 2023 · 1 comment
Labels
kind/bug Something isn't working needs/triage Needs triage label

Comments

@ghost
Copy link

ghost commented Mar 27, 2023

I tried to submit a DFIP via the desktop full node wallet with the template from https://defiscan.live/governance/create

image

Template:

image

creategovvoc '{"title": "DFIP Title" ,"context":"https://www.reddit.com/r/defiblockchain/"}'
Result: Shows instructions about creategovvoc command

Removed the ' at the Start and End:
creategovvoc {"title": "DFIP Title" ,"context":"https://www.reddit.com/r/defiblockchain/"}
Result: Shows instructions about creategovvoc command

Removed all spaces between parameters
creategovvoc {"title":"DFIP Title","context":"https://www.reddit.com/r/defiblockchain/"}
Result: Expected type object, got string

Expected behavior:

Submit the DFIP

How to reproduce it (as minimally and precisely as possible):

Go to https://defiscan.live/governance/create
Create a DFIP
Try to submit the command template via FullNode Wallet CLI

What are your environment parameters?

  • DeFiCh/app Version:
    DeFi Wallet v3.2.9
    Node v3.2.7
  • Operating System (OS):
    Windows 10
@ghost ghost added the kind/bug Something isn't working label Mar 27, 2023
@github-actions github-actions bot added the needs/triage Needs triage label label Mar 27, 2023
@github-actions
Copy link

@Mark76DefiChain: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

In the meantime, you can:

  1. Checkout DeFiChain’s Github issue page to see if your issue has already been reported
  2. Submit any logs if you have them, this will greatly expedite the process for us.
  3. You can also join our Telegram or Reddit community channels.
Details

I am a bot created to help the BirthdayResearch 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working needs/triage Needs triage label
Projects
None yet
Development

No branches or pull requests

0 participants