synechron-finlabs / quorum-maker

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

Truffle does not migrate contracts to QM #77

Closed stefanionescu closed 5 years ago

stefanionescu commented 5 years ago

In my migrations file I do the following:

https://gist.github.com/stefanionescu/6f0b2f565c34956f4e91cb35ddff77fb

Before migrating I unlock the first node with this code:

https://gist.github.com/stefanionescu/24e60d6ffa97011d2b921be47e91c950

Regardless, when I migrate to "node1Public", I don't see the transactions in QM. Do I do something wrong?

rjbanner commented 5 years ago

You may need to downgrade Truffle to v4.1.x or try https://github.com/trufflesuite/truffle/pull/1806 Also can you confirm that the port in truffle actually maps to what was set up in quorum-maker

rjbanner commented 5 years ago

Please reopen this if this solution does not work