Jeremy Rubin

Results 86 comments of Jeremy Rubin

I'd love to work towards an objective framework for smart contract data so that use cases and designs can be evaluated appropriately. I'm trying in good faith to be as...

Ok, so if I can synthesize between our posts: 1. It respects the signers setup == Authentication 1. It is public == Availability 1. It is immutable == Authentication +...

For each of those topics I believe off chain data has preferable properties. It's not an exhaustive analysis, happy to go into more detail if you disagree on an individual...

I'm not sure what you mean by that. The formal process I'm trying to emulate here is something like: 1) Statement of goal 2) Proposed requirements/relevant properties 3) Agreement on...

I think it might be higher-impact to allow serving stellar.toml and other related files through IPFS. For memos I think typically you want to have the data as available as...

Why can't this go into a single IPFS hash entry (e.g., under homedomain)

A "requirement" that it "should". Then it's not a requirement, put whatever you like there!

yes you're right! here's a better version which shows not only correct colors, but also a taproot cooperative path ![states](https://github.com/JeremyRubin/utxos.org/assets/886523/0db7f356-e91b-4f35-b755-9c8f558680a0)

approach ack on removing libevent and having it operate over unix socket -- http functionality / REST can be provided via a proxy server.

cr ACK [cb0c9f6](https://github.com/bitcoin/bitcoin/pull/32247/commits/cb0c9f6389abc1d24b4fb8b80eaaa539acd81f92) This matches the BIP's semantics, and the implementation is reasonable. Minor nits above to reduce possibility of behavior changes for other users of Schnorr APIs.