Angus Pearson
Angus Pearson
NACK-ish You can already inscribe a BitTorrent infohash if you want, and there will be people that understand that doing so isn't really the same as putting the content iteself...
> I don't understand the weird gatekeeping. > Why are we trying to dictate what MIME types are allowed and not? > Seems totally unnecessary. To be clear, I'm not...
> How? ord doesn't let you do that. Fair point, current release doesn't, but PR #1482 adds arbitrary MIME type support, or as @1440000bytes says you can inscribe it as...
> Why would it be bad for explorers to make a copy of torrents available for users, similarly to how they make a copy of on-chain inscribed files? I think...
(maybe related, I had a build fail from pre- https://github.com/bitcoin-core/secp256k1/pull/1009 with the current `libngu` on Mac Sonoma -- though I don't think you're pulling that diff in here?)
test: Refactor fee/feerate calculations in feature_fee_estimation.py to use Decimal instead of float
ACK aa46f0ec82c65fc8bb67c544c6b16296940d96dd
As a stopgap/quick fix, could use the compat API that Pydantic v2 still provides? https://docs.pydantic.dev/2.0/migration/#continue-using-pydantic-v1-features e.g. `from pydantic.v1 import ConstrainedStr` etc.?
ACK 0fb17bf61a40b73a2b81a18e70b3de180c917f22
> Maybe adding some "this is intended" comment would make sense for a follow-up. Could make the 'cast' explicit in the second branch, though there's already the comment making it...
This is really cool, but I wonder if it'd be better to create a new repo in cashubtc for this GUI, and for it to use [`cashu`](https://pypi.org/project/cashu/) as a library,...