attestantio / vouch

Apache License 2.0
112 stars 28 forks source link

Separate accounts before batch signing. #19

Closed mcdee closed 3 years ago

mcdee commented 3 years ago

Accounts and distributed accounts were bundled up together for signing. This was non-optimal, as they have different requirements (single shot Vs. distributed threshold). This separates them in to two groups, and signs them as separate sets of requests.