disnet / contracts.js

Contract library for JavaScript
http://www.contractsjs.org
MIT License
149 stars 8 forks source link

support for node 0.6.x #1

Closed flosse closed 11 years ago

flosse commented 12 years ago

The current version depends on node 0.5.x :(

disnet commented 12 years ago

Yep, that's intentional, contracts.js doesn't work under 0.6.x. When node moved from 0.5.x to 0.6.x they downgraded their version of V8 which has some blocking Proxy bugs.

Just tested out node 0.7.3 and it looks like they've finally updated V8. As soon as that becomes stable we'll switch to it.