Justin Camarena
e11f9a2f02
[doc] typos, READMEs, comments
...
Just a quick run through some docs and fixing some text errors.
8 years ago
fanquake
7fdbce9de4
[doc] Increase recommended memory in gitian build guide
8 years ago
Wladimir J. van der Laan
5e3557b8e3
doc: Clean out release notes
...
Now that 0.13 has branched, release notes for 0.13 should be maintained
there, and the release notes file on master is for 0.14 release
notes.
8 years ago
Wladimir J. van der Laan
6c0336c772
build: bump version to 0.13.99
...
Now that 0.13 branch has been split off, master is 0.13.99 (pre-0.14).
8 years ago
MarcoFalke
faa59318db
[doc] gbuild: Set memory explicitly (default is too low)
8 years ago
Krzysztof Jurewicz
d6dc1bc49b
Fix 0.12 release notes on block relaying
...
The previous information about block relaying in pruned mode suggested
that blocks are relayed only to nodes that support BIP 130, which is not
true.
8 years ago
Wladimir J. van der Laan
efd1d8339a
doc: Mention dbcache increase in release notes
8 years ago
fanquake
ab0c35a290
[Doc] Update bips.md for CSV softfork.
8 years ago
BtcDrak
14d01309be
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
8 years ago
Wladimir J. van der Laan
b0be3a0186
doc: Mention Windows XP end of support in release notes
...
Closes #7681 .
8 years ago
Wladimir J. van der Laan
05f64c9940
doc: Mention Linux ARM builds in release notes
8 years ago
Wladimir J. van der Laan
b7bf037121
doc: Mention ARM executables in release process
...
Mention ARM executables in the release process documentation
(these were introduced in #8188 ).
As well as that Linux tarballs have changed name to contain an
architecture tuple, instead of `linux32`/`linux64`.
Also mention that `-debug` files should not be uploaded (these were
introduced in #8167 ).
8 years ago
fanquake
e5a680dc6a
[Doc] Update OS X build notes for 10.11 SDK
8 years ago
Matt Corallo
678ee9793f
Add BIP 152 to implemented BIPs list
8 years ago
Nathaniel Mahieu
9e3ec74fac
Clarify documentation for running a tor node
...
Previous wording suggested that no additional setup was required for a
tor hidden service to be created.
9 years ago
fanquake
b0938a0020
[trivial][doc] Use Debian 8.5 in the gitian-build guide
9 years ago
Wladimir J. van der Laan
7982fce64c
doc: Mention full UTF-8 support in release notes
9 years ago
Jonas Schnelli
17c0131fad
[Docs] Add release notes and bip update for Bip32/HD wallets
9 years ago
Kaz Wesley
654a211622
developer notes: updates for C++11
...
- boost::scoped_ptr is obsolete
- std::vector::data replaces begin_ptr / end_ptr
9 years ago
Suhas Daftuar
176e19b571
Mention new RPC's in release notes
9 years ago
Pieter Wuille
31444491f2
Add git and github tips and tricks to developer notes
9 years ago
Wladimir J. van der Laan
e012f3cea0
util: Add ParseUInt32 and ParseUInt64
...
Add error and range-checking parsers for unsigned 32 and 64 bit numbers.
The 32-bit variant is required for parsing sequence numbers from the
command line in `bitcoin-tx` (see #8164 for discussion). I've thrown in
the 64-bit variant as a bonus, as I'm sure it will be needed at some
point.
Also adds tests, and updates `developer-notes.md`.
9 years ago
fanquake
e4f73c76b3
[Doc] Update implemented BIPs list
9 years ago
fanquake
1a8c4d575d
[Doc] Add benchmarking notes
9 years ago
Wladimir J. van der Laan
6075bc4d67
doc: 32 and 64 bit packages are seperate
9 years ago
fanquake
2692e1b10b
[Doc] Simplify OS X build notes
...
Add —c++11 flags to brew dependancies that support it
Remove release-build section, this is covered by depends/release-notes
9 years ago
Wladimir J. van der Laan
e5764e69cb
doc: Remove outdated qt4 install information from README.md
...
This text is aimed at users installing the binaries.
Now that Qt5 is linked statically, there is no need to install Qt
as a run-time dependency.
9 years ago
MarcoFalke
fadd048592
[doc] Link to clang-format in the developer notes
9 years ago
Warren Togami
b3d18ba072
doc: Fedora build requirements, add gcc-c++ and fix typo
9 years ago
JeremyRand
b06f6a992b
Fixed invalid example paths in gitian-building.md
...
The example local paths for "Building fully offline" have an extraneous ".git". This caused an error when trying to run gbuild, like this
fatal: '/home/user/bitcoin.git' does not appear to be a git repository
fatal: Could not read from remote repository.
This commit fixes that.
9 years ago
MarcoFalke
fa389d4edc
[qa] Switch to py3
9 years ago
Warren Togami
0281678d6e
doc: Fedora build requirements
9 years ago
MarcoFalke
faf3d11ad7
[doc] Update bitcoin-core GitHub links
9 years ago
Wladimir J. van der Laan
7df92242a9
doc: Add note about new build/test requirements to release notes
...
[skip ci]
9 years ago
Wladimir J. van der Laan
c907f4d56b
doc: Update release process
...
The actual release process quite diverged from what was written here,
also clarify things a bit.
9 years ago
Jonas Schnelli
0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification
9 years ago
Wladimir J. van der Laan
28b400f7d1
doc: update release-notes for `gettxoutsetinfo` change
9 years ago
MarcoFalke
faf4c837fb
[gitian] Move keys to contrib/gitian-keys
9 years ago
fanquake
4a1d5c19ee
[Doc] Update gitian build guide to debian 8.4.0
9 years ago
MarcoFalke
fa6399d918
[doc] gitian: Replace precise with trusty
9 years ago
mruddy
fe53a2af6f
doc: add arch linux setup and build example
...
[skip ci]
9 years ago
Adam Brown
3373c43505
[doc] Update port in tor.md
...
Tor Browser Bundle spawns the Tor process and listens on port 9150, it doesn't randomly pick a port.
[ci skip]
(cherry picked from commit 1b63cf98347b2a62915425576930f55c2126c2ff)
9 years ago
MarcoFalke
fada0c422c
[doc] Fix doxygen comments for members
9 years ago
JeremyRand
190c1e234d
Doc: change Precise to Trusty in gitian-building.md
...
2cecb24600
changed "precise" to "trusty" in the shell command, but didn't change the text above it accordingly. This commit fixes that.
9 years ago
Pavel Janík
4b9dfd6d81
Add note about using the Qt official binary installer.
9 years ago
accraze
3e55b3a004
[doc] added depends cross compile info
9 years ago
Alex Morcos
0371797e2a
modify release-notes.md and bips.md
9 years ago
Patrick Strateman
c90036f664
Always disconnect old nodes which request filtered connections.
9 years ago
BtcDrak
cfd519e942
Add release note documentation
9 years ago
BtcDrak
ce41cf082c
Add curl to Gitian setup instrustions
...
curl is required to fetch dependencies
[ci skip]
9 years ago