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

Library should check proposal data validity *before* gobject prepare command #5

Open
riongull opened this issue Oct 8, 2024 · 0 comments

Comments

@riongull
Copy link

riongull commented Oct 8, 2024

Before the production release let's make sure the library itself checks proposal data for validity before it gobbles the 1 DASH with gobject prepare command. Right now it can make a successfulgobject prepare tx that then fails on gobject submit.

Example bad proposal name that succeeds making the 1 DASH tx but fails gobject submit:

let isoDate = new Date().toISOString();
let proposalName = `proposal_${isoDate}`
Screen Shot 2024-10-08 at 11 36 08 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant