mempoolとは
-
-
mempoolに関するブログ投稿はここにあります:https://medium.com/simplestaking/the-tezedge-node-a-deep-dive-into-the-mempool-part-1-1a01e3b9de9aA blog post on the mempool can be found here: https://medium.com/simplestaking/the-tezedge-node-a-deep-dive-into-the-mempool-part-1-1a01e3b9de9a
- 0
- 2020-06-30
- arvidj
-
1 回答
- 投票
-
- 2019-02-02
mempool は
shell (それ自体がノードの一部です) - mempoolは、チェーンに含めるために送信されたが、パン屋によってまだブロックに含まれていないすべてのトランザクションで構成されています.
- パン屋は原則としてmempool内の任意のトランザクションを選択できるため、ガス制限とブロックサイズ制限の二重の制約の下で受け取る料金の金額を最大化するトランザクションを選択する必要があります.
- 現在、ノードによって直接管理されており、受け取りたい手数料の最小額やその他の手数料パラメータを指定できます.料金の詳細については、こちらもご覧ください:
プロト003の料金?
最後に、パン屋がmempoolでトランザクションを選択するために使用するアルゴリズムの詳細は、ここ.
The mempool is a part of the shell (it self a part of the node).
- The mempool is made of all transactions which have been submitted for inclusion in the chain but not included in a block yet by bakers.
- Bakers can in principle choose any transaction in the mempool so they should choose those that maximize the amount of fees they receive under the double constraint of the gas limit and block size limit.
- Right now it is managed directly by the node which lets you specify the min amount of fees you wish to receive and other fee parameters. You can also see here for more information on fees: Fees in proto 003?
Finally, details of the algorithm that bakers use to choose transactions in the mempool are given here.
-
この回答の最後のリンクは、パン屋がmempool内のトランザクションを選択するために使用するアルゴリズムの詳細ですが壊れています.更新してもらえますか?ありがとう!The last link in this answer, which details the algorithm the baker uses to choose transactions in the mempool, is broken. Can you please update it? Thanks!
- 0
- 2020-02-04
- mikereinhart
-
気にしないでください、ここにあります-https://gitlab.com/tezos/tezos/-/blob/mainnet-staging/src/proto_006_PsCARTHA/lib_delegate/client_baking_forge.mlNevermind, here it is - https://gitlab.com/tezos/tezos/-/blob/mainnet-staging/src/proto_006_PsCARTHA/lib_delegate/client_baking_forge.ml
- 0
- 2020-02-04
- mikereinhart
Tezosmempoolについて言及するコメントや質問をたくさん見ましたが、mempoolが何であるかについての明確で簡潔な説明は見ていません.
完全な回答は次のことをカバーする必要があります