iotaledger / inx-chronicle

IOTA permanode implemented using the IOTA Node Extension (INX) interface.
Apache License 2.0
14 stars 13 forks source link

Optimize token distribution endpoint by storing only the most recent version (Nova) [none] #1356

Closed begonaalvarezd closed 6 months ago

begonaalvarezd commented 7 months ago

Description

Priority: none

The token distribution stores everything but we only just use the most recent version. We could optimize and improve chronicle by just keeping the most recent version

Motivation

Cleanup

Requirements

Open questions (optional)

Are you planning to do it yourself in a pull request?

No.

DaughterOfMars commented 7 months ago

Implemented!