Releases: across-protocol/contracts
Releases · across-protocol/contracts
v2.5.2
What's Changed
- build(deps): bump @openzeppelin/contracts from 4.9.3 to 4.9.6 by @dependabot in #455
- feat(linea): deploy chain adapter by @james-a-morris in #466
- chore(V2): revert events by @james-a-morris in #467
Full Changelog: v2.5.1...v2.5.2
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
v2.5.0-beta.9
v2.5.0-beta.espresso.5
Full Changelog: v2.5.0-beta.espresso.4...v2.5.0-beta.espresso.5
v2.5.0-beta.espresso.4
Full Changelog: v2.5.0-beta.espresso.3...v2.5.0-beta.espresso.4
v2.5.0-beta.espresso.3
Full Changelog: v2.5.0-beta.espresso.2...v2.5.0-beta.espresso.3
v2.5.0-beta.espresso.2
Full Changelog: v2.5.0-beta.espresso.1...v2.5.0-beta.espresso.2
v2.5.0-beta.espresso.1
What's Changed
- fix: Remove duplicate events from Sepolia ABIs by @pxrl in #449
- feat: deploy scripts should default to deploying Implementation, not Proxy, contracts in production by @pxrl in #448
Full Changelog: v2.5.0-beta.7...v2.5.0-beta.espresso.1
v2.5.0-beta.7
What's Changed
- fix: L01 Unchecked Return Value by @pxrl in #435
- improve: L03 Input Validation by @pxrl in #437
- fix: L04 Insufficient Access Controls by @pxrl in #436
- fix: L07 Wrong Constructor Argument Passed by @pxrl in #433
- feat: M04 Polygon lock can be bypassed by @pxrl in #432
- feat(testnet): add deployment addresses for sepolia by @james-a-morris in #431
- feat: Remove V3RelayerRefundLeaf by @pxrl in #438
- improve: L05 Low Level Call to External Exchange Contract With Arbitrary Calldata by @pxrl in #439
- feat: M01 Deadline Buffer for Fills Is Not Always Respected by @pxrl in #440
- improve: N01-N16 Various Fixes by @pxrl in #441
- fix: [N14] Removed leftover cast by @pxrl in #442
- fix: Remove RelayerRefundLeaf deprecation notice by @pxrl in #443
- feat(testnet): add sepolia deployments by @pxrl in #444
- improve(testnet): add more deployments by @pxrl in #445
- chore: Bump beta version & sync Base Sepolia ABI by @pxrl in #446
- chore: Bump beta again by @pxrl in #447
Full Changelog: v2.5.0-beta.5...v2.5.0-beta.7
v2.5.0-beta.6
What's Changed
- fix: L01 Unchecked Return Value by @pxrl in #435
- improve: L03 Input Validation by @pxrl in #437
- fix: L04 Insufficient Access Controls by @pxrl in #436
- fix: L07 Wrong Constructor Argument Passed by @pxrl in #433
- feat: M04 Polygon lock can be bypassed by @pxrl in #432
- feat(testnet): add deployment addresses for sepolia by @james-a-morris in #431
- feat: Remove V3RelayerRefundLeaf by @pxrl in #438
- improve: L05 Low Level Call to External Exchange Contract With Arbitrary Calldata by @pxrl in #439
- feat: M01 Deadline Buffer for Fills Is Not Always Respected by @pxrl in #440
- improve: N01-N16 Various Fixes by @pxrl in #441
- fix: [N14] Removed leftover cast by @pxrl in #442
- fix: Remove RelayerRefundLeaf deprecation notice by @pxrl in #443
- feat(testnet): add sepolia deployments by @pxrl in #444
- improve(testnet): add more deployments by @pxrl in #445
- chore: Bump beta version & sync Base Sepolia ABI by @pxrl in #446
Full Changelog: v2.5.0-beta.5...v2.5.0-beta.6