[iota-indexer] Remove large-object representation of genesis transaction #3974
Labels
infrastructure
Issues related to the Infrastructure Team
sc-platform
Issues related to the Smart Contract Platform group.
Milestone
Description
#2245 introduced the large-object representation of the genesis transaction into the database to overcome the size limitations of the built-in types.
However, #3054 introduced splitting the genesis transaction into multiple transactions of significantly smaller size.
This allows handling the genesis transaction as any other transactions in the indexer and cleaning up the the large-object API for the sake of simplification.
The text was updated successfully, but these errors were encountered: