deploy-all regenerates basic rchain contracts #255
Labels
bootstrap
Anything affecting bootstrap tooling
dev environment
Anything affecting dev interface
enhancement
New feature or request
polish
Code polishing tasks
We need help!
When doing a deploy-all, two things are deployed: 1) the basic rchain/rchain contracts, and 2) the RGOV contracts.
Provided deploy-all has been previously performed, step (1) is unnecessary when deploying changes to only the RGOV contracts.
A snapshot could be taken with
create-snapshot
that consists of only therchain
contracts, which would make adeploy-all
of only the RGOV contracts much faster.I'm sure there are other alternatives: perhaps splitting
deploy-all
intodeploy-rchain
followed bydeploy-rgov
would be appropriate.The text was updated successfully, but these errors were encountered: