This repository was archived by the owner on Aug 18, 2020. It is now read-only.
[DEVOPS-1097] resolved ambiguous types #3764
Merged
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.
Description
resolved ambiguous type; the logging message was looping inifinitely and never delivered.
Linked issue
DEVOPS-1097
Type of change
Developer checklist
Testing checklist
QA Steps
these steps should be done in the root directory of where
cardano-slwas checkout:1.) compilation:
nix-build -A connectScripts.mainnet.wallet --arg forceDontCheck true --cores 0 --max-jobs 42.) create file:
default-wallet.keywith permissions e.g. 755:chmod 755 default-wallet.key3.) run in one terminal:
./result4.) run in another terminal:
curl -v https://localhost:8090/api/internal/import-wallet -k --cert state-wallet-mainnet/tls/client/client.crt --key state-wallet-mainnet/tls/client/client.key -d '{"filePath":"<<enter absolute path to >>/default-wallet.key"}' -H 'Content-Type: application/json'Screenshots (if available)
a log entry appears similar to this one: