v2.5.1
What's Changed
- feat(SpokePool): Add depositFor public function to override
depositor
address in FundsDeposited event by @nicholaspai in #367 - feat: Create USSLib by @nicholaspai in #369
- feat(SpokePool): Modify existing deposit() function to emit USSFundsDeposited event and add new depositUSS function by @nicholaspai in #371
- improve(SpokePool): Remove FundsDeposited event by @nicholaspai in #374
- fix: typo by @james-a-morris in #377
- docs: update comment by @james-a-morris in #376
- refactor(SpokePool): Remove token amount limits on depositUSS() by @pxrl in #380
- feat(SpokePool): Add USSRelayerRefund leaf struct with fillsRefunded merkle root hash by @nicholaspai in #373
- feat(SpokePool): Implement fillRelay/executeSlowFill by @nicholaspai in #379
- fix: use updated deployNewProxy fn by @james-a-morris in #383
- feat(SpokePool): Remove maxCount related logic by @nicholaspai in #384
- feat(SpokePool): Remove fillCompleted param from handleAcrossMessage callback in fillUSS function by @nicholaspai in #386
- feat(SpokePool): Require executeX() caller to be EOA by @nicholaspai in #385
- feat(SpokePool): Add USS SpeedUp creation and verification methods by @nicholaspai in #387
- improve(README): Add details about deployed contract versions by @nicholaspai in #370
- build(deps): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #366
- build(deps): bump @babel/traverse from 7.17.3 to 7.23.2 by @dependabot in #364
- improve(docs): add constructor arg docs to spoke deploy scripts by @james-a-morris in #389
- feat: Add _distributeRelayerRefund() unit tests by @nicholaspai in #396
- improve(tests): Add USSSlowFill MerkleLib unit tests by @nicholaspai in #390
- improve: Unit tests for _fillRelayUSS() internal logic and fillRelayUSS() external function by @nicholaspai in #388
- fix(SpokePool): Address speedup USS depositor signature logic and add unit tests by @nicholaspai in #392
- improve(SpokePool): Replace block.timestamp with getCurrentTIme() by @nicholaspai in #397
- improve(SpokePool): Remove
destinationChainId
from USSRelayData struct by @nicholaspai in #398 - feat: Add requestUSSSlowFill and executeUSS unit tests by @nicholaspai in #395
- feat: Add fillUSSRelayWithUpdatedDeposit unit tests by @nicholaspai in #400
- feat: Add _distributeRelayerRefund unit tests by @nicholaspai in #401
- fix(SpokePool): Decrement __gap due to new fillStatuses mapping and fix storage slot layout by @nicholaspai in #404
- feat(scroll): adapter and spokepool by @james-a-morris in #381
- feat(linea): add adapter and spokepool contracts by @dohaki in #382
- feat(SpokePool): Add EIP1271 signature test for USS speedup function by @nicholaspai in #405
- feat: Add foundry.toml to support
forge
commands on repo by @nicholaspai in #407 - feat(CCTP): ✨ modify adapters to include CCTP bridging of UDSC by @james-a-morris in #391
- feat(SpokePool): Add Natspec comments by @nicholaspai in #403
- feat: deploy merkle distributor on optimism sepolia by @amateima in #399
- feat: Add SwapAndBridge helper contract by @nicholaspai in #393
- fix: remove hardhat from standard import by @mrice32 in #457
- feat: Remove SpokePool v2 functionality by @pxrl in #456
- chore: bump version for release by @mrice32 in #458
- chore: increment version by @mrice32 in #462
- feat: Deploy SpokePoolVerifier that uses depositV3 by @nicholaspai in #459
- build(deps): bump @openzeppelin/contracts-upgradeable from 4.9.3 to 4.9.6 by @dependabot in #454
- feat(linea): pre-deploy of linea by @james-a-morris in #463
- feat: Deploy new SpokePool implementations by @nicholaspai in #461
- feat(linea): deploy spokepool by @james-a-morris in #464
- chore: patch version bump by @james-a-morris in #465
Full Changelog: v2.4.7...v2.5.1