Fernando Greco

Results 10 comments of Fernando Greco

What I understand is: we need to have the `txHash` from the wallet (MM, Ledger, etc), get the object of that tx and modify it's `gasPrice`, sign it and send...

@Arachnid, A workaround I can think of for that particular case is that when you create a different transaction, you set the same `nonce` of the transaction you want to...

If this is still a problem... this issue should be addressed in #1088.

I was reviewing code coverage, and this is the list of tests that can be added (I'll create an issue per task) based on what won't change between `v1` &...

I'm ok with the idea of removing the _Goal_ for the Dutch Auction. The constant option seems a bit misleading

## Technical challenges In this section we're exploring the different techinal aspects that we must consider at the moment of implementing this issue. ### Delegate `executeSignatures` payment to the user...

In this issue we're going to focus only on networks that support `eth_getLogs`, for networks that don't, a different issue was created: #160.

@fzavalia why wouldn't you just short-circuit the instantiations in the warp command?

> > @fzavalia why wouldn't you just short-circuit the instantiations in the warp command? > > I don't think it is responsibility of the command to do that, you have...