Target releaseRelease name or number
EpicLink to related JIRA epic or feature
Document status
Document owner
DesignerLead designer
DevelopersLead developer
QALead tester


Goals

Background and strategic fit

There needs to be a way that platform updates can be released in such a way that node operators know when the upgrade takes effect.   In non-shared blockchain implementations, this is handled by block height.  However, RChain aims to be sharded, which means that the block height mechanism probably won't work.

Assumptions

Requirements

#TitleUser StoryImportanceNotes
1Accept updatesAs a validator, I want to control whether I accept an update or notMust Have
  • Each shard has the option to accept an update or not.  Validators that don't want to take on the update, have an option to unbond from their current shard and bond to another shard.  
2Shard version number?As a validator, I want to select a shard that is running a specific version of the RChain protocolMust Have
  • Each shard publishes the version of the protocol it is running in the block information.
3Consensus on updates?As a validator, I would like to apply the update as the same time as the other validators in my shard, so that our shard doesn't have a forkNice to Have
  • It would be really smooth if the validator set could come to consensus on when the update takes effect.  This way an entire shard could update at once.

User interaction and design

Include any mockups, diagrams or visual designs relating to these requirements.

Questions

Below is a list of questions to be addressed as a result of this requirements document:

QuestionOutcome
When will a feature take effect?Communicate the decision reached


Not Doing