Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<li><a href="#installation">Installation</a></li>
</ul> -->
</li>
<li><a href="#testing-and-qa">Testing and QA</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
Expand Down Expand Up @@ -189,14 +190,22 @@ Benchmark
------------
If configured with `--enable-benchmark` (which is the default), binaries for benchmarking the libsecp256k1 functions will be present in the root directory after the build.

Testing and QA
------------
The repository includes unit, functional, fuzz, lint, and benchmark tooling.
Start with [test/README.md](test/README.md) for the functional test runner and
[test/lint/README.md](test/lint/README.md) for the lint suite. Additional
developer notes are available in [doc/benchmarking.md](doc/benchmarking.md) and
[doc/fuzzing.md](doc/fuzzing.md).

Facebook: [Bitgesell](https://www.facebook.com/Bitgesell)


<!-- ACKNOWLEDGEMENTS -->
## Translations

Changes to translations as well as new translations can be submitted to
[BGL Core's Transifex page](https://www.transifex.com/bitcoin/bitcoin/).
[BGL Core's Transifex page](https://www.transifex.com/BGL/BGL/).

Translations are periodically pulled from Transifex and merged into the git repository. See the
[translation process](doc/translation_process.md) for details on how this works.
Expand Down
17 changes: 10 additions & 7 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ Drag BGL Core to your applications folder, and then run BGL Core.

### Need Help?

* See the documentation at the [BGL Wiki](https://en.bitcoin.it/wiki/Main_Page)
for help and more information.
* Ask for help on [BGL StackExchange](https://bitcoin.stackexchange.com).
* Ask for help on #BGL on Libera Chat. If you don't have an IRC client, you can use [web.libera.chat](https://web.libera.chat/#bitcoin).
* Ask for help on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Technical Support board](https://bitcointalk.org/index.php?board=4.0).
* Start with the BGL documentation in this directory and the project website at
[bitgesell.ca](https://bitgesell.ca/).
* For reproducible wallet, node, build, or RPC problems, search existing
[GitHub issues](https://github.com/BitgesellOfficial/bitgesell/issues) before
opening a new issue.
* Security reports should follow the repository's
[security policy](/SECURITY.md) instead of being posted publicly.

Building
---------------------
Expand Down Expand Up @@ -65,8 +67,9 @@ The BGL repo's [root README](/README.md) contains relevant information on the de
- [Internal Design Docs](design/)

### Resources
* Discuss on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Development & Technical Discussion board](https://bitcointalk.org/index.php?board=6.0).
* Discuss project-specific development on #bitcoin-core-dev on Libera Chat. If you don't have an IRC client, you can use [web.libera.chat](https://web.libera.chat/#bitcoin-core-dev).
* Discuss project-specific development in GitHub issues and pull requests.
* Use narrowly scoped issues with clear reproduction steps for bugs, build
failures, or documentation gaps.

### Miscellaneous
- [Assets Attribution](assets-attribution.md)
Expand Down
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See [/doc/fuzzing.md](/doc/fuzzing.md)
The ZMQ functional test requires a python ZMQ library. To install it:

- on Unix, run `sudo apt-get install python3-zmq`
- on mac OS, run `pip3 install pyzmq`
- on macOS, run `pip3 install pyzmq`


On Windows the `PYTHONUTF8` environment variable must be set to 1:
Expand Down