decentralized-identity / keripy

Python Implementation of the KERI Core Libraries
Apache License 2.0
28 stars 10 forks source link

Added support for delegated inception and rotation #60

Closed SmithSamuelM closed 3 years ago

SmithSamuelM commented 3 years ago

Added utility functions, delcept() and deltate() in core.eventing for creating Serder for delegated inception and rotation respectively. Added support to eventing.Kever and eventing.Kevery classes to support processing of delegated inception and rotation events.

Unit test is in tests.core.test_delegating.py

Unit test includes event test vectors for both the delegating and delegated events

This uses revised format for delegated inception and rotation as per KID003 pull request.