rchain-community / rgov

RChain liquid democracy demo: capability sharing, mailbox, directory, chat, ...
https://rchain-community.github.io/rgov/
10 stars 14 forks source link

Clicking "Deploy" does not update rholang code #57

Closed Bill-Kunj closed 3 years ago

Bill-Kunj commented 3 years ago

If the user has just entered a value in a field and immediately clicks "Deploy", the deployed code is not updated with the value from the field.

dckc commented 3 years ago

I'm leery about dealing with participate.js until #80 is fixed.

dckc commented 3 years ago

setFields is async; we need to be sure it's done before we let the deploy happen.