Frank Hinek
Frank Hinek
@Ichigo85 @marek5050 @Ekiwoulf The ION Tools [README](https://github.com/decentralized-identity/ion-tools) updated with complete working example of creating an updating an ION DID. I also created an example repo that has detailed versions of...
@dcousens any blockers remaining to publish a release to NPM registry?
We could also potentially check the `isSecureContext` and throw a more helpful error message. ```typescript if (globalThis.isSecureContext === false) throw new Error('instructive message') ``` More info: https://developer.mozilla.org/en-US/docs/Web/API/isSecureContext
In the event that the PFI cannot automatically handle the refund, it seems that a `Close` message with a `success` boolean and arbitrary `reason` text would be insufficient to notify...
Another related but slightly different scenario to consider: What happens if the `payin` method is one time use only and Alice only sends a partial payment in the future transaction?...
> @frankhinek do those payment links typically allow you to pay in a partial amount? In my experience with both stripe and square links, the full amount is required Fair...
The term "Liquidity Provider" seems to be the most fitting choice out of the options we've considered. It ties directly back to the original concept of tbDEX as a "Liquidity...
> I don't think "liquidity provider" works because the protocol is meant to support non-currency exchange as well. A thought came to mind but what if there are different types...
A few more thoughts after further reflection: The essence of providing liquidity isn't limited to traditional currencies or financial instruments; it extends to any assets, including non-currency items, that can...