updated ethereum.js and moved to subfolder
* Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC
This commit is contained in:
@ -550,6 +550,9 @@ var contract = function (address, desc) {
|
||||
result[displayName][typeName] = impl;
|
||||
|
||||
});
|
||||
console.log("call:")
|
||||
console.log(result.call)
|
||||
console.log(JSON.stringify(result));
|
||||
|
||||
return result;
|
||||
};
|
||||
@ -1195,4 +1198,4 @@ module.exports = web3;
|
||||
},{"./lib/abi":1,"./lib/contract":2,"./lib/filter":3,"./lib/httpsync":4,"./lib/providermanager":5,"./lib/qtsync":6,"./lib/web3":7}]},{},["web3"])
|
||||
|
||||
|
||||
//# sourceMappingURL=ethereum.js.map
|
||||
//# sourceMappingURL=ethereum.js.map
|
||||
|
Reference in New Issue
Block a user