bamboo icon indicating copy to clipboard operation
bamboo copied to clipboard

Bamboo see https://github.com/cornellblockchain/bamboo

Results 50 bamboo issues
Sort by recently updated
recently updated
newest added

Fixes #177

in progress

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...

This is about time this Bamboo compiler gets a logo.

help wanted

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...

bug
help wanted

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.

help wanted

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