Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(router): CAN-596 add web-solc to compile on browser #1481

Merged
merged 5 commits into from
Oct 21, 2024
Merged

Conversation

mjlescano
Copy link
Member

Copy link

changeset-bot bot commented Oct 17, 2024

⚠️ No Changeset found

Latest commit: 5eb2981

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

@@ -111,16 +111,18 @@ const routerStep = {
throw new Error(`contract not found: ${n}`);
}

const contractName = n.replace('.', '_'); // Use step name, and replace '.' in case is pointing to an import.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes a bug where it was not possible to render a Router that included contracts from an imported package 🐛

@mjlescano mjlescano marked this pull request as ready for review October 19, 2024 01:02
@mjlescano mjlescano requested a review from a team October 19, 2024 02:07
@mjlescano mjlescano merged commit 1b1c886 into dev Oct 21, 2024
6 of 9 checks passed
@mjlescano mjlescano deleted the feat/can-596 branch October 21, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants