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

Reorganize #136

Merged
merged 8 commits into from
Dec 1, 2014
Merged

Reorganize #136

merged 8 commits into from
Dec 1, 2014

Conversation

swansontec
Copy link
Contributor

There are no code changes in this branch, just moving existing things around.

I am trying to reach the following state:

  • bitcoin/ - Core blockchain consensus types & library configuration
  • bitcoin/utility/ - Generic things that might be useful to any project. Nothing in here should be Bitcoin-specifc.
  • bitcoin/math/ - Math and crypto stuff used by Bitcoin.
  • bitcoin/network/ - Satoshi p2p protocol.
  • bitcoin/wallet/ - Data formats related to Bitcoin, but not part of the blockchain.

The goal is to achieve the following dependency graph:

  • bitcoin/utility/ depends on nobody
  • bitcoin/math/ depends on utility
  • bitcoin/ depends on utility and math
  • nobody depends on bitcoin/wallet/
  • nobody depends on bitcoin/network/

Things are almost there. There are just a few things in utility (format and serialize) that refer to blockchain types from bitcoin/.

evoskuil added a commit that referenced this pull request Dec 1, 2014
@evoskuil evoskuil merged commit f61c6b3 into version2 Dec 1, 2014
@swansontec swansontec deleted the reorganize branch December 1, 2014 12:46
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

2 participants