shresthagrawal
shresthagrawal
I think the bot should be talkative and more intelligent. It should check the commits after the last release and if there are new commits it should ask the user...
Python would work great! :+1:
@Z0Marlin Before reading below it would be really helpful if you once try release-bot in some test project or just skim through the code base. The proposal basically is to...
I can also help in testing it as I am also an arch user :))
Is it possible to extend this PR to support proof delegation for arbitrary function calls with public inputs?
In the #92 we are removing the `swap/buyOnUniswapFork` methods as they are legacy. This will also remove the requirement of init code
As tetu pools have a special function to get reserves you should also override the `generateState` ([here](https://github.com/tetu-io/paraswap-dex-lib/blob/master/src/dex/uniswap-v2/uniswap-v2.ts#L138)) in the pool implementation for tetuswap. I think you should extend the `UniswapV2EventPool`...
@bogdoslavik thats a good point. The original implementation was done by @ColonelJ. He confirmed it would be fine to switch the base implementation to use `getReserves` as well. If would...
The current implementation doesn't seem to be event based. Please read the documentation about event based systems [here](https://github.com/paraswap/paraswap-dex-lib#understanding-the-event-based-pricing-approach). I would advise to check out the existing event based dexes (like...
@TomasTomecek I am working on it :+1: