janniks

Results 154 comments of janniks

Would it make sense to allow pushing a missing attachment? i.e. if a user has the attachment (or access to a node which has it), could then push the attachment...

Not scoped/planned so far. But we can re-prioritize if there is demand for this

Hi, seems like there is demand for a transfer feature. 👏 We’re currently wrapping up testing for the upcoming fork. I’ll pop this back on our radar and target Q4.

Got it, thanks for the report. I had been using the same serialization from the bridge-lib earlier, but only the dust amount was withdrawn, so I assumed this was the...

I will double-check, but I believe this is how multi-sig txs work in Stacks, the signing needs to be in-order.

Hi, would you like to contribute? ✨ _In short I would:_ Add a function `networkFromAddress(address: string)` to the transactions package (packages/transactions/src/utils.ts) which decodes the given address (using c32addressDecode) and compares...

Exactly, that doesn’t work and why I believe some other method might be better suited. 😕 The network would have the correct version, but shouldn’t be used for broadcast etc.

Hi, maybe we should instead add a new method like `isMainnet(address: string)` which can easily be combined with others -- let's hold off on the actual implementation and gather some...

Great issue write-up -- thanks! 🙏 Yes, I agree. We'll prioritize this 👍

Since this would be sort of a breaking change (since the new endpoint requires an API, not just a Stacks node) I'll add this to an upcoming refactor of Stacks.js...