bamboo
bamboo copied to clipboard
Bamboo see https://github.com/cornellblockchain/bamboo
Hello, I've read some articles about Bamboo and also read some Bamboo contracts back in 2018-19 and always thought it is a promising new EVM language. I was wondering if...
Hi Chen! Yesterday you recommended me install bambooBSC VM version and is great! If I could connect me to database because I need reports in Qlik Sense could you provide...
Currently the parser seems to allow `selfdestruct msg.sender` without parentheses around `msg.sender`. For uniformity, we should require parentheses around `msg.sender`. * [ ] add a program using `selfdestruct msg.sender;` without...
There is a way to build the bamboo compiler in Javascript: https://github.com/pirapira/bamboo/pull/260#issue-164730163 but it is not documented yet in README. This issue keeps track of adding the instruciton to README.
Sometimes the bamboo compiler produces the following sequence that should be optimized away. ``` PUSH32 (Int 2) SLOAD PUSH32 (Int 2) SSTORE ``` https://travis-ci.org/pirapira/bamboo/builds/374552530#L4451