Yun
Yun
> If we have `entities_by_members` why would we still need `entities_by_keys`? From a querying standpoint, we shouldn't really care about if a search field is a `key` or not. If...
The first query requires just the keys array, while the second requires model name and member field params. Perhaps `models_by_members` is a better name for the second one.
Yes, for type safety use the second one, tho the side effect is you'll only receive entities consisting of specified models
> As far as I understand `SimpleBroker::publish(model_registered); ` should call `clear` method from the `ModelCache` struct? So `SimpleBroker` will publish an event when a model is registered, we could subscribe...
Hi @loothero! Mmm u r right, I reproduced issue. Yes, please file an issue. I don't think we have test coverage for this from indexer side.
> @broody Can I work on this? Ah I've been out of the loop, I think @lambda-0x is taking over this, but deferring to @glihm sensei
Hi @fracek! we're working on integrating the new WalletAccount APIs in controller, from what I understand, this should just work with get-starknet right?