Sunny Gonnabathula

Results 26 issues of Sunny Gonnabathula

may be even easier if we created simple class for: - storing the entire Buffer - iterating over each bit - mapping over each bit

performance

Here's the error I get when trying to import `lib/GroveLib.sol`, the Grove library: ``` lib/GroveLib.sol:243:13: Warning: Uninitialized storage pointer. Did you mean ' memory replacementNode'? Node storage replacementNode; ^--------------------------^ lib/GroveLib.sol:244:13:...

Hello! To make a long story short, I want to write a contract that operates as a distributed order book, allowing users to exchange one currency for another, even when...