chore(linea-ens-app): add more logs when calling Web3Signer #349
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.
Note
Enables mTLS between PoH Signer API and Web3Signer, adds a global HTTP exception filter, improves signing logs, and updates Web3Signer config/paths to key-files with TLS assets.
pfxand trusted CA fromtruststorewithrejectUnauthorized/requestCert; stricter config validation (requires keystore/truststore fields); richer debug/timing logs and detailed error logs; remove dev-mode skips.HttpExceptionFilterand register inmain.ts; simplifypoh.controllerto validate address and delegate to services (no local try/catch); standardized JSON error responses.WEB3SIGNER_*keystore/truststore vars in.env.example.consensys/web3signer:25.2; enable TLS flags (--tls-keystore-file,--tls-keystore-password-file,--tls-known-clients-file); mounttls-files/; update configkey-store-pathto/key-files/.tls-files/known-clients.txtandtls-files/web3signer-keystore-password.txt.keyFiles→key-filesin config, volumes, and.gitignore.key-files/paths and fix minor formatting.Written by Cursor Bugbot for commit 817b29a. This will update automatically on new commits. Configure here.