Eugenio

Results 21 issues of Eugenio

If i run network.evolve the function return a promise with the result, but if i run network.train i get a result. Shouldnt they be consistent? shouldnt both of them return...

### Comments Build in foundry. And just for fun and challenge myself. **Feedback is welcome** - each week is a different pool with different rewards - week number is defined...

Change a misspelling in "liquidity"

I noticed that the `Pausable` contract can be optimized for gas usage by adopting a similar mechanism used in the `ReentrancyGuard` contract. **💻 Environment** OpenZeppelin Contracts 4.9.3 **📝 Details** The...

breaking change

Fixes #4650 I noticed that the `Pausable` contract can be optimized for gas usage by adopting a similar mechanism used in the `ReentrancyGuard` contract. The `ReentrancyGuard` contract uses `uint256` constants...

### What version of Foundry are you on? forge 0.2.0 (82a74a6 2022-10-01T00:10:04.763218971Z) ### Describe the bug This is what im seeing ```(base) ➜ damn-vulnerable-defi-foundry git:(master) ./run.sh 10 [⠢] Compiling... No...

bug

Currently there is the `REQUIRE` that lets you mimic solidity `require(condition, "message")` I want to propose a `REQUIRE_CUSTOM_ERROR`: ``` #define macro REQUIRE_CUSTOM_ERROR() = takes(2) returns(0) { // [condition, customErrorSig] do_not_throwErr...

Now doesnt add a hidden input, instead just update the selectbox and trigger a change