David Laprade
David Laprade
@apbendi I was just able to reproduce the error on Arbitrum I ultimately got it to work ([send tx here](https://arbiscan.io/tx/0xd2c849383a4a544d00729b9dfe925d70e0f31f50488579403cc83c64ba60a6fa)) by bumping the native send gas limit but tbh I'm...
@apbendi I just rebased on top of master and retried max sends on mainnet and arbitrum, per: > I gave this another look and tested out both Arbitrum and Mainnet....
Alright @apbendi @mds1, I think I _finally_ figured out the remaining issues we were having. I just rebased on master (again) and I think this is ready for re-review. I...
Here's what I'm thinking for how this could be done. ### We need checkpointed, rebased balances The issue is that we need to know the rebased token balance for users...
We chatted about this yesterday. Taking some notes here so we don't forget what was discussed. > One thing worth considering is whether the abstraction we have in place is...
I dug into Aave a bit more to figure out where/when it updates the relevant reserve values that we need to have checkpointed, then looked into whether or not there...
Based on the above, I think adding checkpointing to these functions will cover all of the reserve changes that we're capable of capturing: * _mintScaledWithCheckpoint * this function was added...
I was thinking about this more today and I feel pretty stupid, because **I don't think we actually need to store any of the reserve data after all** 🤦. Here's...
I think we can close this now that #21 has merged. Feel free to re-open if I'm wrong here!
@r-icarus Obviously this isn't necessarily an issue with the library, but I can't seem to figure out how to add headers either. It's the one thing stopping me from using...