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
Closes#4896.
This adds the requisite tables, with a component parametrized by the
numeraire for price information. Price information uses candlestick data
for generating the price, so the recently added event will need to be
used there.
This also backfills in rich domain types into old crates as necessary,
for convenience.
Also closes#4883, since at this point we've refactored out all
requisite schemas.
## Checklist before requesting a review
- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:
> indexing only
Following internal discussion, some design notes accepted for the insights dashboard:
Pindexer should have a new AppView specifically for the insights dashboard data.
One table for the token info, containing (at each height where the values change):
Another table for the shielded pool, for each asset, at each time:
The intention is that the changes can then be calculated on demand by querying the current value, the value 24h ago, etc.
The text was updated successfully, but these errors were encountered: