pipeos-one / pipeline

Visual IDE for composing Solidity smart contracts and Dapp agents. Use on https://remix.ethereum.org : Settings -> Plugin -> click on Pipeline
36 stars 15 forks source link

Client - remove check for old remix #96

Open loredanacirstea opened 5 years ago

loredanacirstea commented 5 years ago

https://remix.ethereum.org now uses the new plugin api version. Code that checked for the old plugin version should be removed. Changes in https://github.com/pipeos-one/pipeline/pull/92 should be reverted.

loredanacirstea commented 5 years ago

Done partially in https://github.com/pipeos-one/pipeline/commit/629f389cb6cbecef0cc549a6c799d35447621cb6#diff-a755fd7243a8b98f55d0c97bb1f0cca7

Need to also remove remixInterfaceWarning code.