tgrospic / rholang-vscode

Rholang extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tgrospic.rholang
MIT License
9 stars 6 forks source link

support exploratory deploy, deploy, choice of nodes, and docker-shard #10

Open dckc opened 4 years ago

dckc commented 4 years ago

https://github.com/rchain-community/rchain-docker-shard

nzpr commented 4 years ago

This PR will enable exploratory deploys on validator nodes with --dev-mode option. https://github.com/rchain/rchain/pull/3130

How do you see use of docker-shard in vscode extention? A single node is enough for developing, running the whole shard seems unnecessary .

dckc commented 4 years ago

docker-shard supports single-node mode. The main distinction is that it's a validator, not just doing eval.

Perhaps I should have called it "choice of validator and observer nodes" since I want not just local nodes but also remote nodes.

dckc commented 4 years ago

now maybe I should split this into separate issues.