El De-dog-lo

Results 539 comments of El De-dog-lo

Just to confirm @BlinkyStitt, the transaction isn't getting posted twice right?

@bayou020 what does the constructor for `UniV3FarmDeployer` look like?

how about the constructor for `FarmDeployer`?

> > how about the constructor for `FarmDeployer`? > > Did we ever figure this out? I have gotten issues like this when using dynamic types in a ctor before...

I would like to take a crack at this over the next few weeks, if possible. I eventually need to use this library in a Substrate runtime to have an...

Oh, great tip! Thanks! I have a smaller library to upgrade first, so this will get me there eventually.

@tomusdrw would it be okay to upgrade all uses of `HashMap` to use `BTreeMap` instead? --- Edit: I'm working through the error list of doing this upgrade, down to some...

Cool, well I'll see if I can get it working in a branch and will maybe submit a PR to figure out how to handle gating with `no_std`. Sound like...

The other big issue I had is `std::error::Error`/`std::io::Error`. Not sure how best to handle this, but it doesn't look trivial to swap out from my limited knowledge.

I've been thinking about this a bit more, and it probably makes more sense if just the Web3-specific types are available as no_std, perhaps as a separate crate. A great...