FournyP

Results 5 issues of FournyP

I have copy code from listeners existing in this repository Maybe it can be usefull to refactor into services but I don't have the time I suggest this PR anyways...

Hi, I've improved the GetLogs function because some of mandatory parameters are not mandatory for the etherscan API (e.g: `toBlock`, `fromBlock` and `topic`). I've also add missing parameter `page` and...

Hi, I've done this little change in the Dockerfile on my side for a personal project. The build is clearly inspired by the official [Kubo Dockerfile](https://github.com/ipfs/kubo/blob/master/Dockerfile). Imo it's make more...

Hi everyone, I just find a bug in the key `import` method while trying it for one of my project. I have the following error using kubo v0.28.0 : `Uncaught...

Description ------------- Hi, I wanted to write some mock for my interface : ```golang type ResponseLessUseCase[M any] interface { Execute(message *M) *errors.Error } type SendEmailVerificationUseCaseInterface ResponseLessUseCase[usermessages.SendEmailVerificationMessage] ``` But only the...