nandofw / osmium

Osmium

Home Page:https://www.dash.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Osmium Core staging tree

CI master develop
Gitlab Build Status Build Status

https://www.osmium.space

For an immediately usable, binary version of the Osmium Core software, see releases in our GitHub.

Further information about Osmium Core is available in the doc folder.

What is Osmium?

Osmium was born from a very simple idea, to promote and reward talent in the blockchain space. It is our goal to drive innovation and to give back what we create to the entire crypto community. We shall create a unique ecosystem that will have the capability to identify and fund innovative projects that can help the entire blockchain space.

For more information read the original Osmium whitepaper.

License

Osmium 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 meant to be stable. Development is normally done in separate branches. Tags are created to indicate new official, stable release versions of Osmium Core.

The develop branch is regularly built (see doc/build-*.md for instructions) and tested, but is not guaranteed to be completely stable.

The contribution workflow is described in CONTRIBUTING.md and useful hints for developers can be found in doc/developer-notes.md.

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. 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 macOS, 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.

About

Osmium

https://www.dash.org

License:MIT License


Languages

Language:C++ 53.0%Language:C 24.7%Language:Python 8.7%Language:Assembly 3.4%Language:JavaScript 2.8%Language:HTML 2.2%Language:Shell 1.3%Language:M4 1.1%Language:CMake 0.8%Language:Makefile 0.6%Language:CSS 0.6%Language:Rust 0.3%Language:Go 0.2%Language:Sage 0.2%Language:Scheme 0.1%Language:Dockerfile 0.1%Language:Nix 0.0%Language:Scala 0.0%Language:Objective-C++ 0.0%Language:TypeScript 0.0%Language:Clojure 0.0%Language:QMake 0.0%Language:GDB 0.0%Language:Starlark 0.0%Language:Emacs Lisp 0.0%