Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano
https://plutonomicon.github.io/cardano-transaction-lib/
MIT License
92 stars 50 forks source link

Investigate memory leaks #1620

Open klntsky opened 4 months ago

klntsky commented 4 months ago

There are rumors that despite using GC, we still have memory leaks somewhere (based on observations related to a client's project).

I have a feeling that it might be applyArgs.

We need to adapt this code to be able to test arbitrary Contract scenarios and see if any of the tests trigger the leak.