Closed carlomigueldy closed 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
Hey @JoviDeCroock is varchar a good data type for nonce
?
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
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
Changed to uuid
data type @JoviDeCroock
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 :)