boostxyz / boost-protocol

A permissionless, trustless, and decentralized growth engine for protocol and application developers. It enables developers to bootstrap their projects by leveraging the power of community and the network effect.
https://boost-protocol.vercel.app
GNU General Public License v3.0
4 stars 2 forks source link

[ADHOC] fix(evm,sdk): fix encoded interfaceIds to 4 bytes #180

Closed topocount closed 1 day ago

topocount commented 2 days ago

component interfaces were initially encoded as "minimal hex strings" where leading 0s were truncated, regardless of expected length. This is okay for numbers, but not okay for 4 bytes signatures like function selectors or, in this case, interfaceIds. These are expected to be exactly 4 bytes

changeset-bot[bot] commented 2 days ago

⚠️ No Changeset found

Latest commit: af83aabd84fd5dd27802ff474bf1a82c06fa8ce4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR