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

Deletion of EOSIO contract tables #17

Closed
KevinTuncer opened this issue Mar 3, 2022 · 1 comment
Closed

Deletion of EOSIO contract tables #17

KevinTuncer opened this issue Mar 3, 2022 · 1 comment

Comments

@KevinTuncer
Copy link

If you delete the teleport entries with delteles() you have to delete the entries of the cancel table, too. Otherwise new entries in the teleport table can use primary keys which are already taken by the cancel table. This leads to the situation that these entries of teleport table cannot be canceled.

@KevinTuncer
Copy link
Author

Deleting old teleports in the teleport and cancel table without violating consensus is now enabled in my pull request #21

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