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

Create a way to change single or multiple parts of settings #391

Open
samuveth opened this issue Aug 1, 2022 · 0 comments
Open

Create a way to change single or multiple parts of settings #391

samuveth opened this issue Aug 1, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@samuveth
Copy link
Contributor

samuveth commented Aug 1, 2022

Instead of having to sign the whole space settings object every time you make a small change to the settings create a way to sign and validate only what the user is changing.

https://discord.com/channels/707079246388133940/747049240022482974/1003160419713687572

One idea would be to send changes in an array.

[
  { name: "name", value: "Snapshot" },
  { name: "voting.delay", value: 121212 },
]

But how to manage different type?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants