Improve helper scripts #41

Merged
bumi merged 7 commits from feature/improve-scripts into master 2018-04-29 07:43:23 +00:00
Showing only changes of commit 89261d039a - Show all commits

View File

@ -19,7 +19,7 @@ module.exports = function(callback) {
fsmanuel commented 2018-04-25 21:20:35 +00:00 (Migrated from github.com)
Review

Where does contributors come from?

Where does `contributors` come from?
fsmanuel commented 2018-04-25 21:20:35 +00:00 (Migrated from github.com)
Review

Where does contributors come from?

Where does `contributors` come from?
if (contributor.length < 5) {
contributorId = contributor;
} else {
contributorId = await contributors.getContributorIdByAddress(contributor);
fsmanuel commented 2018-04-25 21:20:35 +00:00 (Migrated from github.com)
Review

Where does contributors come from?

Where does `contributors` come from?
contributorId = await kredits.Contributor.functions.getContributorIdByAddress(contributor);
fsmanuel commented 2018-04-25 21:20:35 +00:00 (Migrated from github.com)
Review

Where does contributors come from?

Where does `contributors` come from?
}
console.log(`Creating a proposal for contributor ID #${contributorId}`);

fsmanuel commented 2018-04-25 21:20:35 +00:00 (Migrated from github.com)
Review

Where does contributors come from?

Where does `contributors` come from?
fsmanuel commented 2018-04-25 21:20:35 +00:00 (Migrated from github.com)
Review

Where does contributors come from?

Where does `contributors` come from?