floblockchain / flo

The Flo Blockchain allows for 1080 bytes of arbitrary data storage on every transaction! FLO is an Archival Blockchain dedicated to long-term data storage and preservation. It offers a secure and decentralized platform for storing important information like public records, ensuring their integrity and accessibility over time.
MIT License
32 stars 21 forks source link

sign floData for all transactions #10

Closed bitspill closed 4 years ago

bitspill commented 5 years ago

All 0.10.4 nodes should be off the network by now following the hard fork back in April - this PR changes the default to now sign floData for all transactions rather than only segwit

Unsigned floData sent by old nodes or other libraries that may not be signing yet are still accepted - this only enables extra protections by default instead of being explicitly opt-in

OstlerDev commented 5 years ago

I am in favor of making this change, it should make it much easier for people to make sure that their floData is included in the TX signature by default. As I have recently been doing some research I have observed that currently almost all transactions are excluding the floData from the signature. I assume that most FLO users use FLOcore to create the transactions, either through QT or the JSON-RPC.

Do we have a release timeline that we are thinking about for this PR?