Eric Bouchut

Results 18 issues of Eric Bouchut

👏Thank you for taking the time to compile this timely list. 👍 It is very useful.

Hi @petervanderdoes Git flow hooks are really useful, thank you for that! Sometimes, something may be _temporarily_ broken (in the hook) and prevent it from running correctly and in these...

Fix a typo in the README, `Separate the Editor from the Sidebar` section.

The branch names in the french version (`experience`, `server`) is not in sync with the ones in the diagrams (`experiment`, `server`). I suggest to either use the same as in...

Update **`DefiPool`** and **`DefiPool.getContractBalance()`** not to use `address(this).balance` in order to prevent **self-destruct** attacks. See: https://solidity-by-example.org/hacks/self-destruct/

security
contract

See: https://consensys.net/blog/developers/solidity-best-practices-for-smart-contract-security/#use-interface-type-instead-of-the-address-for-type-safety

security
contract

Test the Solidity smart-contracts

epic
contract