Developer-DAO / DAO-job-board

A job board connecting DAOs with talent.
https://devdao-job-board.vercel.app/
82 stars 34 forks source link

Add `nonce` attribute #66

Closed carlomigueldy closed 2 years ago

carlomigueldy commented 2 years ago

Since we're gonna be interacting with a smart contract for the gigs as per discussions around it and mentioned in this PR https://github.com/Developer-DAO/DAO-job-board/pull/64#discussion_r753398890

Thought we'd just add the nonce attribute now together with the wallet sign in :)

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/developdao/dao-job-board/4U46qB6bYy8QJVhRwxTxwthZ7yBn
✅ Preview: https://dao-job-board-git-chore-add-nonce-attribute-developdao.vercel.app

carlomigueldy commented 2 years ago

Hey @JoviDeCroock is varchar a good data type for nonce?

JoviDeCroock commented 2 years ago

Hey @JoviDeCroock is varchar a good data type for nonce?

Depends on what we want as the value, currently it's a number but we could also go for a uuidv4 if y'all prefer

carlomigueldy commented 2 years ago

Hey @JoviDeCroock is varchar a good data type for nonce?

Depends on what we want as the value, currently it's a number but we could also go for a uuidv4 if y'all prefer

uuidv4 would be cool

carlomigueldy commented 2 years ago

Changed to uuid data type @JoviDeCroock