Updated to 1.51 Rust, build and test clean#14
Open
digitsu wants to merge 26 commits intotomasvdw:masterfrom
Open
Updated to 1.51 Rust, build and test clean#14digitsu wants to merge 26 commits intotomasvdw:masterfrom
digitsu wants to merge 26 commits intotomasvdw:masterfrom
Conversation
added bitcoind
…s to 1.53.0-nightly
…nsensus library dependency.
added a build.rs so that cargo can find the C bitcoinconsensus library files
…f compare_and_swap to use compare_exchange
…s to 1.53.0-nightly
…nsensus library dependency.
added a build.rs so that cargo can find the C bitcoinconsensus library files
…f compare_and_swap to use compare_exchange
…orked off (but building now)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
An attempt to get the repo back to building state with up-to-date rust, mostly changes to appease the new compiler and also removing a lot of what used to be experimental features which are now standard.
No features added, what was working should be working (at least according to the existing test suite) and what wasn't working before (and untested) should be unchanged.
/contrib dir was added for docker configs to build bitcoind docker and bitcrust alongside
Manually tested reading in from a blockchain dir, and was able to read in the blk.dat files, so the block store is working again.