zxpectre
zxpectre
> As refer you may read the following issues > > * [graphql-compose/graphql-compose#112 (comment)](https://github.com/graphql-compose/graphql-compose/issues/112#issuecomment-367616354) > * [graphql-compose/graphql-compose#72 (comment)](https://github.com/graphql-compose/graphql-compose/issues/72#issuecomment-317243160) > > ```js > const middleware = next => async rp =>...
I am having a similar situation, and not even ogmios/node is returning the right required fee. Any updates?
Thanks @sgillespie, we really need this. Also I'm about to suggest CF's Ledger Sync to take same approach earlier. Yes it is harcoded all across the repo, on code, migration...
Ty for the reply @panoply , im parsing js-like scripts like the one I shared, not just JSON. Wrapping text a la "template literals" is managed by my code using...
I would really appreciate if you could cover my use case as I'm sure this can help everybody, this are very generic needs btw. I'm on a hurry and using...
Thanks @lisicky, will try to spot all the issues these days and will come up to you again if I get blocked by any. Still working on Chang readiness, was...
Cannot spot exact issue yet but with latest version on big schema file it is now hanging for minutes and finally failing. Prior versions worked ok.
How to reference deployed scripts and datums on TransactionWitnessSet, not using TransactionBuilder?
Thanks @lisicky for the quick response! but that's exactly what make us rebuild the entire legacy workflow, I am looking to avoid adding that to any builders and your suggestion...
How to reference deployed scripts and datums on TransactionWitnessSet, not using TransactionBuilder?
I've tryied that first and had some tx validation errors from node, will review the code and retry, maybe something silly is missing. Thought has to do with a change...
How to reference deployed scripts and datums on TransactionWitnessSet, not using TransactionBuilder?
**UPDATE**: I've managed to solve some of the issues, internally `PlutusScript` instances were loosing the associated `Language`, causing errors on related stuff such as ScriptDataHash calculations and others. The behaviour...