developer.bitcoin.org icon indicating copy to clipboard operation
developer.bitcoin.org copied to clipboard

Bitcoin.org Developer Documentation

Results 87 developer.bitcoin.org issues
Sort by recently updated
recently updated
newest added

We should add a button after the Acknowledgements section on the homepage, to lead the reader to the developer guides, so that it's not necessary to scroll back up on...

Design
Maintenance

We should consider adding all BIPs to the site, for easy reference and additional content to associate in-context with other material that's already on the site. It would also be...

Content
Feature

We should use an SVG logo instead of a PNG to improve quality and responsiveness across devices:

Design

We should add page anchor links to the [Glossary](https://developer.bitcoin.org/glossary#), so that individual entries / definitions can be linked to and shared.

Feature

I think it would be good to have a thorough documentation and guide on Script somewhere on the developer documentation as its own separate category. Explaining Script would be pretty...

Content
Feature

We should add an explorer alongside the content, accessible from the top navigation bar. Users who are following along would be able to utilize this to reference transactions, blocks, and...

Feature

We should add a custom 404 page to replace the one served by Nginx.

Feature

See: https://github.com/bitcoin-dot-org/developer.bitcoin.org/pull/178

`reqSigs` and `addresses` fields were removed. `address` was added. See: https://github.com/bitcoin/bitcoin/commit/085b3a729952896ccd0e40c17df569f4421f5493

Updated per info from @achow101 (that any optional indices updates are no longer atomic with validation, instead being queued for background processing).