Changelog
Protocol Updates
Protocol updates and improvements
- Added introduction to the Auction system and the technical details.
- Released Layerswap V8 Bridge dApp to use Signature flow instead of the user doing 2 transactions; the user now does 1 transaction and 1 signature.
- Updated dApp Implementation and dApp pages to include details for verifying the state of destination chains via Light Clients and/or multiple providers.
- Replaced ‘LP’ terminology with ‘Solver’ to avoid confusion with passive liquidity providing and to better explain the concept.
- Prepared branch for EVM security audit
- EVM Gas Optimization
Function | Optimization | Gas (new) | Gas (old) |
---|---|---|---|
commit() | 52.7% | 146,300 | 309,608 |
addLock() | 56.6% | 34,250 | 78,961 |
addLockSig() | 48.9% | 42,103 | 82,447 |
refund() | 35.5% | 39,460 | 61,262 |
redeem() | 45.5% | 45,835 | 84,110 |
- Released the first version of the V8 protocol. Live here on EVMs, Fuel, Starknet, Solana, and TON testnets.
- Released the first version of the Bridge Deployment API.
- Released the documentation page.
Was this page helpful?