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: update solidity exporter #79

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Conversation

0xShaito
Copy link
Member

@0xShaito 0xShaito commented Aug 8, 2024

No description provided.

0xJabberwock
0xJabberwock previously approved these changes Aug 9, 2024
.github/workflows/canary.yml Show resolved Hide resolved
with:
# Update package_name with your package name
package_name: 'my-cool-project'
package_name: ${{ env.PROJECT_NAME }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing var on .env.example

Copy link
Contributor

Choose a reason for hiding this comment

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

or does it need to be a secret instead?

Copy link
Member

Choose a reason for hiding this comment

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

I'd name the var NPM_PACKAGE_NAME to make its meaning completely obvious.

Copy link
Member Author

Choose a reason for hiding this comment

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

@0xDiscotech the var is defined in the same action. Not on the .env file

Copy link
Member Author

Choose a reason for hiding this comment

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

@gas1cent in this case, it would append -interfaces if you only get the interfaces or keep the project name only for the other case. Do you think it's still better to have the variable be NPM_PACKAGE_NAME? (As it won't be the actual name for the interfaces)

Copy link
Member

Choose a reason for hiding this comment

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

I'd name the var NPM_PACKAGE_NAME to make its meaning completely obvious.

As @0xShaito mentioned, NPM_PACKAGE_NAME is not accurate in those cases in which -interfaces gets appended to the published package name.

.github/workflows/release.yml Show resolved Hide resolved
@gas1cent gas1cent merged commit 5c31a70 into main Aug 20, 2024
7 checks passed
@gas1cent gas1cent deleted the feat/update-solidity-exporter branch August 20, 2024 08:06
xorsal pushed a commit that referenced this pull request Sep 27, 2024
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.

4 participants