Skip to content

Re-evaluate the use of KV-driven incrementing IDs for users, members, nodes and proposals #1378

@eddyashton

Description

@eddyashton

Our incrementing IDs expose CCF users to dangerous mistakes in the presence of rollbacks.

We could remove these IDs entirely. In most places we can instead use the digest of the caller's cert, and the only case this doesn't work is Proposals for which we should be able to generate a UID (on the node, while processing /gov/propose).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions