https://github.com/CornellBlockchain/bamboo
Raw File
Tip revision: bd27f8dfdb6f020ab1b24657e8dcb9624604333b authored by Yoichi Hirai on 30 May 2018, 19:14:02 UTC
Merge pull request #291 from iurimatias/master
Tip revision: bd27f8d
ReleaseNotes.txt
Version 0.0.03 (2018-05-04)

* fixes incorrect characters in the ABI https://github.com/pirapira/bamboo/issues/279
* integration tests with Ganache-cli https://github.com/pirapira/bamboo/pull/263
* bamboo.js using BuckleScript https://github.com/pirapira/bamboo/pull/260

Version 0.0.02 (2017-10-13)

* decimal literals #208 by @aupiff
* detecting racing side-effects #186
* banning the keyword uint in favor of uint256
* More elegant parser using Menhir libraries
back to top