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
feat(evm): upgrade wormhole-solidity-sdk to v1.1.0 with gas optimizations
Migrate from wormhole-solidity-sdk v0.1.0 to v1.1.0. Replace
parseAndVerifyVM with client-side CoreBridgeLib.decodeAndVerifyVaaCd,
switch receiveMessage to calldata, use VaaLib.calcVaaDoubleHashCd for
replay protection, inline nttManagerMessageDigest, add constant-time
countSetBits popcount, cache transceiver index in attestation, and
replace ConfigMakers with SDK's CustomConsistencyLib.
receiveMessage gas: avg -21.6%, median -18.1%, max -12.0%.
Deployment size: -14.1%.
Bump NttManager and WormholeTransceiver to v2.1.0 with TS SDK bindings.
0 commit comments