-
Notifications
You must be signed in to change notification settings - Fork 183
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: stop using @Array<T>
in snforge_std and use Span<T> instead
#2392
Comments
Hey @ScottyDavies! |
Hey @ScottyDavies! |
The maintainer Arcticae has assigned ScottyDavies to this issue via OnlyDust Platform. |
@ScottyDavies unassigning since there is a PR ready |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a software engineer with strong technical skills and expertise in writing complex scalable applications. I have written and tested some advanced Cairo and Solidity smart contracts like building and testing the Synthetix staking contract using Cairo: https://github.com/casweeney/cairo-synthentix-staking. I have also built some great tools with Rust. I have contributed to some groundbreaking protocols like Hyperbridge: https://github.com/polytope-labs/hyperbridge/graphs/contributors and my GitHub account has a lot of proof of work. Leveraging on my skills and experience, I am confident in my ability to tackle new challenges and also solve complex technical issues. How I plan on tackling this issueI have already traced the underlying I will further study the codebase to fully understand where the |
@casweeney we are waiting with those changes for some bigger upgrade |
it's done in #2396 already |
Alright, thanks. |
Can I tackle this one? |
Hey! I'm Hannah, a full stack developer with 6+ years experience but new to the starknet ecosystem. I would love to give this a go if its available! |
Which component is your feature related to?
Forge
Feature Request
This should not take
@Array<felt252>
as argument for the constructor calldata, butSpan<felt252>
. Span has more methods, it is convertible from a fixed-size array, and with the visibility attributes from the latest releases, we cant convert a span to@Array
. There are other functions that need to be changed as well.The text was updated successfully, but these errors were encountered: