Currently, createProposal branches off master only. This makes it possible to issue a proposal only off of the current district map.
This is probably enough for most use cases, especially given we support proposal revisions, but it might be worthwhile to add support for branching off an arbitrary branch (base one proposal on another). I'm running into this as I author sample projects.
Currently,
createProposal
branches offmaster
only. This makes it possible to issue a proposal only off of the current district map.This is probably enough for most use cases, especially given we support proposal revisions, but it might be worthwhile to add support for branching off an arbitrary branch (base one proposal on another). I'm running into this as I author sample projects.