decentralized-identity / keripy

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

Refactor code to better support TEL with more code reuse #149

Open SmithSamuelM opened 3 years ago

SmithSamuelM commented 3 years ago

Add data flow router. Extracted stream processor code from Kevery and put in data flow router so router can route both KEL and TEL message types

Merge message types

Make Prefixer more generalized to support VC Registry etc inception class message data bodies.

SmithSamuelM commented 3 years ago

I fixed the Prefixer and and merged Ilks to support the VDR Fixed all the tests. Added code parameter to VDR.eventing.incept because generic Prefixer does not default the code.

SmithSamuelM commented 3 years ago

Left to do extract data flow router stream processor from Kevery