IntersectMBO / plutus-apps

The Plutus application platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status of transaction and transaction outputs should be moved out of plutus-pab and into plutus-chain-index

koslambrou opened this issue · comments

Describe the feature you'd like

Currently Plutus.PAB.Core.ContractInstance.STM keeps in memory the status of transaction and transaction outputs of ALL transactions in the blockchain in memory through the type BlockchainEnv.

Not good!

This information should be indexed instead on-disk by the plutus-chain-index.

Issue derived from #372.