synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
195 stars 99 forks source link

Decode in Progress #32

Closed horca17 closed 6 years ago

horca17 commented 6 years ago

Hello, we did more research and we create ower own Quorum Blockchain with 5 nodes (3yes-2no permissioned) on Linux and Mac from scratch and we are using Quorum-Maker option 3 to attach to an existing node, and as you said only some features are available. We can also deploy contracts. We are not using Docker nor Vagrant. We can do transaction privately and publicly using simplestorage.sol contract between nodes. Can you tell me more about this error Decode in Progress, we tried to move some ether from a pre-founded address to a no-funded one, any idea?

screen shot 2018-07-06 at 10 12 02 pm
dhyansraj commented 6 years ago

The decode functionality was not mature in 2.2. We have added more datatype support and code improvements in development branch. Please give a try by checking out development branch. We are planning for a 2.2.1 release soon, if you could wait.

horca17 commented 6 years ago

Using attach to an existing node (option 3), on geth 1.7.2, Quorum 2.0.2, Quorum-Maker 2.3, compiled on my own private blockchain on my Mac without using Vagrant/Docker. Great job @synechron-finlabs . Some bugs yet, but getting there.

screen shot 2018-07-22 at 9 16 00 am
rjbanner commented 6 years ago

Hi @horca17. Ether transfer transactions should now be specified as such in the 2.3 Release whatsapp image 2018-07-22 at 19 33 30

horca17 commented 6 years ago

Great!!!!!!

screen shot 2018-07-22 at 11 36 21 am