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

[genesis] Refactor the native tokens package builder to avoid reading template files using the file system #5352

Open
miker83z opened this issue Feb 12, 2025 · 0 comments · May be fixed by #5353
Assignees
Labels
vm-language Issues related to the VM & Language Team
Milestone

Comments

@miker83z
Copy link
Contributor

The native token package builder uses an hardcoded path to read a template file that is then copied into a temp folder for building a native token package.

This forces any built iota-genesis-builder bin to read from that hardcoded path. However, the template content could be simply saved as a constant.

Additionally, the template Move.toml references dependencies as local and points to the local path of the iota-framework. This could also be avoided and a reference to a specific framework version should be made.

@miker83z miker83z added the vm-language Issues related to the VM & Language Team label Feb 12, 2025
@miker83z miker83z added this to the Mainnet milestone Feb 12, 2025
@miker83z miker83z self-assigned this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vm-language Issues related to the VM & Language Team
Projects
None yet
1 participant