Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server route to generate Merkle Root #234

Merged
merged 2 commits into from
May 3, 2024
Merged

Server route to generate Merkle Root #234

merged 2 commits into from
May 3, 2024

Conversation

DavideSilva
Copy link
Member

@DavideSilva DavideSilva commented May 2, 2024

Why:

  • So we can call this to get a merkle root whenever we need to, for testing purposes

How:

  • Adding const revalidate = 0 to prevent NextJS cache
  • Adding the needed env vars to the Github Actions workflow

Copy link

netlify bot commented May 2, 2024

Deploy Preview for ctznd ready!

Name Link
🔨 Latest commit 07af6ff
🔍 Latest deploy log https://app.netlify.com/sites/ctznd/deploys/66349b43d6bf970008c86033
😎 Deploy Preview https://deploy-preview-234--ctznd.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@DavideSilva DavideSilva force-pushed the ds/route branch 2 times, most recently from b656a02 to 7ccc63b Compare May 3, 2024 06:49
@DavideSilva DavideSilva requested a review from luistorres May 3, 2024 06:55
Comment on lines +55 to +56
NEXT_CITIZEND_WALLET_PRIVATE_KEY: ${{ secrets.NEXT_CITIZEND_WALLET_PRIVATE_KEY }}
NEXT_PUBLIC_IDOS_NODE_URL: ${{ secrets.NEXT_PUBLIC_IDOS_NODE_URL }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AHHHHHH 🤦

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup 😅

@DavideSilva DavideSilva merged commit a6a0ea7 into main May 3, 2024
7 checks passed
@DavideSilva DavideSilva deleted the ds/route branch May 3, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants