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

[TASK] Move asset-id <-> address mapping to assets precompile #839

Closed
1xstj opened this issue Dec 1, 2024 · 1 comment
Closed

[TASK] Move asset-id <-> address mapping to assets precompile #839

1xstj opened this issue Dec 1, 2024 · 1 comment
Assignees
Labels
p0 🔥 Critical issues that need to be resolved immediately

Comments

@1xstj
Copy link
Contributor

1xstj commented Dec 1, 2024

Currently the entrypoint for minting asset-id from addresses in https://github.com/tangle-network/tangle/blob/main/precompiles/assets/AssetManager.sol

We want to remove this extra layer and move the function to inside the precompile, this way we avoid double mapping or front running of asset-id mappting

@1xstj 1xstj added the p0 🔥 Critical issues that need to be resolved immediately label Dec 1, 2024
@1xstj 1xstj self-assigned this Dec 1, 2024
@github-project-automation github-project-automation bot moved this to Not Started 🕧 in Webb Universe Dec 1, 2024
@1xstj
Copy link
Contributor Author

1xstj commented Dec 19, 2024

not needed anymore

@1xstj 1xstj closed this as completed Dec 19, 2024
@github-project-automation github-project-automation bot moved this from Not Started 🕧 to Completed ✅ in Webb Universe Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p0 🔥 Critical issues that need to be resolved immediately
Projects
Status: Completed ✅
Development

No branches or pull requests

1 participant