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 upsert in genesis import to allow accounts change #656

Closed
zxcat opened this issue May 15, 2019 · 1 comment
Closed

Implement upsert in genesis import to allow accounts change #656

zxcat opened this issue May 15, 2019 · 1 comment
Assignees
Milestone

Comments

@zxcat
Copy link

zxcat commented May 15, 2019

Some system accounts initialized by core so genesis import can't insert records with same primary/unique key (to change abi/code/permissions).
Upsert (updates if can't insert) will resolve this issue.

@zxcat zxcat added this to the Sprint-may-14 milestone May 15, 2019
@zxcat zxcat self-assigned this May 15, 2019
zxcat added a commit that referenced this issue May 17, 2019
+ genesis-create and genesis_import can now update system account (abi/code)
+ genesis-create can now add permissions to existing system account
+ fix storing payer of system tables
+ unify logs
+ create-genesis prints hash as the last line of output
@zxcat
Copy link
Author

zxcat commented May 17, 2019

PR #690

afalaleev added a commit that referenced this issue May 19, 2019
Update existing accounts from genesis #656 + fix payer
@zxcat zxcat closed this as completed May 20, 2019
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