-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: New Release #197
Draft
akhercha
wants to merge
69
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: New Release #197
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s to 18 (#184) * remove-currencies-and-merkle: * remove-currencies-and-merkle: Added todos for next steps * remove-currencies-and-merkle: Removed currencies * remove-currencies-and-merkle: * remove-currencies-and-merkle: Unused deps * remove-currencies-and-merkle: Exclude E2E tests for release builds * test: E2E get_entry (#178) * tests(e2e_get_entry): get_entry simple * tests(e2e_get_entry): removed to_owned * tests(e2e_get_entry): removed postgre from CI * tests(e2e_get_entry): Added nextest config * tests(e2e_get_entry): test OK * tests(e2e_get_entry): OK for multiple intervals * tests(e2e_get_entry): increased startup timeout * tests(e2e_get_entry): Increase startup timeout for pragma nod * tests(e2e_get_entry): Local mode for integration tests * test: e2e get_entry for strk/eth (#185) * tests: add fake datas * tests: deps * tests: more tests * tests: more tests * tests: fix view refresh call * tests: add twap table * tests: fix routing many * tests: fix twap * tests: uncomment * tests: fix * tests: remove pairs const * tests: lint * tests(e2e_get_entry): toml lint * tests(e2e_get_entry): Removed one test * tests(e2e_get_entry): Fixed deadlock * tests(e2e_get_entry): Removed outliers filtering --------- Co-authored-by: Rémi <[email protected]> * remove-currencies-and-merkle: * remove-currencies-and-merkle: E2Es --------- Co-authored-by: Rémi <[email protected]>
Bumps the github-actions group with 1 update: [astraly-labs/workflows](https://github.com/astraly-labs/workflows). Updates `astraly-labs/workflows` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/astraly-labs/workflows/releases) - [Commits](astraly-labs/workflows@v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: astraly-labs/workflows dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Add MarketEntry enum to support multiple market types Introduces a new MarketEntry enum in entries.rs to handle both spot and perpetual market entries. Updates related utility functions and handlers to support the new enum, enabling more flexible market data representation. * fix: clippy * fix: rebase
* ✨ Add support for Google Cloud Secret Manager * gcp-integration: GCP Manager * ♻️ Simplify secret path formatting in GCP utility * ♻️ Enhance GCP client authentication to support service account credentials * gcp-integration: Removed pragma signer restriction * ♻️ Improve GCP with logging --------- Co-authored-by: akhercha <[email protected]>
- Generalize `publish_to_kafka` function to support multiple entry types - Split entry processing in `publish_entry_ws` to handle spot and perpetual entries separately - Add `convert_perp_entry_to_db` utility function for perpetual entries - Simplify Kafka publishing logic across handlers
* feat: multi stream endpoint * fix: clippy
* feat: cleanup migrations using postgres functions * feat: compression migration using hypercore * fix: migrations bugs * fix: typo in last migration
* refactor: remove Mean aggregation mode and update related logic - Removed Mean from AggregationMode enum and adjusted related code in handlers and repositories. - Updated interval specifier to include new FiveMinutes interval and ensure proper handling of Twap aggregation. * feat: add TenSeconds interval and update related logic - Introduced TenSeconds interval to the Interval enum with appropriate serde renaming. - Updated to_minutes method to handle TenSeconds interval. - Modified get_interval_specifier and get_window_size functions to include TenSeconds interval handling. * refactor: remove unused expiration timestamp filter and clean up SQL queries - Removed the get_expiration_timestamp_filter function from sql.rs as it was no longer needed. - Updated SQL queries in entry_repository.rs to eliminate references to the removed filter. - Minor formatting adjustments in get_entry.rs and pragma_node.rs for consistency. * fix: twap interval names are now the same as for median
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Do not merge yet! 🫷
infra
folder etcTo-do