cloudfoundry-attic / blockhead

CF-Extensions Blockhead project
Apache License 2.0
3 stars 3 forks source link

Update pusher.js to match the latest solc.js output #48

Closed nimakaviani closed 5 years ago

nimakaviani commented 5 years ago

The new version of Solc.js returns a different JSON for a compiled contract. In particular, contract.abi is renamed to contract.interface and contract.bytecode is renamed to contract.binary.

For compatibility purposes we need to make sure we update these references in all variations of the broker that use pusher.js

nimakaviani commented 5 years ago

the ruby implementation is obsolete and the bosh deployment and kubernetes deployment of the broker both use the pusher.js file in this repository which already addresses the issue.