Anonim
Anonim
## Motivation (https://github.com/farcasterxyz/contracts/blob/main/src/IdGateway.sol) (https://github.com/farcasterxyz/contracts/blob/main/src/KeyGateway.sol) (https://github.com/farcasterxyz/contracts/blob/main/src/StorageRegistry.sol) ## Change Summary StorageRegistery -> StorageRegistry; inital owner -> initial owner; withan -> with an ## Merge Checklist _Choose all relevant options below by adding...
**What is the bug?** Several typos in docs: 1) (https://github.com/farcasterxyz/contracts/blob/main/src/IdGateway.sol) 2) (https://github.com/farcasterxyz/contracts/blob/main/src/KeyGateway.sol) 3) (https://github.com/farcasterxyz/contracts/blob/main/src/StorageRegistry.sol)
In Rust, `assert!` is a macro and must be called with an exclamation mark and a condition inside the parentheses. Using `assert(condition)` without the exclamation mark will result in a...
## Motivation The constructor specifies that the url is set “forever”, but this is not reflected in the variable comment: ## Change Summary Describe the changes being made in 1-2...
# Description Fix error in comments in readme.md. Ouput -> Output # Checklist: - [x] I have reviewed my diff in github, line by line. - [x] Every change is...