pokt-network / pocket-core

Official implementation of the Pocket Network Protocol
http://www.pokt.network
MIT License
210 stars 103 forks source link

[DRAFT] Enable Session Create w/ Insufficient Servicer Count #1606

Open Olshansk opened 1 month ago

Olshansk commented 1 month ago

Description

This is a WIP demo PR to consider enabling session creation even if the number of nodes in a session is insufficient.

Example 1:

  1. SessionNodeCount is 24
  2. 1 Supplier is staked for a chain
  3. Session will still be created with 1 supplier

Example 2:

  1. SessionNodeCount is 24
  2. 50 Supplier are staked for a chain
  3. Session will be created with a pseudorandom set of 24 suppliers, as always.