T3060
Following review of D13916, practical to keep any spec modifications to their own diff, and good idea to do this before they are actually implemented.
Differential D13994
[alias] spec overview before alias-server implementation bytesofman on Jun 5 2023, 20:44. Authored by
Details
T3060 Following review of D13916, practical to keep any spec modifications to their own diff, and good idea to do this before they are actually implemented. Review changes for consistency with desired approach.
Diff Detail
Event Timeline
Comment Actions Actually if we want to do minimum pushes, better to support eMPP spec https://github.com/Bitcoin-ABC/bitcoin-abc/blob/master/chronik/bitcoinsuite-slp/src/empp/mod.rs In this way:
We need to add OP_RESERVED but still save a couple bytes. And of course, would also enable other app pushes in the same tx. That said, we should prob support both (legacy with min push and empp) Comment Actions Update While I think this would be cool,
So, will launch without eMPP support |