Fara Woolf
Fara Woolf
> @fbwoolf I assume this is related to the work you're tackling with [leather-io/issues#69](https://github.com/leather-io/issues/issues/69)? Yep!
@kyranjamie it seems like this is unnecessary and can be closed?
> * silly question ... but I couldn't find the ">" icon in `/@leather-wallet/ui/dist-all/src/icons` the expand icon is the closest thing to it. Am i looking at the wrong icon...
@pete-watters I started reviewing this here, but maybe I should do on the original PR, or are you taking this on to do further refactoring? I'm not understanding some of...
@pete-watters was the design intention here to actually use the `IconButton` component? Did something change from what is in the issue description?
@pete-watters the fix ended up being real simple here based on my changes in this commit: https://github.com/leather-io/extension/pull/5600/commits/ea297d9ac4a4f70af6cfbe457602ec993a7f07a4 All I had to do was add a `bg="ink.background-primary"` to the div wrapping...
@markmhendrickson @kyranjamie This is a prob again w/ the signer lib not supporting the 'ms' address type. We created a function `getAddressFromOutScript` to get around it, but if you call...
The fix is here in the mono repo. I need to install the change into the extension. We simply had an outdated fn in the mono repo and installed it...
@alter-eggo it might make sense for you to review these changes? I think this touches code you've worked on recently adding multiple recipients?
> @fbwoolf do you know if we query the metadata API for Nakamoto testnet data specifically, or if we're defaulting to just regular testnet metadata? The basePath of the query...