Alexander Kondratskiy

Results 70 comments of Alexander Kondratskiy

Thanks for pointing out the `bytecode_hash = "none"` option. Unfortunately we don't want to turn that off so that we can verify. Here is my intuition - Currently because `bytecode_hash...

@Oighty @gakonst Currently going through deployments using Gnosis Safe and stumbled upon this issue. Still trying to figure out the best way to glue everything together, and where to jump...

Hi @fenos, could you take a look? Any ways to mitigate this warning?

@saihaj @dimitrovmaksim How is the migration going? Any updates? Thank you! This is currently stopping us from using newer matchstick features like assert messages, and `dataSourceExists`, just because we are...

@saihaj @dimitrovmaksim It has been almost 8 months. Is it possible to just add a flag to pass an explicit release on the commandline? This would bypass the check and...

@azf20 Thanks. Either solution would work for us.

@azf20 @leoyvens Should this issue be moved back into graph-tooling? I like this idea: > I think this could be solved exclusively on graph-cli by manifest templating. Perhaps [networks.json](https://thegraph.com/docs/en/deploying/deploying-a-subgraph-to-hosted/#using-graph-cli) could...

@azf20 @saihaj Any thoughts/updates on this issue? Running into this again. I tried using the `blockHandlers` with `filter: once` to create some things from a template, but there isn't a...

`dataSource.network()` and `dataSource.address()` help a lot! I did not know about those, thank you!

Hi! I've also noticed this problem (as have many others). I really needed this functionality for an application I am writing, so reimplemented it using two threads here in this...