Closed ebma closed 3 months ago
Name | Link |
---|---|
Latest commit | 4d1414a085572d6795820de229b1cd3f3cf93c32 |
Latest deploy log | https://app.netlify.com/sites/pendulum-pay/deploys/66b4f4c343068e00086ff60f |
Deploy Preview | https://deploy-preview-79--pendulum-pay.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
yarn.lock
changes@pendulum-chain/devs this is finally ready for review.
However, I still think it is better if we add an endpoint to the backend to push the dumpable information and then move the spreadsheet code into the backend.
True, makes sense. I'll change it.
I moved the relevant logic to the backend now but I still need to set up the environment variables for that so the deploy-preview will likely not work at the moment.
Nice catch, I removed the unused configuration again. I decided to remove the test for the google spreadsheet again because for some reason they threw CORS errors after moving into the signer service. It's not important to have them anyway but it was useful for testing during the implementation.
The setup of the environment variables of the backend will happen as part of https://github.com/pendulum-chain/tasks/issues/381.
state
(and thus also in local storage)v1/storage/create
to the backend which checks if the posted data matches the expected schema and then puts it into the google spreadsheetNotes
A new phase
prepareTransactions
is introduced that creates and signs all transactions at the beginning of the process.I set up a new project 'vortex-prototype' in the Google Cloud Console and created a service account/bot that is able to access some files in our Google drive. This bot only has access to the files that are explicitly shared with it. The integration follows these guidelines.
There are two relevant files in GDrive:
I set up the relevant environment variables in the Settings of this repository already. The credentials of the service account have been shared.
Closes #58.