Rosco Kalis
Rosco Kalis
Seems to be an issue mostly on MM's side, opened an issue here: https://github.com/MetaMask/metamask-extension/issues/28518
Would be cool to have an overview of these (for a wallet): 1. How many approvals given 2. How many approvals revoked 3. Gas spent on approving and revoking 4....
v0.13
@mainnet-pat reached out and sent us this message: > Fyi guys, changing > ```ts > import { deflate } from 'pako'; > ``` > to > > ``` > //...
The 2026 network upgrade will add `OP_DEFINE` and `OP_INVOKE` which allows us to define and invoke reusable functions. We should add a syntax to the CashScript language that allows users...
It is currently possible to run debugging where the added input UTXOs are from a different contract (or P2PKH address) than the unlocker used to unlock it. In the libauth...
We use Lerna for out monorepo setup. We're still on v3, latest is v8. We've tried updating in the past, but this was hard due to many new major version...
> I really miss the following syntax I stumbled upon in my app: > ``` > int a, int b = tx.inputs[0].nftCommitment.split(8); > ``` > Instead I need to express...
We relied on Reservoir for a lot NFT images and other metadata. We should fix this (in the `whois` repo).