Rosco Kalis

Results 109 issues of Rosco Kalis

Seems to be an issue mostly on MM's side, opened an issue here: https://github.com/MetaMask/metamask-extension/issues/28518

bug

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....

@mainnet-pat reached out and sent us this message: > Fyi guys, changing > ```ts > import { deflate } from 'pako'; > ``` > to > > ``` > //...

dependencies

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...

cashc-compiler

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...

javascript-sdk

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...

refactor

> 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).