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
Refactor warp route contracts for shallower inheritance tree and smaller bytecode size.
6
+
7
+
Deprecated `Router` and `GasRouter` internal functions have been removed.
8
+
9
+
`FungibleTokenRouter` has been removed and functionality lifted into `TokenRouter`.
10
+
11
+
`quoteTransferRemote` and `transferRemote` can no longer be overriden with optional `hook` and `hookMetadata` for simplicity.
12
+
13
+
`quoteTransferRemote` returns a consistent shape of `[nativeMailboxDispatchFee, internalTokenFee, externalTokenFee]`.
14
+
15
+
`HypNative` and `HypERC20Collateral` inherit from `MovableCollateral` and `LpCollateral` but other extensions (eg `HypXERC20`) do not. Storage layouts have been preserved to ensure upgrade compatibility.
0 commit comments