synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

Changing solc version #79

Closed stefanionescu closed 5 years ago

stefanionescu commented 5 years ago

QM only allows contracts compiled with solc 0.5.1. Is there a way to change the compiler version?

dhyansraj commented 5 years ago

Actually not a restriction from QM, but rather because of the underlying Quorum version. You can use QM 2.5.1 which uses old Quorum and works fine with pre 0.5 version. If you really want to use latest QM, with old Quorum, you can custom build the QM docker images. Please follows steps in https://github.com/synechron-finlabs/quorum-maker-image

stefanionescu commented 5 years ago

Thank you!