Merge pull request #353 from input-output-hk/list_dijkstra
feat(consts): add Dijkstra era and docstrings
feat(consts): add Dijkstra era and docstrings
Add DIJKSTRA to CommandEras and Eras, bump CONWAY protocol version to 10, and document the era constants.
feat(makefile): allow upload outside activated venv
Drop .check-venv-activated prereq from upload target. Any env with twine installed works now. Error out with install hint if twine missing.