{"type":"rich","version":"1.0","author_name":"npub1azvhdrf9fu6n0tm7yez4j6zcxcedp2ct6nrcq3z74naqs7kgpk8s5t2krq","author_url":"https://nostr.ae/npub1azvhdrf9fu6n0tm7yez4j6zcxcedp2ct6nrcq3z74naqs7kgpk8s5t2krq","provider_name":"njump","provider_url":"https://nostr.ae","html":"📅 Original date posted:2015-11-24\n📝 Original message:\u003eFrom a system developer standpoint, CHECKMATURITYVERIFY ties together \nthe semantics of this opcode with another existing feature in the system \n(coinbase maturity).\n\nHOWEVER...\n\nfrom an application developer standpoint, I think the concept of a \ntimelock is more relevant. Maturity is a concept that was introduced for \nthe sake of reducing the disruptive impact of reorgs. Miners would \nprefer to be able to spend the coins immediately, but instead they are \nforced to wait due to inherent limitations of the system. Timelocks, on \nthe other hand, are typically used to control when funds can be moved. \nIn these use cases, one or more of the parties involved explicitly want \nthere to be a delay even if there were an idealized situation in which \nconsensus is always reached instantaneously and there were never any \nreorgs.\n\nMoreover, since we already have CLTV, adding RCLTV or some variant \nthereof makes the relationship between the two more explicit.\n\nSo my vote goes to RCLTV or RCHECKLOCKTIMEVERIFY.\n\nAs for whether to explicitly use CHECK_..._VERIFY, consider that with \nsegregated witness it will be possible to add opcodes that can push \nvalues onto the stack (rather than just hard failing or NOP), so there's \nsomething to be said for naming consistency.\n\n- Eric\n\n\n\n------ Original Message ------\nFrom: \"Jorge Timón\" \u003cbitcoin-dev at lists.linuxfoundation.org\u003e\nTo: \"Btc Drak\" \u003cbtcdrak at gmail.com\u003e\nCc: \"Bitcoin Dev\" \u003cbitcoin-dev at lists.linuxfoundation.org\u003e\nSent: 11/24/2015 4:31:55 AM\nSubject: Re: [bitcoin-dev] Alternative name for CHECKSEQUENCEVERIFY \n(BIP112)\n\n\u003eI agree, I believe the first name that an op with equivalent \n\u003efunctionality had was simply op_maturity.\n\u003eAt least I remember we discussed such an opcode when discussing pegged \n\u003esidechains' design.\n\u003e\n\u003eI kind of dislike the check_x_verify naming pattern. We want all new \n\u003eoperands to return if whatever they're checking/verifying fails, fine. \n\u003eDo we have to repeat this redundant naming pattern forever due to that \n\u003ediscovery?\n\u003eI hope not, but if that's the case my vote is for CMV.\n\u003eAs said before, I believe the documentation and code comments can \n\u003ebecome much more clear with this change.\n\u003e\n-------------- next part --------------\nAn HTML attachment was scrubbed...\nURL: \u003chttp://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20151125/f2bded13/attachment.html\u003e"}
