rchain-community / rchain-api

An API for rchain dapps to communicate with the blockchain
Other
22 stars 12 forks source link

Deploy error when executing Rholang code. in proxy.js #86

Open jimscarver opened 3 years ago

jimscarver commented 3 years ago

What causes the error "Deploy error when executing Rholang code." getting a map result from a deploy.

the code ends with:

stdout!(["counts", *counts])  |
deployId!(*counts)

we get the counts map on stdout but we get the error instead of counts back in deployId.

dckc commented 3 years ago

I don't have enough information to address this.

Exactly what steps should I take to reproduce the symptoms?

jimscarver commented 3 years ago

The steps to reproduce the symptoms are here https://docs.google.com/document/d/1V5k9tDjztEVDYiXJG1-Hpb0rNtVcV22GrsdXb0pDUx8/edit#

jimscarver commented 3 years ago

I get the same error on testnet. image