Finer simulations on Approval Weight
Closed this issue · 0 comments
NaitsabesMue commented
We would need:
- AW for every transaction and Confirmation Time (even without attacker)
Data: txID, nodeID of issuer, issuingTime, confirmationTime for each node
average over all nodes for a given txID, and then average + standard - each peer should send messages according to their mana: fix TPS for example 1000; a node with a x% of mana will issue 1000*x% messages per seconds (perhaps normalize the mana distribution such it sums to 1)
- Change tip selection, for example, change number of tips, or from URTS to something else. In other words, make TSA configurable.
- Allow attacker nodes like
multiverse.NewAttackerNode
- (*) dependence on different mana perceptions (up to now the mana is fixed)