windranger-io / windranger-mass-delegation-api-server

The API server that manages the delegation of votes and querying of an address' voting power.
Apache License 2.0
0 stars 3 forks source link

[Feature] DB id columns #6

Open CjHare opened 2 years ago

CjHare commented 2 years ago

Feature Description

Use an auto-incrementing column to each table, use that as the foreign key and implicit creation ordering.

Additional Information

jio-gl commented 2 years ago

That can also help with retrieving the last mass delegation set per delegator, otherwise, you have to get the last by block number.