You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

  • Welcome (Mark Ford)
  • Open Forum


Discussion on sawtooth-core issues:

  1. Plan and action for pending batches in a validator node. For example, in case of consensus engine like sawtooth-raft if an invalid transactions are not removed from follower nodes pending batches queue.
  2. Issue with "maximum_peer_connectivity"
    1. Name suggests that it limits maximum peers a validator can connect to. But in reality it appears to be limiting the number of connections (there's one inbound and outbound connection).
    2. Seen that there are multiple connections to the same validator node. Causing the node to reach "maximum_peer_connectivity" limit and reject all other peering requests. Experimented with just 4 nodes.


Other topics:

  1. Conclusion on builds in proxy network


Pending PRs:

  1. PRs in sawtooth-core
    1. Allow transaction processor to receive raw transaction header.
  2. PRs in sawtooth-raft
    1. Issue and discussion on need for forking in sawtooth-raft.


RFC review:

  1. Delete by prefix, plan and actions.
  • No labels