-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rewrite Task of listening Stellar Messages #545
Merged
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
cc7c9cc
add logs; change log level
b-yap 5ea8b71
adding started logs for each task
b-yap 9a4b1c4
changing debug logs to info
b-yap 8b75f56
reduce restart interval
b-yap 519b7eb
revert to debug the other logs
b-yap 878470d
make listen() async; use tokio::select
b-yap 67e540c
first iteration
b-yap 12779c7
fix the trait bound `service::Error<error::Error>: From<service::Err…
b-yap 806568d
cleanup clones; add names to threads
b-yap b110ad1
add a precheck signal
b-yap fe68519
reduce timeouts; write log every 2 minutes
b-yap 4d3183b
update config and remove precheck when listening for stellar messages
b-yap 53c88de
log every minute
b-yap 8c345e1
cleanup
b-yap 2ad0d7f
reduce timeout by moving it out to `poll_messages_from_stellar()`
b-yap 0cb2927
fix https://github.com/pendulum-chain/spacewalk/actions/runs/10369361…
b-yap 7e891d4
move checking of proof building inside `fn start_oracle_agent()` for …
b-yap deba3da
rebase
b-yap 970fac4
Merge branch 'main' into rewrite-agent-vault
b-yap 0004c3a
https://github.com/pendulum-chain/spacewalk/actions/runs/10724299988/…
b-yap a4f2477
await before performing a compare
b-yap 7b45cc5
update test config, and add `ntest` for long-running test cases
b-yap bcc5903
use ubuntu 20, instead of the latest 22
b-yap 2d664c4
remove tokio spawns on archives; add ntest
b-yap d5a5adf
switch to ubuntu-latest
b-yap b8b4387
add ntest to all test cases
b-yap 76fa194
set timeout to 5 minutes
b-yap cdb10a4
free up disk space
b-yap 59aca69
Use random secret for connecting to overlay in integration tests
ebma ae50727
Run `cargo +nightly-2024-02-09 fmt --all`
ebma 4777855
Remove ntest timeouts
ebma 413fda1
Add fallback to default stroop fee
ebma 6b2905e
Reduce amount in redeem test
ebma 2cf9075
Fix compilation error
ebma 1335c98
move `is_proof_building_ready` out of oracle agent
b-yap 5b4307c
run release
b-yap 01046af
use `try_recv` instead
b-yap be7ba9e
use `try_recv` instead
b-yap ee156ee
Merge remote-tracking branch 'origin/main' into rewrite-agent-vault
b-yap 2eecdae
https://github.com/pendulum-chain/spacewalk/actions/runs/11120883420/…
b-yap 37bc319
https://github.com/pendulum-chain/spacewalk/pull/545#discussion_r1761…
b-yap 5f833d3
clean testing issues
b-yap c44bac8
fix issues
b-yap 3f03be8
https://github.com/pendulum-chain/spacewalk/actions/runs/11139347479/…
b-yap 6cc05d7
remove env_logger
b-yap b1800e8
merge from origin/master
b-yap 9cc31b5
fix fmt and clippy issues
b-yap 9d6fe30
fix nightly issues
b-yap 23a1f9b
remove 2nd declaration of agent
b-yap 524342e
https://github.com/pendulum-chain/spacewalk/actions/runs/11175397072/…
b-yap 9b9dfd3
fix timeout issue
b-yap 7b9ddda
remove env_logger
b-yap 6e3f7c3
remove env_logger; move console-subscribe to dev-dependencies; remove…
b-yap 71222e1
reduce changes
b-yap 458ba4f
cargo fmt and clippy
b-yap 3bd0100
https://github.com/pendulum-chain/spacewalk/pull/545#discussion_r1791…
b-yap e557b44
remove unnecessary dependencies
b-yap 9cad8e4
fix "the `set-output` command is deprecated and will be disabled soon…
b-yap e7f3e26
https://github.com/pendulum-chain/spacewalk/pull/545#discussion_r1795…
b-yap 0aa969e
address major comments
b-yap e2b3f02
run cargo fmt
b-yap c88e317
remove `unwrap()`s
b-yap 8c07a3d
https://github.com/pendulum-chain/spacewalk/pull/545#discussion_r1802…
b-yap 4d40c33
https://github.com/pendulum-chain/spacewalk/actions/runs/11364931112/…
b-yap 636b608
use latest commit version
b-yap ebb96c4
use `.expect()` since this is only for test feature
b-yap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This github actions is using a deprecated
set-output
:Replaced with dtolnay