Wladimir J. van der Laan
a0f4ff6088
doc: 0.16.3 release notes
...
Tree-SHA512: 4237ac0c1cd0c0f4c3f50494cf5985a95317730194820a22e2814571107a684fdd5253625707c95ac558a1ad8ab9f36904c46647d0cb931fe67ea2407738133a
6 years ago
Wladimir J. van der Laan
8561515022
doc: Clean out release notes after 0.16.2
...
Tree-SHA512: fb7208356134322f3515c682ac7349eddb1ff54094abe397c94acb7e931b42265aca6b716eba072f79ebdb4a69ea87a5e40b6c4a48571db5b7b095ead45456ef
6 years ago
MarcoFalke
0296b9c85e
0.16.2: Bump manpages
6 years ago
Wladimir J. van der Laan
08ca314410
doc: Fill in changelog and credits in release notes
...
Tree-SHA512: cb2a7cd91447b6e4ad13055e97b542c6984309e28cd33898f3c4bbe92141c6cb65cc472821b34e63f94aa675553d8d68709c431255ccc17e0fc0c54c0c3836bc
6 years ago
Wladimir J. van der Laan
63daa10015
doc: Clean out release notes for 0.16.2
6 years ago
Wladimir J. van der Laan
dac5d68fc6
doc: Last-minute edits to 0.16.1 release notes
...
Tree-SHA512: 951cdf2b27ddb702906303d1bc07bac204323baf0ac4513ccb5da44cb2cb29ce74a62c75fe6531cfddc9059130890fe11929ea4ac545a17190d57e5163c7cc06
7 years ago
Wladimir J. van der Laan
afc115d753
doc: Add commits and authors to release notes for rc1
...
Tree-SHA512: e6779d21616eec04168b5726d1fe8a1b8356c3de7f5bad30a94848a0db7c0f84fcc0d6f965424b4f7a2a9a8daba1a11fc53b148b918230b39d8095fa215be6f4
7 years ago
Chun Kuan Lee
6de754306e
doc: Bump to Ubuntu Bionic 18.04 in build-windows.md
...
Windows starts to provide Ubuntu 18.04 WSL, it can be downloaded from Microsoft Store.
GitHub-Pull: #13246
Rebased-From: 9d4f942
7 years ago
Pieter Wuille
8fca086d69
List support for BIP173 in bips.md
7 years ago
John Newbery
e802c22947
[config] Remove blockmaxsize option
...
The blockmaxsize option was marked as deprecated in V0.15.1, and code
was added to convert provided blockmaxsize into blockmaxweight. However,
this code was incorrectly implemented, and blockmaxsize was silently
ignored.
No users have complained about blockmaxsize being ignored, so just
remove it in V0.17.
GitHub-Pull: #12756
Rebased-From: 4757c04
7 years ago
Wladimir J. van der Laan
5d41110c74
doc: Clear out release notes post-0.16.0
...
Moved to: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.16.0.md
Tree-SHA512: 6619521357a1baa5df2d4deb9e75784f6f48711a7b5d5120cf02b47a80e242e41dcf34dadfd1b257bbdcd883c7dd216d36fbfff24abcf03c590bbf0f6bbec520
7 years ago
Wladimir J. van der Laan
4b4d7eb255
doc: Remove note about temporary file from release notes
...
About time, before tagging final.
Tree-SHA512: d54d77a501d227183be7b136025e5ac5e883cd140867368aa552aae89680d536f35f7619f58506069b083c7f718506d42f871fb95e2dcb76ab01cd2159c664be
7 years ago
Wladimir J. van der Laan
a8e62a8426
doc: Update release notes from wiki for rc3
...
Tree-SHA512: ff0f10dc9672771a941a1bcbf098e7b17ced4c34bd47a1394f16ca0e6f5f4e74e3db4960b2f0a1e7f489e7c438104c32da7754304fc3d64ff29947405e680e1f
7 years ago
Wladimir J. van der Laan
a5e3d44cc8
doc: Update release notes from wiki (for rc3 PRs)
...
Tree-SHA512: 34fa3ae23c0857fe7a0972b7c5dee802dc66b1eb85d6f70dc50257c4b61a10bab3d481cae6288d5a5da3230505d12e861373988a16a888a3198fbddd36a919bb
7 years ago
MarcoFalke
d56355ad37
0.16: Check in current release notes draft
7 years ago
Wladimir J. van der Laan
66bc647e8c
doc: Update manpages to 0.16.0
...
Tree-SHA512: 83b02b26dff5c7962b9c800e7f156f7d83573b8e8ed329b99ae2c63ce0eb5f713f9d3623906e3c598fcee45e660bae907b1d861cf22af49f3e947f70da73f956
7 years ago
Randolf Richardson
1944fa3205
[doc] Create build-netbsd.md
7 years ago
Jeff Rade
b21244e0be
Updating benchmarkmarking.md with an updated sample output and help options
7 years ago
Russell Yanofsky
ec527c6c88
Don't allow relative -walletdir paths
...
Also warn if bitcoind is configured to use a relative -datadir path.
Specifying paths relative to the current working directory in a daemon process
can be dangerous, because files can fail to be located even if the
configuration doesn't change, but the daemon is started up differently.
Specifying a relative -datadir now adds a warning to the debug log. It would
not be backwards-compatible to forbid relative -datadir paths entirely, and it
could also be also inconvenient for command line testing.
Specifying a relative -walletdir now results in a startup error. But since the
-walletdir option is new in 0.16.0, there should be no compatibility issues.
Another reason not to use working directory paths for -walletdir specifically
is that the default -walletdir is a "wallets" subdirectory inside the datadir,
so it could be surprising that setting -walletdir manually would choose a
directory rooted in a completely different location.
7 years ago
Wladimir J. van der Laan
cdf3e03a72
wallet: Deprecate addwitnessaddress
...
Now that segwit is natively supported by the wallet, deprecate the hack `addwitnessaddress`.
7 years ago
John Newbery
97c3cada92
[docs] Clarify -walletdir usage
7 years ago
azuchi
91769d6e28
[Doc] Fix link for bip 159 pull request
7 years ago
Jacky C
2be2b5d58a
Remove the ending slashes from RPC URI format.
7 years ago
William Casarin
ebcee1de26
bips: add bip176 (Bits Denomination)
...
For the implementation in #12035 .
Note that this only applies to the QT GUI at this time.
Signed-off-by: William Casarin <jb55@jb55.com>
7 years ago
Pablo Fernandez
5ec3eae393
remove brew c++ flag
...
the c++ is not needed since the listed brew formulas no longer have this option. It also raises a warning that may generate confusion.
7 years ago
Wladimir J. van der Laan
6915f93cc9
doc: Update OpenBSD build instructions for 6.2
...
There is no more need to install a compiler. This simplifies
instructions a lot.
7 years ago
Sjors Provoost
5cbbbd7143
[Wallet] Use RBF by default in QT only
...
GUI wallet uses RBF by default, regardless of -walletrbf.
RPC and debug console in the GUI remain unchanged; they don't
use RBF by default, unless launched with -walletrbf=1.
7 years ago
Wladimir J. van der Laan
2712742ef2
doc: Update FreeBSD build instructions to use bdb4
...
Use Berkeley DB 4 as recommended on other platforms.
7 years ago
laudaa
3d3e58e46c
[Doc] Fix link to installation script
7 years ago
MeshCollider
1bab9b23af
Add script dump note to RPC help text and release notes
7 years ago
flack
58c909d8d1
Typo fix
7 years ago
MeshCollider
aac6b3f067
Update files.md for new wallets/ subdirectory
7 years ago
MeshCollider
b67342906c
Cleanups for walletdir PR
7 years ago
Jonas Schnelli
de74c62583
[Doc] Update bip.md, add support for BIP 159
7 years ago
Henrik Jonsson
3121d76ba1
doc: Update release notes for share/rpcauth/rpcauth.py rename
7 years ago
Wladimir J. van der Laan
4158734946
doc: Update release notes for `-debuglogfile`
7 years ago
Varunram Ganesh
543ab40a44
Docs: Bump OSX version to 10.13 in build-osx.md
7 years ago
fanquake
387879dd4c
[depends] ZeroMQ 4.2.2
7 years ago
fanquake
fae98f66fe
[Docs] Bump minimum required version of GCC to 4.8
7 years ago
Aaron Clauson
1cecea71ad
doc: Specify required source location for Windows WSL builds
...
- Added steps to specify required source location for Windows WSL
builds.
- Attempted to make the introduction and options for building on Windows
clearer.
7 years ago
MeshCollider
d9878890e4
Add release notes for -walletdir and wallets/ dir
7 years ago
James O'Beirne
6e4cdd67b1
[docs] Add reference to install_db4.sh in OS X build instructions
7 years ago
James O'Beirne
af9103eb75
[build] Add a script for installing db4
...
Instead of maintaining not-easily-tested instructions for building BerkeleyDB
in doc/build-unix.md, package the installation as a script in contrib/. This
allows shared usage from a number of contexts, e.g. Docker.
Thanks to @jonasschnelli , @laanwj for feedback.
7 years ago
Russell Yanofsky
434f5a2506
Recommend #include<> syntax in developer notes
7 years ago
James O'Beirne
5ff01c2363
[docs] Add instructions for lcov coverage report generation
7 years ago
practicalswift
d8ac893268
trivial: Fix typo – "Ubutntu" → "Ubuntu"
7 years ago
Thoragh
73a7e6d186
Update WSL installation for Fall Creators update
7 years ago
practicalswift
4a426d8900
Add note about Valgrind suppressions file in developer-notes.md
7 years ago
MarcoFalke
fa0c7c7f86
doc: Add getreceivedbyaddress release notes
...
Also, remove release note snippets of previous versions.
7 years ago
Wladimir J. van der Laan
6de3203cdc
doc: Add historical release notes for 0.15.1
...
Tree-SHA512: 83d1b5c392ada61c846ece98e5060ead8b79989a024d241ade20b607af3651a832f59adc73d34771b4e9ec573315cb19ea20743d7d7d88dbbec0e60b2ca81729
7 years ago