Nadav Ivgi

Results 207 comments of Nadav Ivgi

Couldn't this be solved by using [`Builder::push_int()`](https://docs.rs/bitcoin/latest/bitcoin/blockdata/script/struct.Builder.html#method.push_int) instead of `Builder::push_slice()` for pushing the tags and [`Script::instructions_minimal()`](https://docs.rs/bitcoin/latest/bitcoin/blockdata/script/struct.Script.html#method.instructions_minimal) instead of `Script::instructions()`?

Why won't `instructions_minimal()` fix parsing?

> > Why not BitTorrent V2? > Vulnerable because of SHA1: https://www.bittorrent.org/beps/bep_0052.html As mentioned in the PR description, one of the reasons I included the SHA-256 alongside the infohash was...

> [ .. SHA-256 is included ..] to have an easy way for users to verify the file if they get it through some other non-torrent means (and therefore don't...

> The incentive model for people to seed BitTorrent content is that the data itself is valuable. Well to be fair there isn't really an incentive model for seeding on...

> You're using the word "incentive" in a very narrow way here, only referring to selfish economic incentives. People have other incentives too, such as doing good for their community....

> We already have systems like RGB's NFT's that have made the trade-off of requiring on-going backups in exchange for scalability. The tradeoffs with RGB/Taro are quite different. They require...

Rebased on top of master. Thinking about this some more, it may be better to include the hashes under a new tag type rather than as the content type. The...

> seems like the whole point of ordinals Different people can value different things about Ordinals. One could be excited about the ordinal numbers theory and digital token ownership on...

> So yes, in the inscriptions model if inscription data is not on chain every token transfer also requires a backup of that data by the new owner. That is...