mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-05 22:53:07 +00:00
add TODO on proposerPublishTo
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
cff3a1526f
commit
db5fd6c157
@ -41,7 +41,7 @@ class Simulator:
|
|||||||
# pushed out by the proposer.
|
# pushed out by the proposer.
|
||||||
# 1: the data is sent out exactly once on rows and once on columns (2 copies in total)
|
# 1: the data is sent out exactly once on rows and once on columns (2 copies in total)
|
||||||
# self.shape.netDegree: default behavior similar (but not same) to previous code
|
# self.shape.netDegree: default behavior similar (but not same) to previous code
|
||||||
self.proposerPublishTo = self.shape.netDegree
|
self.proposerPublishTo = self.shape.netDegree # TODO: make this an external parameter
|
||||||
|
|
||||||
def initValidators(self):
|
def initValidators(self):
|
||||||
"""It initializes all the validators in the network."""
|
"""It initializes all the validators in the network."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user