T2961
Recognize overpaid registration fees as valid. Bugfix discovered in authoring this diff: txs without OP_RETURN should return false from parseAliasTx
Differential D13206
[alias-server] Accept overpaid tx fees bytesofman on Feb 28 2023, 23:18. Authored by
Details
T2961 Recognize overpaid registration fees as valid. Bugfix discovered in authoring this diff: txs without OP_RETURN should return false from parseAliasTx npm test
Diff Detail
Event TimelineComment Actions The registration frontend via cashtab uses preset fees depending on the bytes in the alias, so it does not give users the option to set the fee themselves. Technically, any dev can register via custom scripts by sending the fee and the appropriate OP_RETURN script to the payment address, but I don't think we need to hand hold those specific use cases. Comment Actions The 'official' front ends will create txs with specifically accurate fees. We can't stop people from creating their own txs and sending the wrong amount of money. The ultimate safety net is the ability to review on a case by case basis and refund. If it is a common problem, we can make it automated --- but this would require a hot wallet. |