Open gershon opened 1 month ago
Hey @gershon I'll be happy to work on this once the Odhack kicks off tomorrow 🚀
Hi @sanieni6, ok let's go 🚀
@gershon have the team stated assigning issues,
this issue is part of OD-HACK 8.0, but has been assign to someone
Thanks @gershon . It'll ready for tomorrow night [UTC-5]
I am applying to this issue via OnlyDust platform.
Hi! My name is Luis Sanchez, and I’m a Frontend Developer with 3 years of experience, specializing in TypeScript, React, and Next.js. btw i was previously assigned, lol, so I am trying again
I’ll begin by reviewing the current test file structure in the /packages/core/tests directory and identifying all test files that need to be moved. I’ll then relocate these files to their corresponding locations in the /packages/core/src directory, ensuring each test file is placed next to the code it tests. I’ll update any import paths as necessary and ensure that all tests still run successfully. Finally, run the tests
I am applying to this issue via OnlyDust platform.
I am a Web3/frontend developer With a lot of experiences in open source contribution.
I will Simplify core test file structure by moving tests in /src next to code
I am applying to this issue via OnlyDust platform.
Hello 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.
Hii! My name is Daniel, I’m a Computer Science student and web3 developer. I’ve done some contributions, finished a Starknet Bootcamp, exercises on NodeGuardians, finished Starklings and I have participated in multiple Hackathons. I’m also a member of the Dojo Coding community.
I would approach this issue in the following way:
packages/core/tests/
I am applying to this issue via OnlyDust platform.
I am a computer science student, fullstack and web3 dev. I have contributed to a couple of open source projects in the past via only dust
I’ll first examine the test file structure in the /packages/core/tests folder to determine which files require relocation. Next, I’ll transfer these files to their respective places within the /packages/core/src folder, ensuring they are positioned next to the relevant code. I’ll adjust the import paths where necessary and confirm that all tests still pass successfully. Finally, I’ll run the tests.
I am applying to this issue via OnlyDust platform.
I have a background in software development with experience in structuring and organizing codebases effectively, with my indepth experience of handling codebase i would be able to handle this task perfectly ETA < 24hrs of assignment
To simplify the core test file structure, I will move the test file from /packages/core/tests/createOffer.test.ts to its corresponding code directory at /packages/core/src/actions/order/createOffer.test.ts. This involves:
Navigating to the /packages/core/tests/ directory. Moving the createOffer.test.ts file to the /packages/core/src/actions/order/ directory. Updating any import paths in the test file to reflect its new location. Running the tests to ensure everything functions correctly after the move.
I am applying to this issue via OnlyDust platform.
I have a solid background in blockchain development, specializing in writing and testing smart contracts using Solidity. I’ve worked on various decentralized applications (dApps), where I've built and deployed secure and efficient smart contracts on Ethereum. Additionally, I have experience in testing these contracts using frameworks like Hardhat and Truffle, ensuring they function as expected under different scenarios. My expertise in both Solidity development and rigorous testing practices will be valuable for this task.
Identify Test Files:
/packages/core/tests/
that need to be moved.Move Test Files:
/src
(e.g., move /tests/createOffer.test.ts
to /src/actions/order/
).Update Configuration:
jest.config.js
or vitest.config.js
) to reflect the new file paths, if necessary.Run Tests:
Document & Submit:
This streamlined process focuses on maintaining test functionality while reorganizing the files.
I am applying to this issue via OnlyDust platform.
I am a skilled fullstack developer with a wealth of experience in both frontend and backend JavaScript as well as my knowledge of Rustlang, With a solid foundation in testing,I have mastered frameworks like Mocha, Chai, and Jest to ensure robust, reliable code in every project. In addition to traditional web development, I have a strong background in blockchain technology, with hands-on experience in Solidity for Ethereum-based smart contracts. Moreover, I have delved into the emerging world of StarkNet, working with Cairo, a cutting-edge language tailored for STARKs, making them a versatile developer capable of bridging both traditional and decentralized web applications.
Using the available test library of the project, i can write comprehensive test cases that covers all parameters...
The maintainer gershon has assigned sanieni6 to this issue via OnlyDust Platform. Good luck!
Hi, @gershon I've been having problems deploying the contracts locally, specifically the orderBooks contracts, i got this error (the aborted one in the mid console):
i think it is related to this "file not found" but i double checked the route and the file does exist there: i would appreciate any hint, also let me know if you want a complete walkthrough
Hi @sanieni6 , can you test local deploy using branch feat/contract-v2, lmk if you still have issues.
Simplify core test file structure by moving tests in
/src
next to code./packages/core/tests/createOffer.test.ts
>/packages/core/src/actions/order/createOffer.test.ts