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

Delegate to pool #2705 #3175

Closed
wants to merge 10 commits into from
Closed

Delegate to pool #2705 #3175

wants to merge 10 commits into from

Conversation

theoreticalbts
Copy link
Contributor

Closes #2705.

@@ -2019,6 +2019,8 @@ void custom_json_evaluator::do_apply( const custom_json_operation& o )
{
database& d = db();

ilog( "custom_json_evaluator is_producing = ${p} operation = ${o}", ("p", d.is_producing())("o", o) );
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these log messages intended for release or are they there from debugging?

};

/**
* Represents the total amount of an asset delegated by a user.
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we allowing other types of staked assets to contribute to RCs? I know we planned to allow users to delegate to SMTs to fund emissions and other automated actions.

* The delegated SP no longer generates RC for from_account, instead it generates
* RC for to_pool.
*
* Each SMT delegated to an account forms its own pool. Each account has only 3
Copy link
Contributor

Choose a reason for hiding this comment

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

How is SMT delegation a part of RCs?

@mvandeberg mvandeberg requested a review from sgerbino July 26, 2019 23:16
@mvandeberg
Copy link
Contributor

Closing in favor of #3438

@mvandeberg mvandeberg closed this Jul 30, 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

Successfully merging this pull request may close these issues.

Users Delegate to Multiple Pools
2 participants