-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drozdziak1/p2w client error logging and docker caching (#268)
* p2w-client: Fix silent logs, restore program log printing For some time now, p2w-client error reporting would fail to show daemon mode errors. The logs would only mention resends without ever showing failed attempts. with solana-program 1.10.31 came a newer, inferior program log reporting which only says "N program logs" instead of saying what they are. This changeset prints errors verbatim using formatted debug "{:#?}" syntax. * Docker: Improve p2w-attest/solana-devnet caching This commit speeds up caching in two ways: 1. By severing the dependency on bridge-client in Dockerfile.p2w-attest - mainly because of unnecessary `cargo install` builds which even with target dir caching can take ~1 minute. The bridge/token-bridge client binaries are not useful to p2w-client anyway. 2. By attaching cargo-install commands to a target dir cache via the --target-dir option in cargo
- Loading branch information
Stanisław Drozd
authored
Sep 5, 2022
1 parent
5c48dac
commit aa7be4d
Showing
3 changed files
with
29 additions
and
23 deletions.
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
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