Tarrence van As
Tarrence van As
> I'm out of the loop. @tarrencev are you able to declare these macros in Dojo via the mechanism that already exist in Scarb? Hmm I wasn't aware of a...
> I meant the CairoPluginRepository thingy that you use for the semantic plugin. Are you able to use InlineMacros via it or do you miss something on Scarb's side also...
@azurwastaken are you still planning to work on this?
@Mirko-von-Leipzig it was released in [0.10.2](https://github.com/starkware-libs/cairo-lang/releases/tag/v0.10.2). It's not very well documented but there is a good example here: https://github.com/xJonathanLEI/starknet-rs/blob/9eb34170792445c7af2fdab7c40aa4a33f6316e9/starknet-core/test-data/raw_gateway_responses/generate_responses.sh#L146 Basically, it will estimate a bulk transaction fee for sequential transactions...
Imo it would be better to handle this on the sdk side. Applications like Puppetcopy would already need a starknet sdk. It can easily abstract this by converting camel case...
Facing a similar issue. Did you manage to figure anything out?
I thought about this more and i think it makes more sense to just implement the server in Ion directly
How do we handle pagination in that case? iirc the cursor schema is up to us, so we would need to include a txn index in it. not sure how...
> > How do we handle pagination in that case? iirc the cursor schema is up to us, so we would need to include a txn index in it. not...
Good point. One improvement we could is to output the ipfs metadata uris into the manifest files. So unless it changes, we don't upload to ipfs. Another thing we could...