* 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 |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |