Klaus Hott Vidal

Results 43 comments of Klaus Hott Vidal

I'm also trying out the timestamp approach and works well here but there's a bug when executing `down`. Instead of going to the previous version, it just subtracts 1 from...

I tried creating a migration on a previous date from the current version and the migration doesn't run. Yes, this library does support having a large number as an ID...

Thank you @vmihailenco I had a look at it and changing from this solution to that solution was really easy.

Not sure if ERC223 is a long term option though, since Vitalik himself doesn't approve and in the future, all addresses will be contracts regardless of them being or not...

Thanks for the tip on rubocop. Yes, the comment made sense according to the approach of that. But what i propose now is to categorize the error according to the...

Ethlint did address this issue duaraghav8/Ethlint/issues/264 Any thoughts on this one?

@jbaylina the test is now passing and is correct. Apparently `undefined` is in fact, equal to `undefined` which was the false positive on the previous test.

Hey @ahmedali8 I still like the readme describing how to use the repo. However if you feel like changing things, I'd suggest the badges urls in the readme: https://github.com/paulrberg/hardhat-template/actions https://github.com/paulrberg/hardhat-template/actions/workflows/ci.yml/badge.svg...

This looks good, and definitely a good first step for the customisation of this template.

Or maybe this behaviour should be added using a decorator?