Matheus Degiovani
                                            Matheus Degiovani
                                        
                                    For my use case: Must Haves: - Cursor with arbitrary navigation (move across lines, character, pages) - Editing in arbitrary positions (inserting/removing characters/lines in arbitrary points of the text view)...
Undo/Redo not important to me.
@glycerine any chance you have a demo on hand with embedding either editor as a tview form field?
I tested @Bios-Marcel `Editor` impl, and while it does have issues, it seems reasonable for a first try. The only thing I felt missing from it was being able to...
I double checked and indeed the only other place unrelated to tx or block submission that uses it is as a reply to a version message when the connected peer...
Possibly a dumb question, but I'm going to ask anyway. What about changing the signature hash calculation to: ``` signature_hash = BLAKE256(tx_meta_commitment_fields || txouts_midstate_hash || txins_midstate_hash || signature_hash_type || input_commitment_fields...
Agreed on possibly very low gains compared to the major switch to linear time. Thanks for the detailed discussion!
If you have multiple voting dcrwallets running (as recommended) make sure they are all using the same software version and they are all configured to vote the same way.
In that case, how about: add a new flag (`0x80` "Non-wallet controlled credit"), then modify transaction processing such that we always add output 0 as a credit (with the correct...