Marek Kaput
Marek Kaput
Thanks for pointing this out. I can take a deeper look into this, though the time frame is unbounded. So in case someone else wants to, feel free.
ok, I changed my code to pass `global_id_translator` as `use Absinthe.Schema` argument and let it read the value from custom config parameter. I assume it may be better then to...
A possible solution would be to change approach and instead of explicitly calling `log_color_provider.get_color(...)`, filter logged messages via some kind of a middleware
I have updated issue description to outline topics that we need to investigate.
We are currently waiting for further developments in hints implementation and Starknet work, both are external to us.
Linked draft Cairo-rs PR which implements hints execution via Python interpreter.
> > rename protostar_version to min_protostar_version > > I dont think it's very nice, it is more like a source_version (which is terrible name). min_protostar_version does not suggest puropose of...
> > protostar. prefix everywhere? > > to mimic poetry i think?, we can get rid of it i guess? Poetry has the prefix because they are operating in `pyproject.toml`...
I believe the only thing we can put in `protostar.toml` is a minimum protostar version field, which will let users know their other peers which Protostar version is needed.