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

Posting: allow app to add/delete permlinks #893 #896

Merged
merged 4 commits into from
Sep 25, 2019
Merged

Conversation

zxcat
Copy link
Contributor

@zxcat zxcat commented Aug 28, 2019

No description provided.

@zxcat zxcat added this to the Sprint-aug-19 milestone Aug 28, 2019
@zxcat zxcat requested a review from afalaleev August 28, 2019 13:10
@zxcat zxcat self-assigned this Aug 28, 2019
@zxcat zxcat requested a review from s-medvedev August 28, 2019 13:11
zxcat added 3 commits August 29, 2019 17:30
it's possible to setup coping of csv to docker, where executable copied, but this test is not strictly required. it used only for local testing of whole permlinks dump. so decided to simply skip it in buildkite to reduce dependices
require_auth(_self);
uint64_t parent_pk = 0;
if (parent.author) {
eosio::check(parent.permlink.size() > 0, "Parent permlink must not be empty");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case of addpermlinks action this message doesn't give information about failed permlink. It's will be good to add some information to understand which on which permlink fails.

@afalaleev afalaleev merged commit 8601f4f into develop Sep 25, 2019
@afalaleev afalaleev deleted the 893-add-permlinks branch September 25, 2019 07:27
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

Successfully merging this pull request may close these issues.

3 participants