Skip to content

Commit

Permalink
Merge branch 'rbx' into rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 authored Jul 17, 2021
2 parents 8916ca2 + 816e58b commit 915a3d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Rubus Core integration/staging repository
=====================================

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/flitsnode/Rubus-core?color=%23365ace&cacheSeconds=3600)](https://github.com/flitsnode/Rubus-core/releases)
[![GitHub Release Date](https://img.shields.io/github/release-date/flitsnode/Rubus-core?color=%23365ace&cacheSeconds=3600)](https://github.com/flitsnode/Rubus-core/releases)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Simple-Software-Solutions/Rubus-core?color=%23365ace&cacheSeconds=3600)](https://github.com/Simple-Software-Solutions/Rubus-core/releases)
[![GitHub Release Date](https://img.shields.io/github/release-date/Simple-Software-Solutions/Rubus-core?color=%23365ace&cacheSeconds=3600)](https://github.com/Simple-Software-Solutions/Rubus-core/releases)

## What is RBX?

Expand All @@ -18,24 +18,24 @@ Rubus is an open source community-driven cryptocurrency, focused on five main as

(5) Ease of Use: Rubus is determined to offer the best possible graphical interface for a core node/wallet. A full featured graphical product for new and advanced users.

A lot more information and specs at [rubus.io](https://www.rubus.io/). Join the community at [Rubus Discord](https://discordapp.com/invite/jzqVsJd).
A lot more information and specs at [rubus.network](https://www.rubus.network). Join the community at [Rubus Discord](https://discordapp.com/invite/jzqVsJd).

## License
Rubus Core is released under the terms of the MIT license. See [COPYING](https://github.com/flitsnode/Rubus-core/blob/master/COPYING) for more information or see https://opensource.org/licenses/MIT.
Rubus Core is released under the terms of the MIT license. See [COPYING](https://github.com/Simple-Software-Solutions/Rubus-core/blob/master/COPYING) for more information or see https://opensource.org/licenses/MIT.

## Development Process

The master branch is regularly built (see doc/build-*.md for instructions) and tested, but it is not guaranteed to be completely stable. [Tags](https://github.com/flitsnode/Rubus-core/tags) are created regularly from release branches to indicate new official, stable release versions of Rubus Core.
The master branch is regularly built (see doc/build-*.md for instructions) and tested, but it is not guaranteed to be completely stable. [Tags](https://github.com/Simple-Software-Solutions/Rubus-core/tags) are created regularly from release branches to indicate new official, stable release versions of Rubus Core.

The contribution workflow is described in [CONTRIBUTING.md](https://github.com/flitsnode/Rubus-core/blob/master/CONTRIBUTING.md) and useful hints for developers can be found in [doc/developer-notes.md](https://github.com/flitsnode/Rubus-core/blob/master/doc/developer-notes.md).
The contribution workflow is described in [CONTRIBUTING.md](https://github.com/Simple-Software-Solutions/Rubus-core/blob/master/CONTRIBUTING.md) and useful hints for developers can be found in [doc/developer-notes.md](https://github.com/Simple-Software-Solutions/Rubus-core/blob/master/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 a lot of money.

## Automated Testing

Developers are strongly encouraged to write [unit tests](https://github.com/flitsnode/Rubus-core/blob/master/src/test/README.md) 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](https://github.com/flitsnode/Rubus-core/blob/master/src/test/README.md).
Developers are strongly encouraged to write [unit tests](https://github.com/Simple-Software-Solutions/Rubus-core/blob/master/src/test/README.md) 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](https://github.com/Simple-Software-Solutions/Rubus-core/blob/master/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`

Expand Down
1 change: 0 additions & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,6 @@ int64_t GetMasternodePayment(int nHeight)
if (nSubsidy == 0) return 0;

ret = nSubsidy * 0.8;
ret = 4.48 * COIN;

return ret;

Expand Down

0 comments on commit 915a3d0

Please sign in to comment.