You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Hyperdrive._applyCheckpoint(): use a local storage variable cache for _checkpoints[_checkpointTime]
* HyperdriveDataProvider.query(): use a local storage variable cache for _buffer[currentIndex]
* HyperdriveLong._applyOpenLong(): use a local storage variable cache for _checkpoints[_checkpointTime]
* HyperdriveShort._applyCloseShort(): use a local storage variable cache for _checkpoints[_checkpointTime]
* HyperdriveTWAP.recordPrice(): use a local storage variable cache for _buffer[head]
* ERC20Forwarder.permit(): Post-increment the nonce earlier
* HyperdriveLP.redeemWithdrawalShares(): _withdrawPool.readyToWithdraw and _withdrawPool.proceeds should be cached
* HyperdriveLong._applyOpenLong(): _marketState.longsOutstanding should be cached
* HyperdriveLong._calculateOpenLong(): _marketState.shareReserves and _marketState.bondReserves should be cached
* HyperdriveShort._applyOpenShort(): _marketState.shareReserves should be cached
* ?:
* fixed tests
* yarn is annoying
* lint
* yarn again
* cspell
* codesize issues
* codesize issues #2
* Update foundry.toml
* Update foundry.toml
* Update foundry.toml
* rename
0 commit comments