Results 476 comments of Friedger

I still see this here: https://mempool.space/tx/6b5376d7d20aa502cbe0318bd2d1a2b21706a368a9f6e9a7e4b44e7b7e9265bc using 6.44.0

That is good news. We need the sponsor's signature before we can broadcast.

I see the fees when I use a localhost as network in my app in the requests to the extension as shown in the screenshot. This is reproducable. I don't...

If we propose using `0x` as marker for hex encoding, we should be consistent and do it all over the library and not allow non prefixed hex strings. For the...

How difficult is it to integrate into existing payment flows? E.g. compared to eth integration. Maybe something for the introduction.

> I'd advise against this design, though. It will not work with hardware wallets, many of which will only sign Bitcoin transactions with approved derivation paths, Stacks' m/44'/5757' would not...

Using `docker compose` instead of `docker-compose` fixes this error: ``` docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked' ```

How does this sip go with #156 ?

@markmhx Gaia dependency is part of auth protocol. You want to change the protocol?

@kyranjamie We store app meta data in the profile and we use the gaia protocol for storage. See also (https://github.com/stacksgov/sips/blob/58aae536637ad9236365d0873f07d8d831b4add1/sips/sip-x/sip-x-authentication-protocol.md#public-profile) To remove dependency we either A) need to remove the...