smartcontracts

Results 302 comments of smartcontracts

This was the result of a bug within the whitelisting logic. Specifically, if a user attempted to create a smart contract but wasn't whitelisted then the transaction would be executed...

Maybe easier to do a nested mapping like `mapping (bytes32 => mapping (uint256 => uint256))` since it's functionally identical but a bit easier to read. I wouldn't worry about the...

What would the pseudocode for the new algorithm look like with ^^^ that change?

Gonna close this. Not much we can optimize here and I got rid of the need for this in mainnet.

@0xB548E I think CI is currently set up to execute `lint:check` as to not automatically fix the issues before reporting warnings. But I am a bit confused because other lint...

Attempting to reproduce now

Hmmm am unable to reproduce, Ubuntu 20

Hmmm yeah something weird going on here, I can't reproduce at all. What version of docker-compose are you using?

Am looking into this again now.