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

Implement Delete #13

Open
ed255 opened this issue Sep 6, 2021 · 1 comment
Open

Implement Delete #13

ed255 opened this issue Sep 6, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ed255
Copy link
Contributor

ed255 commented Sep 6, 2021

How hard will it be to implement a Delete function in the Tree?
This feature would be useful in vocdoni-node in the StateDB, where the Tree is a collection and sometimes we want to remove entries (for example, the list of oracles, or the list of validators).

@ed255 ed255 added the enhancement New feature or request label Sep 6, 2021
@arnaucube
Copy link
Collaborator

arnaucube commented Sep 6, 2021

Not quite hard, similar to Update or Add but with few differences for the logic when going up from the leaf. I understand that for the use case is not urgent for next week couple of weeks, it can be done once we finish the current iteration ^^

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