Giter Club home page Giter Club logo

terracoin's Introduction

Links

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the terracoin development team members simply pulls it.

Official Bitcoin patches are also regurlarly merged into Terracoin.

Newly developped features and additions are submitted to dev-x.y.z branch, "x", "y" and "z" (respectively major, minor an build) matching a given Terracoin milestone at github project page.

When an upcoming milestone is about to be released, code from given "dev-x.y.z" branch is merged into corresponding "release-x.y.z" branch, for testing.

Upon validation, "release-x.y.z" branch is merged into "master" branch, tested again, and a new tag is created.

Feature branches ("feature-shortname") may eventually be created when two or more developpers works on the same task.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test. Please be patient and help out, 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 for the core code are in src/test/. To compile and run them:

cd src; make -f makefile.unix test

Unit tests for the GUI code are in src/qt/test/. To compile and run them:

Unit tests for the GUI code are in src/qt/test/ To compile and run them: qmake TERRACOIN_QT_TEST=1 -o Makefile.test terracoin-qt.pro make -f Makefile.test ./terracoin-qt_test

terracoin's People

Contributors

laanwj avatar gavinandresen avatar sipa avatar non-github-bitcoin avatar luke-jr avatar gmaxwell avatar thebluematt avatar muggenhor avatar fanquake avatar dooglus avatar rebroad avatar wizeman avatar petertodd avatar codler avatar jordanlewis avatar celil-kj avatar joelkatz avatar sje397 avatar jrmithdobbs avatar p2k avatar freewil avatar vegard avatar mgiuca avatar matoking avatar forrestv avatar alexanderkjeldaas avatar roques avatar mndrix avatar runeksvendsen avatar grimd34th avatar

Stargazers

Luca Jeevanjee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.