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

Remove duplicated functionality from Identity, Address and ContractId #5336

Closed
Braqzen opened this issue Dec 1, 2023 · 2 comments
Closed
Labels
bikeshedding For bikeshedding trivialities code quality lib: std Standard library

Comments

@Braqzen
Copy link
Contributor

Braqzen commented Dec 1, 2023

We have stand alone functions for minting and transferring but we have implemented them on the types for UX.

It's code bloat and doesn't add much overhead to having to add 1 import to regain the same functionality.

@Braqzen Braqzen added bikeshedding For bikeshedding trivialities lib: std Standard library code quality labels Dec 1, 2023
@Braqzen
Copy link
Contributor Author

Braqzen commented Dec 1, 2023

Bikeshedding only because I know there's pushback against this.

@bitzoic
Copy link
Member

bitzoic commented Feb 8, 2024

Resolved by: #5439

@bitzoic bitzoic closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bikeshedding For bikeshedding trivialities code quality lib: std Standard library
Projects
None yet
Development

No branches or pull requests

2 participants