essential-contributions / essential-server

Centralized implementation of the Essential declarative protocol
Apache License 2.0
0 stars 0 forks source link

feat: Sign intent sets by their CA #133

Closed mitchmindtree closed 5 months ago

mitchmindtree commented 5 months ago

Based on #132.

This is a follow-up to essential-contributions/essential-base#129.

Note: This also changes the memory-storage intent set storage behaviour to no longer track the order in which intents are submitted, and to instead always produce intents ordered by their CA.

To-Do