-
Notifications
You must be signed in to change notification settings - Fork 1
e2e tests, main service implementation [into main] #39
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
Conversation
This file contains hidden or 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
…ng-flow # Conflicts: # btc_indexer/crates/config_parser/src/config.rs # gateway/crates/config_parser/src/config.rs # gateway/crates/flow_processor/src/flow_router.rs # gateway/crates/flow_processor/src/types.rs # gateway/crates/local_db_store/src/schemas/musig_identifier.rs # gateway/crates/local_db_store/src/schemas/sign_session.rs # gateway/crates/local_db_store/src/storage.rs # verifier/apps/main/src/main.rs # verifier/crates/local_db_store/src/schemas/musig_identifier.rs # verifier/crates/local_db_store/src/schemas/sign_session.rs # verifier/crates/local_db_store/src/storage.rs
…ure/coin_selecter
Implement UTXO storage and coin selection
chore: * fixed issues with incorrect logging leven via env * apply part of alipy lints * reduce redundant clones only on reading values * add schemas for tables, because it's impossible to debug them * change in gateway & verifier mock storages on real ones * implement additional deposit_address methods * update dockerignore
…ng-flow # Conflicts: # gateway/crates/local_db_store/Cargo.toml # gateway/crates/local_db_store/src/schemas.rs
# Conflicts: # gateway/crates/local_db_store/src/schemas/musig_identifier.rs # gateway/crates/local_db_store/src/schemas/utxo_storage.rs # spark_balance_checker/apps/main/src/main.rs # tests/tests/rune_manager_test.rs # verifier/apps/main/src/main.rs
chore: * remove obsolete ones * handle error in spark client * move task execution to separate tokio task not to stop execution * fix forgotten healthcheck in frost
Add Readme.md
…umbers Tests, magic numbers and todos fixes
Added LICENSE
Create e2e test
Fix network hardcode
kevandee
approved these changes
Oct 3, 2025
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.
No description provided.