Results 18 issues of Luis Schliesske

Hi, It would be amazing if the Chai matchers for [Emitting Events](https://ethereum-waffle.readthedocs.io/en/latest/matchers.html#emitting-events) and [Called on Contract](https://ethereum-waffle.readthedocs.io/en/latest/matchers.html#called-on-contract-with-arguments), would also have a way to be used for `delegatecalls`. Something like: ```javascript const...

Hi, As discussed with @germartinez in Telegram I will collect some feature requests here: It would be great to have the following simple methods exposed by the CPK instance: -...

ts

It would be great if the CPK Factory had two pure methods that returned the 👍 1. extcodehash of the Proxy being deployed 2. runtimCode (because why not) This way...

contracts

This PR updates ConnectGelato (gelato.sol). The latest ConnectGelato was deployed by us on 1st December 2020 and has since then be used for all things InstaDapp-Gelato on mainnet. I copied...

It would be sweet to have a `oz` `CLI` `command` that would let you fetch `already deployed` `contract instances` that were not deployed by you via `oz create`. This `command`...

topic:dx
kind:feature
status:hot

You have to use `parseInt` `gasPrice: parseInt(utils.parseUnits("10", "gwei")),` in your hardhat network configs, else some error is thrown. Would be nice to have BigNumber support there too.

status:blocked
type:feature
blocked-reason:breaking-change

Original issue see: https://github.com/gelatodigital/limit-orders-lib/issues/82 Goal: All orders `expire` at a given date, so that they can be pruned by Gelato bots. **Limit Orders Lib**: - [ ] Add new constant...

Hi, I am referencing the conversation #10317 . It would be nice to have a way to catch errors thrown during `abi.decode` operations. Quoting @chriseth: > Instead of try/catch we...

language design :rage4:
high effort
high impact
must have
needs design