You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'll be good to store timestamp for blocks along with height so that transactions and balances can be queried with timestamps.
I propose introducing a blocks table to capture that data. (Will submit a PR for this soon)
At this point, since mainnet has now launched, I assume we should introduce new migrations rather than modifying existing ones, correct? (cc @mateuszjasiuk@Fraccaman)
The text was updated successfully, but these errors were encountered:
That's fine! I should've added issue. Anyways, I think as a rule of thumb maybe we should add a label like: "ready" or sth, to indicate that issue makes sense and we do not double the work.
It'll be good to store
timestamp
for blocks along withheight
so that transactions and balances can be queried with timestamps.I propose introducing a
blocks
table to capture that data. (Will submit a PR for this soon)At this point, since
mainnet
has now launched, I assume we should introduce newmigrations
rather than modifying existing ones, correct? (cc @mateuszjasiuk @Fraccaman)The text was updated successfully, but these errors were encountered: