Compiler version is hardcoded, I can't find where buidler stores that (as full version), if at all.
There is still an issue with contracts DAORegistry, GenesisProtocol and Redeemer which I couldn't yet solve
Update: I easily verified DAORegistry and Redeemer manually with the same flattened data used by the script. DAORegistry uses an older compiler but didn't work with the script even using that compiler, though worked manually. The only contract I was unable to verify is Genesis Protocol.
Caveats:
Update: I easily verified
DAORegistry
andRedeemer
manually with the same flattened data used by the script. DAORegistry uses an older compiler but didn't work with the script even using that compiler, though worked manually. The only contract I was unable to verify is Genesis Protocol.