r-publishing / rpub-mono

Monorepo for RPublishing
Apache License 2.0
2 stars 2 forks source link

updatemasterdictionary.js should allow updating of a single contract #24

Open Bill-Kunj opened 2 years ago

Bill-Kunj commented 2 years ago

Currently, updateMasterDictionary.js updates all the contracts with the generated code from deploy-rgov. It wuold be better to allow the update of a single RGOV contract

David405 commented 2 years ago

@Bill-Kunj The current generateRholangContract functions allow for adding a single contract to the master dictionary, is this what you mean?

Bill-Kunj commented 2 years ago

@Bill-Kunj The current generateRholangContract functions allow for adding a single contract to the master dictionary, is this what you mean?

It sounds like it, but is there a CLI script for updating a single contract?