-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unify wallet: Part 2 #889
Unify wallet: Part 2 #889
Conversation
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.
Looks good to me. Minor comments.
There are a lot of occurences of creating a basic block where the alias is set to ""
. I think it would be good to set aliases there in case this test ever fails and we look at an error message containing that alias, then a string like "_tagged_data_block" is easier to find and debug than "". Just a thought. If you feel this is unnecessary, feel free to skip.
Co-authored-by: Philipp Gackstatter <[email protected]>
Co-authored-by: Philipp Gackstatter <[email protected]>
Following on from #837
This PR removes the DockerWallet and replaces it with the mock Wallet used in the testsuite, but with a nodeclient for the docker network and using a real clock instead of the testsuite time.
closes #789