Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Remove all authors and permlinks from worker objects #1129

Closed
afalaleev opened this issue Feb 19, 2019 · 0 comments
Closed

Remove all authors and permlinks from worker objects #1129

afalaleev opened this issue Feb 19, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@afalaleev
Copy link
Member

After implementing of #1123 we don't need the following fields in worker objects:

class worker_proposal_object : public object<worker_proposal_object_type, worker_proposal_object> {
.....
        account_name_type author;
        account_name_type approved_techspec_author;
        shared_string approved_techspec_permlink;
....
 }
class worker_techspec_object : public object<worker_techspec_object_type, worker_techspec_object> {
 ....
        account_name_type author;
....
        account_name_type worker_proposal_author;
        shared_string worker_proposal_permlink;
....
        shared_string worker_result_permlink;
....
};
@afalaleev afalaleev added this to the 0.21.0 milestone Feb 19, 2019
@maslenitsa93 maslenitsa93 self-assigned this Feb 22, 2019
@maslenitsa93 maslenitsa93 changed the title Remove all authors and permlinks from worker objects. Remove all authors and permlinks from worker objects Feb 22, 2019
maslenitsa93 added a commit that referenced this issue Feb 25, 2019
maslenitsa93 added a commit that referenced this issue Feb 26, 2019
afalaleev pushed a commit that referenced this issue Feb 27, 2019
Remove all authors and permlinks from worker objects #1129
maslenitsa93 added a commit that referenced this issue Jul 24, 2019
Remove all authors and permlinks from worker objects #1129
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants