Skip to content

v1.2.0.0

Compare
Choose a tag to compare
@Bushstar Bushstar released this 20 Nov 17:18
· 128 commits to master since this release
  • Segregated Witness BIP9 Soft Fork
    • Elimination of unwanted transaction malleability
    • Capacity increase
    • Weighting data based on how it affects node performance
    • Signature covers value
    • Linear scaling of sighash operations
    • Increased security for multisig
    • More efficient almost-full-node security
    • Script versioning
  • CHECKSEQUENCEVERIFY BIP9 Soft Fork
  • Faster synchronization
  • Hierarchical Deterministic Key Generation
  • Dynamic transaction fee
  • RPC Access Control Changes
    • -rpcallowip=192.168.1.* becomes -rpcallowip=192.168.1.0/24
    • -rpcallowip=* becomes -rpcallowip=::/0
  • REST interface with -rest flag
  • Watch-only wallet support
  • Block file pruning
  • Memory usage optimization
  • Reduce upload traffic
  • Direct headers announcement
  • Notifications through ZMQ