Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Jonas Schnelli recommended this to account for growth of utxo set, debug
log, etc.
|
|
Peter Todd says it does not matter currently.
|
|
|
|
As discussed in the mailing list thread:
[bitcoin-dev] Bitcoin Core 0.12.0 release candidate 1 available
in the replies to this message:
http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-January/012276.html
Please review thoroughly, I'm a newbie.
|
|
|
|
|
|
These are changes I needed to get gitian building to work with Debian
8.2, which is the version we tell to use.
- Set up NAT, so that container can access network beyond host
- Remove explicit cgroup setup - these are mounted automatically now
- gitian: Need `ca-certificates` and `python` for LXC builds
Github-Pull: #7060
Rebased-From: 99fda26de0661afcbe43d5e862c382e3c2e3aa5e 3b468a0e609147c7d7afd8ed97bf271f2356daef
|
|
|
|
fa8c497 [doc] backwards-compatibility issues due to chainstate obfuscation (MarcoFalke)
|
|
f17b00b release-notes: Combine NOP2->CLTV asm change into "RPC: Low-level API changes" section (Luke Dashjr)
e20704b Replace some instances of formatWithUnit with formatHtmlWithUnit (fanquake)
6f8346d qt5: Use the fixed font the system recommends (MarcoFalke)
605de4a Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. (mb300sd)
6191a9b [RPC-Tests] add option to run rpc test over QT clients (Jonas Schnelli)
6307beb Note that reviewers should mention the commit hash of the commits they reviewed. (Patrick Strateman)
6092ff2 Set link from http:// to https:// (Suriyaa Kudo)
|
|
5cacb8f Add comment about mining changes and more about priority (Alex Morcos)
|
|
|
|
|
|
|
|
changes" section
|
|
Github-Pull: #7213
Rebased-From: 37d271d7cce44885f835292ffe99b54399b014d6
|
|
|
|
This is already done, not new in 0.12.
|
|
|
|
fab88af Add fallbackfee default value (MarcoFalke)
fa0a391 Add Replace-by-fee to release-notes (MarcoFalke)
fa4ba40 Expand section "Wallet transaction fees" & fix format and typos (MarcoFalke)
fabba1c Update release-notes.md (MarcoFalke)
|
|
|
|
|
|
|
|
|
|
|
|
Transaction memory pool limiting
Priority transactions
Wallet transaction fees
|
|
Rebased-From: b4404090259be4e34ef5dba33e47a41e7d9acc03
Github-Pull: #7152
|
|
Bump version from 0.11.99 to 0.12.0 so that we don't forget to do this
when rc1 is released.
|
|
|
|
- Add new translations (finally, after a long time)
- update-translation script was not considering new translations - oops
- fixed this, also remove (nearly) empty translations
- Update translation process, it was still describing the old repository
structure
|
|
b171c69 [doc] Update OS X build notes for new qt5 configure (Michael Ford)
|
|
fa19a58 HelpMessage: Don't hide -mintxfee behind showDebug (MarcoFalke)
faffc17 rpcwallet: Clarify what settxfee does (MarcoFalke)
9999cb0 Fix url in .travis.yml (MarcoFalke)
fa22a10 contrib: Del. gitian downloader config and update gitian README (MarcoFalke)
fad3035 [doc] Minor markdown fixes (MarcoFalke)
|
|
|
|
|
|
|
|
b8c06ef doc: Add non-style-related development guidelines (Wladimir J. van der Laan)
|
|
Adds 127.0.0.1:9050 for the .onion proxy if we can succesfully connect
to the control port.
Natural followup to creating hidden services automatically.
|
|
You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed.
[skip-ci]
|
|
2cecb24 doc: change suite to trusty in gitian-building.md (Wladimir J. van der Laan)
957c0fd gitian: make windows build deterministic (Wladimir J. van der Laan)
2e31d74 gitian: use trusty for building (Wladimir J. van der Laan)
0b416c6 depends: qt PIDLIST_ABSOLUTE patch (Wladimir J. van der Laan)
9f251b7 devtools: add libraries for bitcoin-qt to symbol check (Wladimir J. van der Laan)
|
|
|
|
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
|
|
|
|
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
|
|
|
|
|
|
|
|
I've collected these over time, mostly adding notes after
troubleshooting obscure bugs. As I hope to get the community more
involved in the whole process, I think it is useful to add to the
developer-notes.
|