Skip to content

Commit

Permalink
Merge pull request #2624 from jamescowens/update_pool_cpids_and_avw_r…
Browse files Browse the repository at this point in the history
…ules

gui, voting: Update pool cpids and avw rules
  • Loading branch information
jamescowens committed Jan 13, 2023
2 parents e8162a4 + ffcdc27 commit 675f5c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/gridcoin/researcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class MiningPools
m_mining_pools.push_back({ "7d0d73fe026d66fd4ab8d5d8da32a611", "grcpool.com", "https://grcpool.com/" });
m_mining_pools.push_back({ "a914eba952be5dfcf73d926b508fd5fa", "grcpool.com-2", "https://grcpool.com/" });
m_mining_pools.push_back({ "163f049997e8a2dee054d69a7720bf05", "grcpool.com-3", "https://grcpool.com/" });
m_mining_pools.push_back({ "f1f4d4e93b5b319b0a54b09dd47f1486", "grcpool.com-5", "https://grcpool.com/" });
m_mining_pools.push_back({ "326bb50c0dd0ba9d46e15fae3484af35", "grc.arikado.pool", "https://gridcoinpool.ru/" });
}

Expand Down
10 changes: 5 additions & 5 deletions src/gridcoin/voting/poll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,11 @@ const std::vector<Poll::PollTypeRules> Poll::POLL_TYPE_RULES = {
// also require the weight type of BALANCE_AND_MAGNITUDE, so therefore the
// only poll type that can actually use BALANCE is SURVEY. All other WeightTypes are deprecated.
{ 7, 0, {} }, // PollType::SURVEY
{ 21, 40, { "project_name", "project_url" } }, // PollType::PROJECT
{ 42, 50, {} }, // PollType::DEVELOPMENT
{ 21, 20, {} }, // PollType::GOVERNANCE
{ 21, 40, {} }, // PollType::MARKETING
{ 21, 40, {} }, // PollType::OUTREACH
{ 21, 20, { "project_name", "project_url" } }, // PollType::PROJECT
{ 42, 35, {} }, // PollType::DEVELOPMENT
{ 21, 15, {} }, // PollType::GOVERNANCE
{ 21, 20, {} }, // PollType::MARKETING
{ 21, 20, {} }, // PollType::OUTREACH
{ 21, 10, {} } // PollType::COMMUNITY
};

Expand Down

0 comments on commit 675f5c7

Please sign in to comment.