Skip to content

AutoCove v1.0.4 for Electron Cash

Compare
Choose a tag to compare
@TinosNitso TinosNitso released this 23 Dec 10:53
· 130 commits to main since this release
5183d7d

v1.0.4 notes:

  • OP_CODES, CODES, Codes & Op_Codes combo-box, with highlighted activation!
  • Auto-decodes now saved into a combo-box, with 'Clear all...' item.
  • Bugfix for when sender's txn is exactly size 255B.
  • Highlighting is now a slightly different color. Unfortunately the macOS shade I chose is too light - will be fixed next time.
  • OpCodes list display improved, with purple for Native Introspection. darkCyan was a tiny bit too close to darkGreen, so Locktime can be darkYellow & Reserved words brown (dark orange). Lines broken up into nullary, unary, binary & ternary etc.
  • '//' comments now enabled.
  • Bugfix for auto-decode when user holds in delete.
  • Users can now copy-paste whole raw txns and the decoder will store all P2SH Scripts. Another decoder is at imaginary.cash.
  • BOOLAND now ends lines (auto-decode).
  • Decoding in-Script data pushes up to 255B size now supported (instead of just 0x4b).
  • Thread.isAlive renamed to Thread.is_alive, to resolve Issue #1. I still haven't built EC itself from source, though. Apparently builds are deterministic.
  • Description moved from its own box to Script comments. Improved TabIcon.
  • preturn Script which is only 108B. Malleability was fixed years ago.
  • SHA256 Checksum 0000001e9dba81c3416e191153644daed60081aacf24f226055db613f0abb4f7 (49 kH/s · 1min). EC needs to be restarted when updating via re-install.