WebOfTrust / keripy

Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
https://keripy.readthedocs.io/en/latest/
Apache License 2.0
56 stars 53 forks source link

Now uses versioned Counter class in core.counting everywhere. Old unversioned coring.Counter has been removed. #826

Closed SmithSamuelM closed 2 months ago

SmithSamuelM commented 2 months ago

This is the first major step in supporting verisoned CESR with versioned count codes.
Next steps,

SmithSamuelM commented 2 months ago

@pfeairheller I didn't merge this yet because wanted you to be appriased of it. I checked and it does not break anything in Keria, because Keria does not directly reference Counter or CtrDex. I didn't know if something else might break.

SmithSamuelM commented 2 months ago

The last commit breaks Keria so I fixed Keria as well but keripy needs new dev tag to github tests pass for keria