Thomas

Results 111 comments of Thomas

Yeah this sounds great, curious how we'd uncover this info?

I think a short term fix could be to change that specific transaction to `Stacks 2.0 Genesis Block` or something like that. However, the larger issue at play here is...

Sure -- so we need to do a few things. We are no longer using the custom server found here: https://github.com/blockstack/explorer/blob/main/server/index.js We need to start using it again, and it...

This kind of error usually happens when a wrong type of value is passed to a clarity function

you can use yarn resolutions to force your application to resolve to a specific version, so you could do something like this in your package.json ```json "resolutions": { "smart-buffer": "npm:@syvita/[email protected]"...

I think this makes a lot of sense and is something I've brought up before, and if I remember correctly it is actually very common in Ethereum. It's unique in...

just a heads up, i've recently been playing around with the blockdaemon service too, and their TS library installs a large amount of dependencies that could be of concern, esp...

another option would be to make sure all query keys were associated with the currently selected account. once the account changes, the query keys would no longer be active

The address will change depending on if you put `mainnet` or `testnet` in the client provider in the example. Make sure you're on the latest versions for each, as there...

Wonderful, thank you for all the questions/comments! I love when folks really dig in, so you don't seem picky to me at all :) for question one, you can see...