Matt Ketmo

Results 39 comments of Matt Ketmo

Hello. Talking about saving space in the database, what about using `bytea` instead of `char` for hash & address columns? (this has also the advantage not to worry about case...

@joshstevens19 what kind of protection does it really provide? I see it can protect against a too long string, but it won't protect against a a smaller string or same...

Hello, thanks for your contribution. I don't think I'll merge it as is, since I see some issues with doing it that way. - The output should be muted; displaying...

Hello @thevops, I'm not familiar with `poa`, I guess it's https://github.com/strangelove-ventures/poa ? Is this a module used by specific chains? If yes, which ones are concerned? The staking module here...

@VincentLanglet Hello, I invited you as a collaborator. Feel free to fix anything needed in this repo ;)

Hello @fabtreb Could you share me which chain is it? Is there is public rpc node I could call and eventually an example of pubkey you pass in input? Thx

Fixed in the v0.13.0 release

Hello, You can try branch `bn254` in PR #99. I just added it as a placeholder, which means it will bypass this error but without having real support for this...

Hey, thanks for the suggestion. That's also something I had in mind. It won't work for all chains, since some don't use the staking module, or use a custom version,...