Skip to content

v2.0.0 Omni Lock support

Compare
Choose a tag to compare
@TheWaWaR TheWaWaR released this 10 Aug 04:30
· 238 commits to master since this release
b86b24a

Changes

  • Add omni-lock support
    • Support administrator mode
    • Support anyone-can-pay mode
    • Support time-lock mode
    • Support Unlock via owner's public key hash (sighash/multisig/ethereum)
    • Support Unlock via owner's lock script hash
  • Add acceptable_indexer_leftbehind field in DefaultCellCollector
  • breaking change: change CapacityProvider::new(lock_scripts) argument type
    • from Vec<(Script, WitnessArgs)> to Vec<(Script, WitnessArgs, SinceSource)>
    • Add CapacityProvider::new_simple for compatible with old function