TRNSLOCTOKS RAM Usage analysis

 

print statements were added to capture tx size when 50 periods are used for trnsloctoks.

these recorded 900 bytes as the tx size.

the existing RAM bump logic was computing the RAM bump to be 3k for this tx.

the RAM bump has been modified to be a constant 1200 for all trnsloctok calls..

 

development testing was completed on this to verify that the new ram bump works as expected, permitting other calls and not leading to a memory usage exceeded error on chain.

 

further testing required…

full regression testing of trnsloctoks intermixed with other regressions to prove no out of memory errors occur.