Ⓜ️ MAZA Network Core integration/staging tree https://mazacoin.org/
Find a file
owlhooter 326935b8e0
Merge pull request #53 from MazaCoin/development
Merge development onto master for 0.16.3 release.
2022-01-13 13:27:38 -06:00
.github Copyright updates and wallet minfee update 2021-11-03 19:22:19 -05:00
.tx tx: Update transifex slug for 0.16 2018-01-24 16:35:40 +01:00
build-aux/m4 Rebase with hive mining and cpu mining based on litecoincash 2021-10-27 16:39:05 -05:00
contrib Remove remaining litecoincash links 2022-01-13 11:12:37 -06:00
depends Rebase with hive mining and cpu mining based on litecoincash 2021-10-27 16:39:05 -05:00
doc Remove remaining litecoincash links 2022-01-13 11:12:37 -06:00
qa Fix CheckBlockIndex for reindex. 2021-10-25 11:08:44 -05:00
share Rebase with hive mining and cpu mining based on litecoincash 2021-10-27 16:39:05 -05:00
src Merge branch 'MazaCoin:development' into development 2022-01-12 14:22:30 -06:00
test Rebase with hive mining and cpu mining based on litecoincash 2021-10-27 16:39:05 -05:00
.gitattributes Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
.gitignore Update icons and rename Mazacoin to MAZA 2021-10-25 13:16:10 -05:00
.travis.yml Rebase with hive mining and cpu mining based on litecoincash 2021-10-27 16:39:05 -05:00
autogen.sh Add MIT license to autogen.sh and share/genbuild.sh 2016-09-21 23:01:36 +00:00
configure.ac Remove scrypt 2021-12-07 14:15:39 -06:00
CONTRIBUTING.md Remove remaining litecoincash links 2022-01-13 11:12:37 -06:00
COPYING Remove remaining litecoincash links 2022-01-13 11:12:37 -06:00
INSTALL Update icons and rename Mazacoin to MAZA 2021-10-25 13:16:10 -05:00
INSTALL.md Rebase with hive mining and cpu mining based on litecoincash 2021-10-27 16:39:05 -05:00
libbitcoinconsensus.pc.in Unify package name to as few places as possible without major changes 2015-12-14 02:11:10 +00:00
Makefile.am Rebase with hive mining and cpu mining based on litecoincash 2021-10-27 16:39:05 -05:00
README.md Update gitian descriptors to Maza repo 2021-12-10 12:13:09 -06:00

We are reorganizing this code so that it:

  1. is directly forked from it's bitcoin source
  2. produces proper gitian-builds
  3. moves all significant deviations from bitcoin out of the main code so differences betwee MAZA and BTC are clear
  4. provides a proper testnet environment

Maza Core integration/staging tree

What is MAZA?

MAZA Core is the full node software that makes up the backbone of the MAZA network.

License

MAZA Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of MAZA Core.

The contribution workflow is described in CONTRIBUTING.md.

The developer mailing list should be used to discuss complicated or controversial changes before working on a patch set.

Developer IRC can be found on Freenode at #maza-dev.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Translations

Any translation corrections or expansions are welcomed as GitHub pull requests.