-
Notifications
You must be signed in to change notification settings - Fork 312
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
AssembledTransaction's sign
should fail if no public key was provided
#1059
Comments
would love to work on this issue by tomorrow @Ifropc |
Hi @ShantelPeters! |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI'm Poulav Bhowmick, a software engineer at Invisible Studios with a robust background in TypeScript, Rust, Solidity Cairo, fullstack development and blockchain technology. My experience includes building robust applications, optimizing functionalities and blockchain integration. I have actively participated in events and open source contributions, enhancing my capability to tackle real-world tech challenges. My projects can be viewed on my GitHub Profile and OnlyDust Profile. Plus I´m active member of Starknet, Ethereum ecosystem. How I plan on tackling this issueI will address this issue by implementing the following changes:
I'll submit a PR with these changes once implemented for review. This solution will provide a clearer error message to developers, helping them identify and fix the issue more quickly. ETA - 2 days |
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 leveragedGM, I am Sagar Rana, a smart contract developer and full stack engineer. I have 3 years of experience building robust full stack applications and over a year of writing smart contracts. You can see my projects and contributions to some major repos on my GitHub profile. The tech stack I use mainly includes Solidity, Rust, JavaScript and Typescript. I am also contributing to the Starknet and Rust ecosystems and building on Cairo and Rust languages. I am interested in contributing to projects like this to learn more about these technologies and help make these projects better. Please assign me as I would be really glad to be a contributor in this project! :) How I plan on tackling this issueHi @lfropc, I would resolve this issue with the following approach:
Tasks:
ETA: 1 Day |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a full-stack developer with experience in QA testing and languages like Python, Cairo, Solidity, React, and JavaScript. How I plan on tackling this issuei will Review Existing Code |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, please can I be assigned this issue? I am a blockchain developer and I have experience in html, css, react, JavaScript,TypeScript and solidity, python and Cairo. I'd love to contribute to this repo please. How I plan on tackling this issueTo solve this issue, I intend to take the following steps: Please assign me, I am ready to work. |
We should fail fast if developer forgot to provide a public key (and default hardcoded
NULL_ACCOUNT
is used as the source account).This is a minor issue, but offers a better UX offering better error message "have you forgot to update publicKey?" instead of generic one
The text was updated successfully, but these errors were encountered: