Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
583 introduce full test suite tf #630
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
Uh oh!
There was an error while loading. Please reload this page.
583 introduce full test suite tf #630
Changes from 1 commit
22b10f90ec3c9e9fb9fa77ef74d660124c2ebf8ea0432bac7dbe118d600d6cacb18d20e9fd64cb37c3cb2f443c7885a0add35af72ba6750e332c031805e4ae9c9447b991cc46fde5590331a33e5cbce0976b68aadb98d4469798e9ecb483192d207b38edd9ac677de99e6af06509d49bc59129bb2144ccf8a6c03f959e82c11abaa9b0b6765dd2ec93dba0fd6a68eae6bd5b628809fdecc853d10045faa82847a377429f53938e6aea7b59fe8c96963d30b36a76732ad61c34204883075f4f39e9b45c08cff095286cecc7e7ddf25bda6d60cf720929fa4281cf05a0fab84e0894af2b56f0322cfd0cb99fa3d60d9b950fca15be09831b3782f7f15403ffaea20b0c547d90442b43719ef118b79d9c5aa5File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
* Introduce proxy/db_scheme.py * Debug * Introduce run-db-creation.sh * Use entrypoint: proxy/run-db-creation.sh * Add dbcreation.log * Debug * Debug * Add dbcreation.log * Use from ..proxy * Debug * Debug * Introduce dbcreation_mode to run proxy * Change paths * Will run in dbcreation mode with SOLANA_URL and EVM_LOADER * Debug * Debug * Debug * SOLANA_URL: http://solana:8899 * Add logged_groups * Debug * Log schema * Use psql * Add postgresql-client-common in the docker image * Add postgresql-client in the docker image * Set network_mode: container:postgres * Remove networks * Use network_mode: service:postgres * Remove hostname * Remove hostname * ports: - "5432:5432" * networks: - net * Add ports: - "5432" * Add networks: - net * Try to use links: - postgres * Use export PGPASSWORD=${POSTGRES_PASSWORD} to set the password for psql Use psql -h ${POSTGRES_HOST} ... * Use run_dbcreation() * Correction after the prev merge * Correction after the prev merge * Lowercase in function names * Refactor to introduce scheme.sql * Debug * Debug * Debug * Add table airdrop_scheduled Add table constants * Revert some changes * Fixed: psql:proxy/db/scheme.sql:73: ERROR: syntax error at or near "{" LINE 1: ...IF NOT EXISTS neon_transaction_logs_block_hash ON {table_nam... * Use run_indexer(solana_url) * Use run_airdropper with 7 args * Remove creation.py * Remove creation.py * Remove dbcreation_mode * check it * check it * Catch "Operator has NO resources!" exception * Catch "Operator has NO resources!" exception * Get rid of create_table in sql_dict.py * Get rid of stuff from sql_dict * Get rid of crating table stuff from TrxReceiptsStorage * Roll back NEON_ERC20_MAX_AMOUNT NEON_ETH_MAX_AMOUNT * Spit and polish * AirdropperApp * Get rid off AIRDROPPER_MODE * Get rid off AIRDROPPER_MODE * Get rid off AIRDROPPER_MODE * spit and polish * spit and polish * spit and polish * spit and polish * spit and polish Co-authored-by: Vasiliy Zaznobin <[email protected]>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing