zxpectre
zxpectre
Greate project already! Simple suggestion for non technical users UX: If only one could set the default open tab in BullAdapter settings, for example to "logs" instead of data, a...
Hi, I need to implement an after-doc-saved callback or to chain a promise after a mutation resolver in order to add later subscriptions. How can I implement that? Using .wrapResolve()...
Hi, I'm trying to migrate to '@emurgo/cardano-serialization-lib-browser' from asmjs. I'm using - "typescript": "^4.1.5", - "wasm-loader": "^1.3.0" OR "webassembly-loader": "^1.1.0" - "@emurgo/cardano-serialization-lib-browser": "^7.1.0", - "@craco/craco": "^6.1.2", - "react-scripts": "^4.0.3", -...
How to reference deployed scripts and datums on TransactionWitnessSet, not using TransactionBuilder?
Our code handles all witnesses after calling `TransactionBuilder.build()`, among them all plutus scripts, datums and redeemers. How can we reference deployed datums and scripts using reference inputs without adding witnesses...
Is there a way to make db-sync use another schema instead of 'public'? Say like passing a POSTGRES_SCHEMA env var with a different name? This is really needed to properly...
Hi, I'm afraid whitespace is breaking proper token detection, without whitespaces this works. I am missing some option setup in here? Works: ``` jsonToObj(replaceAll('{"hello": {"FOO": {"world": 1234}}}',"FOO",cache.foo)); ``` Fails: ```...
Hi guys! We are happy to announce that on [GameChanger Wallet](https://gamechanger.finance/) we have added **Roundtable** live-sync feature in addition to our previous manual signature importing feature we had for our...
Hi! I've raised to a friend at CF and on todays Chang migration for Dapps AMA that I've probably spotted an issue with the new reward calculation that by being...
**OS** Your OS: ``` Operating System: Ubuntu 24.04 LTS Kernel: Linux 6.8.0-40-generic Architecture: x86-64 (hostnamectl) ``` **Versions** The `db-sync` version (eg `cardano-db-sync --version`): `Docker image: ghcr.io/intersectmbo/cardano-db-sync:13.4.0.1` PostgreSQL version: `16.1-bullseye` **Build/Install...
Hey @lisicky ! thanks for all the work you guys are putting for Chang HF. I'm updating GC using tag 12.0.0-beta.7 as time is running out. Specifically wanted to ask...