| File | Date | Author | Commit |
|---|---|---|---|
| .tx | 2022-06-12 |
|
[a64324] ℕ |
| build-aux | 2022-06-12 |
|
[a64324] ℕ |
| build_msvc | 2022-06-12 |
|
[a64324] ℕ |
| ci | 2022-06-12 |
|
[a64324] ℕ |
| contrib | 2022-06-12 |
|
[a64324] ℕ |
| depends | 2022-06-12 |
|
[a64324] ℕ |
| doc | 2022-06-12 |
|
[a64324] ℕ |
| share | 2022-06-12 |
|
[a64324] ℕ |
| src | 2022-06-12 |
|
[a64324] ℕ |
| test | 2022-06-12 |
|
[a64324] ℕ |
| .editorconfig | 2022-06-12 |
|
[a64324] ℕ |
| .gitattributes | 2022-06-12 |
|
[a64324] ℕ |
| .gitignore | 2022-06-12 |
|
[a64324] ℕ |
| .python-version | 2022-06-12 |
|
[a64324] ℕ |
| .style.yapf | 2022-06-12 |
|
[a64324] ℕ |
| CONTRIBUTING.md | 2022-06-12 |
|
[a64324] ℕ |
| COPYING | 2022-06-12 |
|
[a64324] ℕ |
| Changes | 2022-06-12 |
|
[a64324] ℕ |
| INSTALL.md | 2022-06-12 |
|
[a64324] ℕ |
| Makefile.am | 2022-06-12 |
|
[a64324] ℕ |
| README.md | 2022-06-12 |
|
[a64324] ℕ |
| TODO | 2022-06-12 |
|
[a64324] ℕ |
| autogen.sh | 2022-06-12 |
|
[a64324] ℕ |
| configure.ac | 2022-06-12 |
|
[a64324] ℕ |
| libnamecoinconsensus.pc.in | 2022-06-12 |
|
[a64324] ℕ |
| mit-license | 2022-06-12 |
|
[a64324] ℕ |
https://namecoin.sourceforge.io
Namecoin is a decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency.
Namecoin was the first fork of Bitcoin and still is one of the most innovative altcoins. It was first to implement merged mining and a decentralized DNS.
For more information, as well as an immediately useable, binary version of
the Namecoin software, see https://sourceforge.net/projects/namecoin/files/.
Copyright © 2022 The Namecoin Developers
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. See COPYING for more
information or see https://www.gnu.org/licenses/.
The contribution workflow is described in CONTRIBUTING.md
and useful hints for developers can be found in doc/developer-notes.md.
The Namecoin developer forum or the
mailing list should be used
to discuss complicated or controversial changes before working on a patch set.
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.
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
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.
Translation workflow is not yet set up for Namecoin. For strings which are common to Bitcoin Core, see below.
Changes to translations as well as new translations can be submitted to
Bitcoin Core's Transifex page.
Translations are periodically pulled from Transifex and merged into the git repository. See the
translation process for details on how this works.