ベーキング報酬はいつステーキングバランスにカウントされますか?
2 回答
- 投票
-
- 2019-02-18
- 凍結したデポジットはステーキングバランスの一部です(そうしないと、ベーキング中にステーキングバランスが低下します).
- 凍結された報酬は、ステーキングバランスの一部ではありません.凍結されていない場合にのみ考慮されます.
あなたが見た場合: https://gitlab.com/tezos/tezos/blob/master/src/proto_alpha/lib_protocol/src/delegate_storage.ml#L445
サイクルの最後に、報酬のみがロールストレージに追加され、デポジット(削除されない)も料金(ブロックの直後に追加される)も追加されないことがわかります.
- Frozen deposits are part of the staking balance (otherwise, your staking balance would decrease during baking);
- Frozen rewards are not part of the staking balance. They are taken into account only when they are unfrozen.
If you look at: https://gitlab.com/tezos/tezos/blob/master/src/proto_alpha/lib_protocol/src/delegate_storage.ml#L445
You will see that only the rewards are added to the roll storage at the end of the cycle, neither the deposits (never removed) nor the fees (added immediately after the block).
-
こんにちはfabrice私は彼らがまだステーキングバランスにカウントされている敷金に関してあなたが言うことを述べているドキュメントで見つけることができませんでした.ソースへのポインタを追加していただけませんか?ありがとう!Hi fabrice i could not locate in the documentation where they mention what you say regarding security deposit still counting towards the staking balance. Could you please add a pointer to a source ? Thanks!
- 0
- 2019-02-23
- Ezy
-
ソースへのリンクを使用して投稿を編集しました.I edited my post with a link to the sources.
- 0
- 2019-02-23
- lefessan
-
ありがとう!http://tezos.gitlab.io/mainnet/whitedoc/proof_of_stake.htmlを更新して、あちらでもこれを正確にする価値があるでしょう.たぶん、ロールセクション(保証金の影響を受けないと言う)と保証金セクション(所有するロールの数に影響を与えないと言う)にありますthanks! Would be probably be worth updating http://tezos.gitlab.io/mainnet/whitedoc/proof_of_stake.html to precise this over there too. Maybe in the roll section (to say they are unimpacted by security deposit) and in the security deposit section (to say they dont impact the number of rolls owned)
- 0
- 2019-02-23
- Ezy
-
- 2019-02-21
はい、すべてのデポジットが新しいユニットの承認に参加します
Yes all your deposits participate in the approval of new units
-
FWIW、これはアカウントのTzScan「バランス」タブのスナップショットです.FWIW, this is a snapshot of TzScan "Balance" tab of an account.
- 0
- 2019-02-21
- lefessan
「ステーキング報酬」またはベーキングに向けたロールの数について、2つの関連する質問があります.ベーキングまたは承認から作成されたデポジットは、ステーキングバランスにカウントされますか?また、ロックされた報酬は私のステーキングバランスにカウントされますか?