Skip to content
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

proper pinning of bitcoind-version in different branches #161

Merged
merged 6 commits into from Jun 18, 2020

Conversation

k9ert
Copy link
Collaborator

@k9ert k9ert commented Jun 14, 2020

We might want to support different bitcoind-versions on different branches in the future. This change prepares this.
The used version of bitcoin is from now on no longer "latest" (or master) but specified in pytest.ini.
This version will be expected to be existing as a docker-container or as a tag on github.com/bitcoin/bitcoin

Copy link
Contributor

@ben-kaufman ben-kaufman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stepansnigirev
Copy link
Collaborator

Why is it red?

@k9ert
Copy link
Collaborator Author

k9ert commented Jun 17, 2020

Now it's green. There was an unnecessary git pull somehere in the code. Whether this successfully works will need to have a branch as well. After merge, i would do a test with a fresh branch.

In fact, we should probably change that so that all tests are run twice: Once on v0.19 and once on v0.20.

@stepansnigirev stepansnigirev merged commit 949717f into cryptoadvance:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants