Open MSghais opened 3 months ago
Hi can i work on this ?
Hi @ShantelPeters! Maintainers during the ODHack # 7.0 will be tracking applications via OnlyDust. Therefore, in order for you to have a chance at being assigned to this issue, please apply directly here, or else your application may not be considered.
I am applying to this issue via OnlyDust platform.
Hello, I am frontend developer and first time contributor
ETA 2-4 days
I am applying to this issue via OnlyDust platform.
I am a developer with expertise in solidity and cairo
I'll create the functions and create test using hardhat. ETA 2-3 days
I am applying to this issue via OnlyDust platform.
I'm a Solidity and Cairo developer specializing in NFT marketplaces and decentralized applications. With experience in ERC-721 ERC-20 and multi-token support, my work on projects like Worldcoin-Bridge-Linea equips me to tackle issues lik felt252 conversion efficiently.
To address the felt252 conversion issue in the Namespace contract:
uint256 calldata
.namespace.cairo
functions** to align with Solidity requirements.I am applying to this issue via OnlyDust platform.
I have experience both in Solidity and Cairo testing.
I will carefully read and understand the current test suite and implement all the necessary coverage needed as well as fix the problem regarding felt252/uint256 conversion.
I am applying to this issue via OnlyDust platform.
I would love to work on this issue worked on solidity repos like world coin Linea and scroll
I have experience in solidity code and ETA 48 hrs
I am applying to this issue via OnlyDust platform.
My background and how it can be leveraged
I have experience both in Solidity and Cairo testing.
How I plan on tackling this issue
I will carefully read and understand the current test suite and implement all the necessary coverage needed as well as fix the problem regarding felt252/uint256 conversion.
Gm! Please, can you ping me on Telegram?
The maintainer MSghais has assigned Jemiiah to this issue via OnlyDust Platform. Good luck!
I am applying to this issue via OnlyDust platform.
I have prior experience working with Solidity and Cairo contracts, particularly in handling cross-chain communication and data conversion issues. The task at hand involves fixing a felt252 conversion issue when mapping it to a uint256 in Solidity calldata, which is necessary to complete the test for the claim deposit functionality. My background in smart contract development equips me to handle this challenge efficiently.
getNostrAddressByStarknetAddress getStarknetAddressByNostrAddress linked_nostr_default_account
@MSghais pls :)
I am applying to this issue via OnlyDust platform.
My name is Benjamin and I am a software and Blockchain developer woth experience using cairo and solidity. My experience with both languages will help me navigate the challenge relatively easy and find thr requited solution that fits tbr challenge.
These are the steps that I would take to solve the issue
getNostrAddressByStarknetAddress
, getStarknetAddressByNostrAddress
and linked_nostr_default_account
Expected time to complete issue is 48hours
Description
Namespace contract Solidity call Dual VM. We have an issue with felt252 conversion in Solidity to a uint256 calldata. We need to fix this issue to finish the test for the claim deposit one:
Check namespace.cairo here: https://github.com/AFK-AlignedFamKernel/afk_monorepo/blob/95d302756a1e5d6630fda1888f961f44b6d30116/onchain/tests/NamespaceDualVM.test.ts#L31
Tests are here: https://github.com/AFK-AlignedFamKernel/afk_monorepo/blob/95d302756a1e5d6630fda1888f961f44b6d30116/onchain/tests/NamespaceDualVM.test.ts#L31
Namespace cairo dualvm: Check out the Cairo contract here: https://github.com/AFK-AlignedFamKernel/afk_monorepo/blob/main/onchain/cairo/src/social/namespace.cairo
Todo