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

Update starknet #10

Draft
wants to merge 70 commits into
base: main
Choose a base branch
from

Conversation

lorcan-codes
Copy link

No description provided.

The change updates the workflow file to use Google Actions for deployment replacing
This to Google Actions. The workflow steps for DigitalOcean were removed and replaced with steps for Google Artifact Registry. Additionally, new versions of checkout, metadata-action, and build-push-action are now in use.
The code changes involve the removal of SSL configuration and the filesystem ("fs") module from the database configuration file. This might be due to a shift in the security setup, or a change in the structure of how the application connects to the database.
…uction

This commit removes the certificate modification step in the Dockerfile and adds a new GitHub workflow for production CI/CD. The new workflow involves different steps for Docker meta creation, Google authentication, Docker registry login, and image build & push operations. This is primarily for enhancing automation and managing deployments better.
lorcan-codes and others added 12 commits February 8, 2024 22:43
Insert proofs to db automatically if whitelist table is empty
This commit introduces a new Continuous Integration/Continuous Deployment (CI/CD) workflow specifically for the 'update-starknet' branch. The workflow includes steps for setting up QEMU, Docker Buildx, and logging into DockerHub. Note that building and pushing Docker images is currently commented out.
Save whitelist proofs to db by chunks
Remove wait in indexer && remove any transactions older than 15 min
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants