Hello!
Wanted to report a weird (but consistent) error I am seeing on the Testnet when interacting with Blend.
If I create a new account and fund it with friendbot, the first transaction I simulate underestimates the required resource, and the transaction fails when I attempt to submit it for: operation byte-write resources exceeds amount specified.
See testnet tx -> e8cfb728cdabdaaec9b2b535eae697ca1ab72812e83fcc8fcbdd68832bfd3ed6
If I try again, the second simulation run returns the correct simulation values (and they remain consistent and correct after this).
See testnet tx -> ac7325ca96969f2d15f304e2c9f5681506391910785f124a325fb1a63e2fd924
It seems like there might be some missed cost for new accounts when simulating. Curious if anyone has seen this before?