Results 48 issues of Andrea Franz

##### Description * Upgrade web3 modal version * add Coinbase Wallet SDK * add the webpack process/browser plugin ##### Refers/Fixes Closes: #10386 ![03](https://user-images.githubusercontent.com/1059/159759312-20d5f1fe-26e9-4d61-95c4-1d6bc94abb09.png)

dont merge

when we create a new schema, we keep the old one around, postgres might run out of space at some point

good first issue
high-priority
ready for IPM

Some old rounds were created with wrong token addresses and they are not indexed: Example round: https://arbiscan.io/address/0x21d264139d66dd281dcb0177bbdca5ceeb71ad69 Its token is `0x6C121674ba6736644A7e73A8741407fE8a5eE5BA` which is not a contract in arbitrum, and it's...

- Define shapes for all metadatas (projects, applications, rounds) - Define Zod schemas for them - Parse and validate incoming metadatas, wrong ones should be ignored

chore
ready for IPM

investigate error from sentry: https://gitcoin-protocol.sentry.io/issues/4577463400/

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

if the round manager already sets the `encrypted` field on questions, we can remove this snippet added only to test the encryption: ``` roundApplicationMetadata.applicationSchema.forEach((question) => { if (/email|cool/i.test(question.question.toLowerCase())) { //...

chore

**User Story** As a project owner, I want to know which questions are required vs. optional, so that I know what questions I need to answer in order to move...

🐞 bug