-
Notifications
You must be signed in to change notification settings - Fork 21
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
Missing Public Burn Function in erc721_bridgeable.cairo
Limits Future Compatibility
#229
Comments
@ptisserand Would love to work on this one, I have some experience in Cairo including ERC721Burnable logic 👌 |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Experience Cairo smart contract developer with experience working on projects such as Just Art Peace, Dojo, Kart, TBA, and Shinigami. Before transitioning to Cairo development, I was a backend developer specializing in Rust. My recent work with cairo starknet
My recent work with rust How I plan on tackling this issueAS the issue describe, am going to add a function that enable enabling token burning on Layer 2 and also write test case for the function sure it’s work as expected. ETH: 16HRS |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello I'll like to be assigned to work on this. I'm a software Dev with over four years experience and have worked on a couple of projects here. Here's a link to my profile https://app.onlydust.com/u/raizo07 |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedi'm a solidity and cairo smart contract developer with over 2 years experience and believe i have the skill set for the task How I plan on tackling this issuei would create and add the burn function needed making it public to enhance the performance of the contract |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedWould love to work on this one, I have some experience in Cairo including ERC721Burnable logic 👌 How I plan on tackling this issueI will implement a burn function on ERC721Bridgeable and provide all the necessary tests. |
The maintainer ptisserand has assigned mubarak23 to this issue via OnlyDust Platform. |
Closed by #243 |
From https://codehawks.cyfrin.io/c/2024-07-ark-project/s/729
The
erc721_bridgeable.cairo
contract lacks a public burn function, which is essential for enabling token burning on Layer 2 (L2) in future updates, particularly with the planned useAutoBurn strategy.The text was updated successfully, but these errors were encountered: