python-evrmorelib is a fork of python-ravencoinlib, based on python-bitcoinlib. It adds supports for all most important things related to Evrmore.
Added OP_CHECKSEQUENCEVERIFY support (BIP112):
- Implemented the opcode as OP_NOP3 (0xb2)
- Added SCRIPT_VERIFY_CHECKSEQUENCEVERIFY verification flag
- Updated script evaluation to handle CSV opcode
- Added a test case to verify the implementation
- Added an example of creating payment channels with CSV
- refactor of sign and verify
- made requirements file single source of truth
- included needed dependancy in requirements
- multisig (p2sh) capabilities, better vanity script
- small fixes
- fix magic string for signing messages
- set evrmore specific settings.
- Initial release as a fork from python-ravencoinlib