emergent_reasons
emergent_reasons
[Old introduction article](https://read.cash/@flipstarter/introducing-flipstarter-695d4d50) to Flipstarter. It's fundamentally the same thing as @mikehearn's Lighthouse. It's an entirely self-hosted, open source funding solution that uses trustless assurance contracts (all or nothing) where...
These appear in the installed file for `data.d.ts`. When we use this to encode or decode large values, I think that will cause false state right? ``` export declare function...
After looking at everything, since sats are by definition within safe range, and assuming competent coding by the user... the only thing I see that has real potential to give...
Yes [here](https://gitlab.com/GeneralProtocols/anyhedge/library/-/blob/development/lib/util/anyhedge-util.ts#L308). Also wouldn't be mad at all about a full bigint upgrade that forces us and everyone to be more careful. That's a big move though.
Somebody asked me to clarify about the issue with bigints. Just to make sure it's all in one place: BCH inputs/outputs can be left as numbers because they cannot be...
Whatever it is in the end, please I beg that it be explicit about `bigint` vs. `number` (float) behavior. A common thing I found with extended json schemes is that...
I never quite understood the need for a special `Uint8Array` datatype when it will be marginally more efficient at best, and further reduce portability over hex. This is in contrast...
Thanks for the explanation Jim. I would really like to split the discussion - I'm not making any statement about the bigint part. That is strictly necessary. I'm saying that...
Jim is putting a placeholder for this feature into some code we are working on. Looking at the details, one thing jumped out at me - I recommend not using...