No description provided.
[doc] Docs and copyright headers bump #8286
pull MarcoFalke wants to merge 3 commits into bitcoin:master from MarcoFalke:Mf1607-trivialPre13 changing 6 files +12 −16-
MarcoFalke commented at 2:20 PM on June 29, 2016: member
- MarcoFalke added the label Docs and Output on Jun 29, 2016
-
in README.md:None in fa1857977a outdated
30 | @@ -31,7 +31,8 @@ The `master` branch is regularly built and tested, but is not guaranteed to be 31 | completely stable. [Tags](https://github.com/bitcoin/bitcoin/tags) are created 32 | regularly to indicate new official, stable release versions of Bitcoin Core. 33 | 34 | -The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md). 35 | +The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md) 36 | +and useful hints for developers can be found in [doc/developer-notes.md](doc/developer-notes.md)
paveljanik commented at 8:57 AM on July 1, 2016:Missing dot at the end of sentence.
paveljanik commented at 9:00 AM on July 1, 2016: contributorACK everything except copyright bumps.
This PR's review time will be long...
MarcoFalke commented at 9:04 AM on July 1, 2016: member@paveljanik You can apply the bump script in
contrib/locally and then diff with my result to see the "actual" diff.MarcoFalke force-pushed on Jul 1, 2016paveljanik commented at 9:19 AM on July 1, 2016: contributorThe script is not portable... On OS X:
date: illegal time format usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]https://github.com/bitcoin/bitcoin/blob/master/src/indirectmap.h doesn't contain copyright header at all.
MarcoFalke force-pushed on Jul 1, 2016MarcoFalke commented at 10:08 AM on July 1, 2016: memberhttps://github.com/bitcoin/bitcoin/blob/master/src/indirectmap.h doesn't contain copyright header at all.
Somone would need to ask the author where it came from. Only they can chose the copyright...
in contrib/debian/examples/bitcoin.conf:None in fa8a7a49d9 outdated
105 | #txconfirmtarget=n 106 | 107 | +# Pay an optional transaction fee every time you send bitcoins. Transactions with fees 108 | +# are more likely than free transactions to be included in generated blocks, so may 109 | +# be validated sooner. 110 | +#paytxfee=0.00
roques commented at 4:21 PM on July 1, 2016:The unit (BTC/kB) of
paytxfeeshould be specified here, as it is inbitcoind -?. I also would completely remove the second sentence.
MarcoFalke commented at 4:31 PM on July 1, 2016:Oh right. I was just moving the sentence.
A general rewrite should be preferred.
MarcoFalke force-pushed on Jul 2, 2016MarcoFalke commented at 11:00 AM on July 3, 2016: member@paveljanik The script is not portable...
I changed something. It may or may not work now.
MarcoFalke force-pushed on Jul 8, 2016jonasschnelli commented at 11:58 AM on July 12, 2016: contributorACK everything except copyright bumps.
Agree with @paveljanik
MarcoFalke commented at 3:15 PM on July 12, 2016: memberCan you try the bump script again on osx and ack the diff?
paveljanik commented at 3:20 PM on July 12, 2016: contributor@MarcoFalke Sure, I will try to do it this week.
paveljanik commented at 3:41 PM on July 12, 2016: contributorACK https://github.com/bitcoin/bitcoin/pull/8286/commits/fade7e93827646e5f393af8dcbc7e1e5a9717bc9
Fixed script
contrib/devtools/fix-copyright-headers.pynow works even on OS X. Thanks!in qa/pull-tester/rpc-tests.py:None in fade7e9382 outdated
99 | - "to run zmq tests, see dependency info in /qa/README.md.") 100 | - ENABLE_ZMQ=0 101 | + except ImportError: 102 | + print("ERROR: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " 103 | + "to run zmq tests, see dependency info in /qa/README.md.") 104 | + # ENABLE_ZMQ=0
fanquake commented at 3:06 AM on August 8, 2016:Why not remove this line?
MarcoFalke commented at 5:26 AM on August 8, 2016:Someone catching this exception and reading this line can just uncomment it, instead of looking up how to unset zmq...
in contrib/debian/examples/bitcoin.conf:None in fade7e9382 outdated
105 | +# Create transactions that have enough fees so they are likely to begin confirmation within n blocks. 106 | # This setting is over-ridden by the -paytxfee option. 107 | #txconfirmtarget=n 108 | 109 | +# Pay a transaction fee every time you send bitcoins. 110 | +#paytxfee=0.000x
jonasschnelli commented at 8:15 AM on August 8, 2016:Maybe mention that this is per KB?
MarcoFalke commented at 8:25 AM on August 8, 2016:All fees exposed via the user interface are BTC per kB (or mBTC per Byte). I don't think it adds value to mention it everywhere.
MarcoFalke commented at 8:27 AM on August 8, 2016:But I agree, somehow this whole
examples/bitcoin.conffile needs update. Though, someone should do it in a later pull, I guess.in qa/rpc-tests/bip68-112-113-p2p.py:None in fade7e9382 outdated
0 | @@ -1,5 +1,5 @@ 1 | #!/usr/bin/env python3 2 | -# Copyright (c) 2015 The Bitcoin Core developers 3 | +# Copyright (c) 2015-2016 The Bitcoin Core developers
jonasschnelli commented at 8:17 AM on August 8, 2016:Has this been changed in 2016?nm: I think so.MarcoFalke force-pushed on Aug 17, 2016MarcoFalke force-pushed on Aug 17, 2016MarcoFalke force-pushed on Aug 17, 2016MarcoFalke force-pushed on Aug 22, 2016MarcoFalke renamed this:[doc] typos, READMEs, comments, headers
[contrib] conf: Remove sendfreetransactions (debug option)
on Aug 28, 2016MarcoFalke renamed this:[contrib] conf: Remove sendfreetransactions (debug option)
[doc] Docs and copyright headers bump
on Aug 28, 2016MarcoFalke force-pushed on Sep 20, 2016Bump copyright headers c1ce8114abLink to developer notes in README.md 2d28318c72[contrib] conf: Remove sendfreetransactions (debug option) 2a064e5474MarcoFalke force-pushed on Sep 20, 2016MarcoFalke closed this on Sep 20, 2016MarcoFalke deleted the branch on Sep 20, 2016MarcoFalke locked this on Sep 8, 2021Labels
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-17 06:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me