-
Notifications
You must be signed in to change notification settings - Fork 72
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
Render events as json in stellar events pretty output instead of as rust debug #1615
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHey! I'm Gerson. 👋Member of Dojo Coding. I have contributed before to other Rust projects like:
Can I work on this issue? Check my OnlyDust profile, I've contributed to many projects: Profile How I plan on tackling this issuePlan to Solve the Issue:
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello! I'm Juan Diego Carballo, a software engineer and a member of the Dojo Coding community. My expertise lies in Rust, C#, and blockchain technologies. I've contributed to open-source projects like Starknet Quest, Dojo, and Op-Scan, focusing on enhancing user interfaces and improving system performance. At Mafisa, I led the development of an HR web application, which involved real-time data interaction and optimizing system reliability. This experience sharpened my skills in delivering efficient and user-friendly solutions. Additionally, my participation in events like the Starknet Brussels HackerHouse and Starkhack has deepened my understanding of blockchain ecosystems. Given my background in Rust and experience with command-line tools and blockchain applications, I'm confident that I can effectively contribute to the Stellar CLI project. I have a solid understanding of Rust's formatting traits and serialization techniques, which are essential for addressing the issue of changing the event output from Rust debug format to JSON. How I plan on tackling this issuePlan to Solve the Issue:
I'm excited about the opportunity to contribute to the Stellar CLI project and believe my skills align well with the requirements of this issue. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Full Stack blockchain Developer with expertise in Next.js, Nest.js, TypeScript, JavaScript, React, Node.js, Three.js, Solidity and rust. My journey with OnlyDust hackathons began at Edition 1, and I've since made 69 contributions across 14 projects. With my extensive experience on the OnlyDust platform (profile: https://app.onlydust.com/u/Ugo-X), I've honed my skills in delivering quality solutions under pressure. I bring a unique blend of technical proficiency and user-focused design to every project, whether it's crafting immersive 3D experiences or developing smart contracts. My track record shows I can adapt quickly and contribute effectively to diverse challenges. As we surf through Edition 8, I'm excited to leverage my skills and hackathon experience to push the boundaries of blockchain development. I'm confident in my ability to tackle new challenges and drive innovation in this space. How I plan on tackling this issueI will modify the logging output to render events in JSON format.
|
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 Identify Event Rendering Code |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedGood Morning Team, My name is Deon and I'd like to apply formally for the task presented. I am a Web and blockchain engineer with a passion for building user interfaces and Dapps that deliver meaningful experiences. With a background in Computer Science (BSc) and hands-on experience. If given the chance to contribute this will be my second official contribution via onlydust and I'm confident in my ability to deliver on the feature you're looking for. How I plan on tackling this issueI will employ the following approach to ensure disableInitializers is called to prevent uninitialized contracts from being exploited: Understand the Contract Initialization Flow: Add disableInitializers() to the Constructor: Write Unit Tests for Verification: Comprehensive Coverage: By following this approach, I will safeguard the Starklane contract from being exploited due to uninitialized contracts. |
Thank you for assigned to me tis issue @leighmcculloch, I would send my pr as soon as possible |
@leighmcculloch Hi, let me know if you´re ready to discuss about my pr please, I want to know |
Events in pretty print mode print as Rust debug format.
We should print as JSON for the same reasons as, because developers are more familiar with the JSON format than the Rust debug format:
Example:
The text was updated successfully, but these errors were encountered: