contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Implementation of the Farcaster contracts

Results 45 contracts issues
Sort by recently updated
recently updated
newest added

**What is the feature you would like to implement?** A concise, high level summary of the feature **Why is this feature important?** An argument for why this feature should be...

feat

**What is the feature you would like to implement?** Multi-chain support to allow the Farcaster protocol to operate across different blockchain networks. This feature would enable users to manage their...

feat

**What is the bug?** API did not handle undefined fetch error **How can it be reproduced? (optional)** I can only show copy of debugging error, but it says the map...

bug

## Motivation As mentioned on issue #262, I added few test cases to have test coverage for Ownable2Step for KeyRegistry contract. Also formatted some contracts with `forge fmt` along the...

**What is the feature you would like to implement?** Add test coverage for Ownable2Step behaviors **Why is this feature important?** Ensure that it is implemented correctly

help wanted
test

This update enhances the security and robustness of the removeSigner function in our smart contract. Previously, the function allowed for the removal of any address as a signer, without checking...

**What is the feature you would like to implement?** What is the license for your smart contracts? Is this OpenSource? **Why is this feature important?** I think it's important for...

feat

**What is the bug?** I couldn't deploy Farcaster locally using the instructions available on https://github.com/farcasterxyz/contracts/blob/main/CONTRIBUTING.md#24-deploying-contracts. **How can it be reproduced? (optional)** - Start anvil locally (`anvil`) - Copy the private...

bug

after i pay the sub for 1 year i cant creat id just stuck at registering fid and show the error message ![aa](https://github.com/farcasterxyz/contracts/assets/116826384/667f0bca-f681-43a5-85aa-20b41dbd6982)

bug

**What is the bug?** When I attempt to run the `DeployL2.s.sol` (or L1) script locally, it fails: ``` forge script -vvv --rpc-url http://localhost:8545 --broadcast script/DeployL2.s.sol [⠒] Compiling... No files changed,...

bug