UdjinM6
8506678d4b
Prepare v0.12.2.2 release notes ( #1769 )
...
* move 0.12.2 release notes
* prepare 0.12.2.2 release notes
2017-12-16 19:29:41 +03:00
UdjinM6
0291604ad0
Clarify usage of pointers and references in code ( #1778 )
2017-12-14 03:33:08 +03:00
Wladimir J. van der Laan
5390a1a0a9
Merge #7590 : Improving wording related to Boost library requirements [updated]
...
8c5a5fb
Improving wording related to Boost library requirements [updated] (Jonathan Cross)
2017-12-11 08:30:26 +01:00
Wladimir J. van der Laan
a890c7616f
Merge #7612 : [doc] Typo fix
...
ff2be40
[doc] Typo fix (Alfie John)
2017-12-11 08:30:26 +01:00
Wladimir J. van der Laan
984dc5271f
Merge #7619 : Add missing sudo entry in gitian VM setup.
...
f41927e
Add missing sudo entry in gitian VM setup. (BtcDrak)
2017-12-11 08:30:26 +01:00
Wladimir J. van der Laan
6a121275d1
Merge #7583 : [doc] Fix typos
...
6e4dfa1
[doc] Fix typos (Cédric Félizard)
2017-12-11 08:30:26 +01:00
Wladimir J. van der Laan
e7a6f79e5a
Merge #7192 : Unify product name to as few places as possible
...
027fdb8
When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen (Luke Dashjr)
cc2095e
Rewrite FormatParagraph to handle newlines within input strings correctly (Luke Dashjr)
cddffaf
Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so it gets passed to extract-strings correctly (Luke Dashjr)
29598e4
Move PACKAGE_URL to configure.ac (Luke Dashjr)
78ec83d
splashscreen: Resize text to fit exactly (Luke Dashjr)
3cae140
Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere (Luke Dashjr)
4d5a3df
Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS X (biplist module) (Luke Dashjr)
e4ab5e5
Bugfix: Correct copyright year in Mac DMG background image (Luke Dashjr)
917b1d0
Set copyright holders displayed in notices separately from the package name (Luke Dashjr)
c39a6ff
Travis & gitian-osx: Use depends for ds_store and mac_alias modules (Luke Dashjr)
902ccde
depends: Add mac_alias to depends (Luke Dashjr)
82a2d98
depends: Add ds_store to depends (Cory Fields)
de619a3
depends: Pass PYTHONPATH along to configure (Cory Fields)
e611b6e
macdeploy: Use rsvg-convert rather than cairosvg (Luke Dashjr)
63bcdc5
More complicated package name substitution for Mac deployment (Luke Dashjr)
1a6c67c
Parameterise 2009 in translatable copyright strings (Luke Dashjr)
d5f4683
Unify package name to as few places as possible without major changes (Luke Dashjr)
2017-12-11 08:30:26 +01:00
Wladimir J. van der Laan
3cd83db0dc
Merge #7441 : Use Debian 8.3 in gitian build guide
...
666a0f8
Use Debian 8.3 in gitian build guide (fanquake)
2017-12-11 08:08:48 +01:00
Wladimir J. van der Laan
6c5286aadd
Merge #7423 : doc: add example for building with constrained resources
...
f9298cc
doc: add example for building with constrained resources (Jarret Dyrbye)
2017-12-11 08:08:48 +01:00
Wladimir J. van der Laan
5323a08afa
Merge #7300 : [trivial] Add missing copyright headers
...
fabcee1
Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke)
fa60d05
Add missing copyright headers (MarcoFalke)
fa7e4c0
Bump copyright headers to 2014 (MarcoFalke)
2017-12-11 08:08:48 +01:00
Турбанов Андрей
9e7cc56cb6
Fix typo in release-notes.md ( #1759 )
2017-12-06 01:17:21 +03:00
UdjinM6
bc83425589
Two small fixes in docs ( #1746 )
2017-12-01 08:13:49 +03:00
UdjinM6
89f326c6da
Merge branch 'master' into develop
2017-11-12 19:18:08 +03:00
UdjinM6
ec8178c40a
update 12.2 release notes with latest commits ( #1715 )
2017-11-06 21:47:45 +03:00
UdjinM6
578d55979f
12.2 release notes ( #1675 )
...
* move bitcoin release notes
* 12.2 release notes draft
* update
* update
* add latest commits, turn commits into links
* typo + 1704
* +1707
* +1711
* clarify 8x tx
2017-11-02 16:21:49 +03:00
UdjinM6
312663b4be
Remove support for local masternodes ( #1706 )
2017-11-01 18:11:39 +03:00
Kamuela Franco
304b886d08
Update build-osx.md formatting ( #1690 )
...
* Update build-osx.md
* Updated based on comments in #1546
* Update grammar
2017-10-25 17:58:28 +03:00
Ilya Savinov
72ef788c5f
Update instantsend.md
according to PR#1628 changes ( #1663 )
...
* fix instantsend.md according to PR#1628
* split examples and add an example for `listreceivedbyaddress 0` command
2017-10-04 22:34:00 +03:00
UdjinM6
825b3ccc97
more "vin" -> "outpoint" in masternode rpc output ( #1633 )
...
* more "vin" -> "outpoint" in masternode rpc output
* fix doc
2017-09-17 19:00:05 +03:00
Oleg Girko
f65017cfeb
Backport Bitcoin PR#7349: Build against system UniValue when available ( #1503 )
...
* Build against system UniValue when available
* doc: Add UniValue to build instructions
* Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE
* Change default configure option --with-system-univalue to "no"
* Bugfix: Always include univalue in DIST_SUBDIRS
* LDADD dependency order shuffling
* build-unix: Update UniValue build conditions
2017-07-04 06:20:19 +03:00
Will Wray
7155043571
Dashify bitcoin unix executables ( #1486 )
2017-06-06 02:47:46 +03:00
Will Wray
82a4643135
Doc: fix broken formatting in markdown #headers ( #1462 )
...
* Doc: fix broken formatting in markdown #headers
Insert a space in markdown headers between the #'s and the header text.
(It appears that the space is required since a github update a year ago
https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0 )
* Update REST-interface.md
* Update guide-startmany.md
* Update instantsend.md
* Update keepass.md
* Update release-process.md
2017-05-05 14:28:08 +03:00
Oleg Girko
b40f8f333c
Rename bitcoinconsensus library to dashconsensus. ( #1432 )
...
All names containing bitcoinconsensus remaned to contain dashconsensus.
This is needed to avoid conflicts with real bitcoinconsensus library
shipped with Bitcoin Core.
Signed-off-by: Oleg Girko <ol@infoserver.lv>
2017-04-15 09:29:09 +02:00
UdjinM6
92eaefb830
fix docs ( #1404 )
...
- fix info about files
- add info about InstantSend
2017-03-20 04:21:04 +03:00
UdjinM6
e9e5a24910
fixing strings and docs + instantsend.md ( #1354 )
2017-02-19 22:02:33 +01:00
UdjinM6
02b9f248a8
update masternode_conf.md ( #1097 )
2016-10-25 19:04:09 +04:00
UdjinM6
2d55b70381
(log) tweaks and (general) cleanup ( #1086 )
...
* docs
* deprecated/unused/duplicate
* comments
* log cleanup/verbosity tuning
* names/ifs/whitespaces/std
2016-10-22 20:52:14 +04:00
CHAE-PIL LIM
9db6b97979
[ZMQ] append a message sequence number to every ZMQ notification ( #1082 )
...
* Zmq sequence (#1 )
* Fixes ZMQ startup with bad arguments.
pr 7621
* [ZMQ] append a message sequence number to every ZMQ notification
- pr 7762
- contrib/zmq/zmq_sub.py to python 3 compatible
* typo in MSG_RAWTXLOCK
MMSG_RAWTXLOCK to MSG_RAWTXLOCK
* s/Bitcoind/dashd/
2016-10-18 00:09:21 +04:00
Evan Duffield
f0140dab01
Merge pull request #966 from UdjinM6/mergebtc12
...
Merge 'bitcoin/0.12', fix/dashify
2016-09-13 08:57:55 -07:00
Tim Flynn
e61b783e0e
Remove -DDEBUG_LOCKORDER from debug configuration ( #1010 )
...
* Remove -DDEBUG_LOCKORDER from debug configuration
* Updated documentation to reflect removal of -DDEBUG_LOCKORDER from debug configuration
2016-09-12 11:40:23 +04:00
UdjinM6
6af7a58d92
Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify
...
NOTE: .travis.yml was mostly preserved, probably needs additional attention
2016-08-26 04:09:20 +03:00
Tim Flynn
c05231c2a7
Merge #949 : Added EXTRACT_STATIC = YES to Doxyfile
...
86e861c
Added EXTRACT_STATIC = YES to Doxyfile so we can get call graphs for the static functions in main.cpp
2016-08-19 05:52:04 -06:00
UdjinM6
7d55e623a8
Merge #945 : More dash->dashcore
...
a5328a1
Change Dash -> Dash Core where appropriate (in strings)
b8696d9
Change user/group dash->dashcore
69dc9f1
Change dash->dashcore for /etc/ and /var/lib/ folders
2016-08-19 05:46:30 -06:00
Evan Duffield
dd539c3d69
Merge pull request #905 from UdjinM6/dashcoreDatadir
...
Change default datadir
2016-08-08 12:42:35 -07:00
UdjinM6
3e0eee4c84
Merge #921 : Fix project name Dash -> Dash Core
...
ef1612a
Fix project name Dash -> Dash Core
2016-07-29 07:30:19 +02:00
UdjinM6
90adb89233
Merge #903 : Implement transaction lock zmq notifications
...
15a6a16
Implement transaction lock zmq notifications
3bc86a6
always push zmqpubhashtxlock even if tx is not from/to our wallet
568315b
fix typo
b6d41d2
fix data size for notification name
339be11
implement zmqpubrawtxlock
70f44f9
update zmq_sub.py with hashtxlock and rawtxlock
2016-07-15 08:38:33 +02:00
BtcDrak
ac5577b512
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
2016-07-08 11:44:16 +01:00
UdjinM6
dd5bd97561
change default datadir to DashCore(Win,Mac)/.dashcore(Linux) as discussed in #898
2016-07-06 23:26:21 +03:00
Holger Schinzel
f4e4dd65e7
Tag 0.12.1 final
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEbBAABCgAGBQJXD/i3AAoJEHSBCwEjRsmmOHsH+L5eRpiPeLhrDYyBFbp9RFKU
TztyoeKAM4llEPmk6vAawgSL8HNY4va6lbY84sDfvCdLJqCxVR7MyiuQ4AQPXG4R
Ke5DJ/G/K4ngyqruCBsSh2RJdVDrbE3zCmjN5gxPxrNKpi+mXs//A6gjvfxn4U1F
WZepN3FzNFcqFG/ndKxptMYZoIuiK9JIhK7V/ksFKRPlUhipa1jh5sIWvCeFjiLT
Wt8wGlHPHDFsPJW1o7EWMTHRhNCVqYhMDU7GT6FixIJFRGANIGlwfIUuqqUt0sil
7YWIwD/+ai3dfeODazauqJAOEBXjoWCkuXn9IN/VhtvHOFR6AZO2aljS9ks6Cw==
=6vRi
-----END PGP SIGNATURE-----
Merge bitcoin tag 'v0.12.1' into dash v0.12.1.x
Merging Bitcoin 0.12.1 into Dash 0.12.1.x
2016-07-04 11:20:16 +02:00
MarcoFalke
ffff324c1b
[doc] 0.12: prepare release notes
2016-06-22 09:49:19 +02:00
Wladimir J. van der Laan
20d00a180e
Merge #7938 : [0.12.2] Backports
...
c3d1bc3
CBase58Data::SetString: cleanse the full vector (Kaz Wesley)
43c14ac
Fix headers announcements edge case (Suhas Daftuar)
06c73a1
Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`. (Alexander Regueiro)
7e71785
Use txid as key in mapAlreadyAskedFor (Suhas Daftuar)
5583a3d
Add curl to Gitian setup instrustions (BtcDrak)
d3ead9b
Avoid "Unknown command" messages when receiving getaddr on outbound connections. (R E Broadley)
a5bc6a1
Remove vfReachable and modify IsReachable to only use vfLimited. (Patrick Strateman)
52c1011
Clarify description of blockindex (Matthew Zipkin)
21b2f82
Don't resend wallet txs that aren't in our own mempool (Alex Morcos)
66d5408
Fix memleak in TorController [rework] (Wladimir J. van der Laan)
1c3d38b
Remove spurious dollar sign. Fixes #7189 . (Chris Moore)
64fd0ce
fix spelling of advertise in src and doc (jloughry)
a9e73f7
Fix and cleanup listreceivedbyX documentation (instagibbs)
9095594
Do not download transactions during inital sync (ptschip)
2016-06-09 10:22:52 +02:00
Wladimir J. van der Laan
c3aedca2df
doc: Remove outdated qt4 install information from README.md
...
- doc: Remove outdated qt4 install information from README.md
- doc: 32 and 64 bit packages are seperate
Github-Pull: #8048
Rebased-From: e5764e69cb
6075bc4d67
2016-05-18 12:17:58 +02:00
Evan Duffield
7bceb3446b
Merge pull request #763 from crowning-/patch-4
...
[Docs] Gitian: missing 'curl' download added to documentation
2016-05-09 13:51:51 -07:00
BtcDrak
5583a3d0a7
Add curl to Gitian setup instrustions
...
curl is required to fetch dependencies
Github-Pull: #7658
Rebased-From: ce41cf082c
2016-04-27 22:34:48 +02:00
jloughry
64fd0ce1d9
fix spelling of advertise in src and doc
...
Github-Pull: #7526
Rebased-From: 37767fd46f
2016-04-27 22:34:48 +02:00
crowning-
46ca9ddafd
[Docs] Gitian: missing 'curl' download added to documentaiton
...
Debian 8.4 doesn't have 'curl' installed by default.
2016-04-22 23:52:34 +02:00
Evan Duffield
fe5c4dd811
Converting governance system
...
- Generic usage of governance objects
- Added different voting types of signaling
- Removed budget commands (projection, mesc -- see sentinel https://github.com/evan82/sentinel/blob/master/docs/example4.md )
- Added various voting signaling mechanisms (origin funding, remove, valid, endorsed, milestones, outerstorage)
2016-04-19 09:51:15 -07:00
Evan Duffield
59976f3ee1
fixing more issues
2016-04-14 14:28:33 -07:00
BtcDrak
de7c34cab0
Add missing link to BIP113
2016-04-10 11:32:16 +01:00
Wladimir J. van der Laan
465d30915c
doc: update release notes for #7835
2016-04-08 14:24:57 +02:00
Wladimir J. van der Laan
cada7c2418
Fill in rest of release notes
2016-04-07 14:00:30 +02:00
BtcDrak
e10c044c78
[0.12] Update release notes
2016-04-03 17:53:53 +01:00
accraze
4d035bcc9a
[doc] added depends cross compile info
...
Conflicts:
doc/build-unix.md
Github-Pull: #7747
Rebased-From: 3e55b3a004
2016-03-31 13:49:36 +02:00
Wladimir J. van der Laan
ba80ceef59
bump version to 0.12.1
2016-03-30 20:12:21 +02:00
BtcDrak
c0fe2c9e03
Mark p2p alert system as deprecated.
...
Set default to off
This feature is removed entirely as of 0.13.0
2016-03-24 20:06:06 +00:00
UdjinM6
ddbeda357e
fix docs (mostly for budgets)
...
Closes #734
2016-03-16 07:49:51 +01:00
MarcoFalke
f04f4fd2ee
[doc/log] Fix markdown syntax and line terminate LogPrint
...
- Fix doxygen comment for payTxFee
- [doc] Fix markdown
- Make sure LogPrintf strings are line-terminated
Github-Pull: #7617
Rebased-From: fa06ce0949
fa97f95c15
fa26652459
2016-03-11 09:44:17 +01:00
Wladimir J. van der Laan
8acabef3f3
doc: Clean out release notes
...
0.12.0 was released, prepare empty release notes for 0.12.1.
2016-03-07 12:17:02 +01:00
UdjinM6
a2c6140cb1
more bitcoin -> dash
...
Closes #712
2016-03-06 18:21:29 +01:00
UdjinM6
b3d1140800
more bitcoin->dash
2016-03-04 12:09:03 +03:00
Wladimir J. van der Laan
35af157641
doc: Clean out release notes
...
0.12.0 was released, prepare empty release notes for 0.12.1.
2016-03-01 13:52:01 +01:00
UdjinM6
97bcec4853
more bitcoin -> dash in docs
...
Closes #704
2016-02-28 11:28:27 +01:00
UdjinM6
5be1403a19
move bitcoin release notes
2016-02-21 04:53:23 +03:00
UdjinM6
6ec64f8ff6
Merge remote-tracking branch 'bitcoin/0.12' into mergebtc0.12
2016-02-21 04:09:11 +03:00
fanquake
ea52530906
Fix duplicate names in release notes
...
Fixes #7547
2016-02-17 11:55:22 +08:00
Wladimir J. van der Laan
b466264635
doc: Remove another duplicate author name from release notes
...
The list of contributors is automatically generated from git, so people
that use multiple author names will end up on the list multiple times.
2016-02-16 12:40:13 +01:00
wodry
e473c2dd02
Fix of semantic failure "meet pay"
...
"do not meet pay the minimum relay fee" ? I can understand English language quite well, but that I do not understand. So, if it's not an semantic nonsense, I would suggest to write it in more simple English.
2016-02-12 09:50:32 +01:00
Wladimir J. van der Laan
04503f78c7
Merge #7346 : 0.12 release notes: Mining Policy Changes
...
b460004
release-notes: Minor corrections and clarifications re Priority (Luke Dashjr)
3450f4c
release-notes: Significantly rewrite priority transactions section (Gregory Maxwell)
d0dbb6d
release-notes: Remove suggestion to use 0.11 (Luke Dashjr)
73a0375
release-notes: Mention possibility of priority removal in 0.13, uncertainty of priority calculation being changed back, and request community input (Luke Dashjr)
4b8d2bc
release-notes: Cover priority changes correctly, removing mentions of possible futures (Luke Dashjr)
2016-02-11 15:30:20 +01:00
Wladimir J. van der Laan
772863583c
doc: fix author list in release notes
2016-02-10 21:37:49 +01:00
Wladimir J. van der Laan
10be44a0bb
doc: Release notes update pre-rc5
2016-02-10 21:03:40 +01:00
Luke Dashjr
b46000415c
release-notes: Minor corrections and clarifications re Priority
2016-02-09 23:31:30 +00:00
Gregory Maxwell
3450f4cc95
release-notes: Significantly rewrite priority transactions section
2016-02-09 23:21:36 +00:00
Luke Dashjr
d0dbb6daee
release-notes: Remove suggestion to use 0.11
2016-02-09 21:28:57 +00:00
Wladimir J. van der Laan
43484d7c08
doc: Update release notes for rc4 changes
2016-02-09 10:50:05 +01:00
Luke Dashjr
73a0375ebe
release-notes: Mention possibility of priority removal in 0.13, uncertainty of priority calculation being changed back, and request community input
2016-02-09 08:13:38 +00:00
MarcoFalke
b9ed8c9969
[doc] Update release-process.md
...
Conflicts:
doc/release-process.md
Github-Pull: #7465
Rebased-From: fa616c2fed
2016-02-08 10:47:12 +01:00
UdjinM6
a5ac60b868
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
...
+ merge fixes
+ keepass on evhttp
2016-02-06 16:48:04 +03:00
Wladimir J. van der Laan
996c27d1d9
doc: add PR authors to release notes
...
Take full names from github API if available, otherwise
github username.
2016-02-05 15:06:53 +01:00
Wladimir J. van der Laan
a7939f8695
doc: update release notes for rc3
2016-02-03 10:56:18 +01:00
Luke Dashjr
af9f564267
release-notes: Update for replacebyfee->mempoolreplacement rename
2016-02-01 19:32:54 +00:00
UdjinM6
bbbbdd8100
more darkcoin->dash
...
Closes #690
2016-02-01 10:31:06 +01:00
UdjinM6
826cba78a5
more dashpay.io->dash.org
...
Closes #689
2016-02-01 10:30:23 +01:00
Luke Dashjr
b2287a7e01
release-notes: Update for permitrbf->replacebyfee rename
2016-01-29 01:33:50 +00:00
Wladimir J. van der Laan
32e3538752
Merge #7416 : doc: Explain effects of -prune=<n> parameter in release notes
...
8c5f903
doc: In release notes, reduce length of pruning section (xor-freenet)
15c0263
doc: Minor spelling fix (xor-freenet)
54d3907
doc: Fix wrong claims about blockchain reorganization with pruning (xor-freenet)
a683d20
doc: Minor sentence length / capitalization fixes (xor-freenet)
58e3abf
doc: In release notes, increase estimate of disk usage with pruning (xor-freenet)
be4b474
doc: In release notes, do not claim that pruning is leeching (xor-freenet)
46d7eb6
doc: Fix minimal disk usage with pruning enabled (xor-freenet)
fe074cc
doc: Explain effects of -prune=<n> parameter in release notes (xor-freenet)
2016-01-27 17:09:41 +01:00
xor-freenet
8c5f90306c
doc: In release notes, reduce length of pruning section
2016-01-27 16:29:39 +01:00
xor-freenet
15c0263ff1
doc: Minor spelling fix
2016-01-27 15:58:18 +01:00
xor-freenet
54d390780f
doc: Fix wrong claims about blockchain reorganization with pruning
2016-01-27 15:54:56 +01:00
xor-freenet
a683d20d5f
doc: Minor sentence length / capitalization fixes
2016-01-27 15:23:30 +01:00
Wladimir J. van der Laan
38bf790d70
Merge #7422 : Improve section title in release-notes.md
...
42b521d
Update release-notes.md (฿tcDrak)
2016-01-27 12:02:29 +01:00
Suhas Daftuar
65d384fe82
doc: Update release notes for 0.12
...
Update and reword BIP 125 section
Mention changes to banlist (clearbanned/setban)
Pruning nodes can relay
2016-01-26 10:36:13 -05:00
฿tcDrak
42b521d8a0
Update release-notes.md
2016-01-26 15:06:37 +00:00
xor-freenet
58e3abfffc
doc: In release notes, increase estimate of disk usage with pruning
...
Jonas Schnelli recommended this to account for growth of utxo set, debug
log, etc.
2016-01-26 13:09:59 +01:00
xor-freenet
be4b474287
doc: In release notes, do not claim that pruning is leeching
...
Peter Todd says it does not matter currently.
2016-01-26 13:07:05 +01:00
xor-freenet
46d7eb6137
doc: Fix minimal disk usage with pruning enabled
2016-01-25 18:38:51 +01:00
xor-freenet
fe074ccb37
doc: Explain effects of -prune=<n> parameter in release notes
...
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.
2016-01-25 18:23:06 +01:00
Wladimir J. van der Laan
7c5e90e8dd
doc: forgot #7222 in release notes
2016-01-22 11:58:48 +01:00
Wladimir J. van der Laan
1bc1d796be
doc: Add commits since rc1 to release notes
2016-01-22 11:51:01 +01:00
Wladimir J. van der Laan
5bb3e263e2
build: Make networking work inside LXC builder in gitian-building.md
...
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: 99fda26de0
3b468a0e60
2016-01-20 13:26:49 +01:00
Luke Dashjr
4b8d2bc625
release-notes: Cover priority changes correctly, removing mentions of possible futures
2016-01-18 18:12:33 +00:00
MarcoFalke
fa311338d2
[Doc] Wallet & Pruning
2016-01-18 16:26:57 +01:00
Wladimir J. van der Laan
d04525a065
Merge pull request #7345
...
fa8c497
[doc] backwards-compatibility issues due to chainstate obfuscation (MarcoFalke)
2016-01-18 10:39:10 +01:00
Wladimir J. van der Laan
1709cc5cb0
Merge pull request #7338
...
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)
2016-01-18 10:36:57 +01:00
Wladimir J. van der Laan
b0cb055673
Merge pull request #7347
...
5cacb8f
Add comment about mining changes and more about priority (Alex Morcos)
2016-01-18 10:35:56 +01:00
Suhas Daftuar
2e552b04c2
Mention mempool chain limits in release notes
2016-01-17 22:21:08 -05:00
Alex Morcos
5cacb8f319
Add comment about mining changes and more about priority
2016-01-17 07:40:21 -06:00
MarcoFalke
fa8c497d84
[doc] backwards-compatibility issues due to chainstate obfuscation
2016-01-17 12:05:13 +01:00
fanquake
34660f0534
Add missing files to files.md
...
typo
2016-01-16 17:04:04 +01:00
Luke Dashjr
f17b00b66f
release-notes: Combine NOP2->CLTV asm change into "RPC: Low-level API changes" section
2016-01-13 21:34:02 +00:00
mb300sd
605de4a88a
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
...
Github-Pull: #7213
Rebased-From: 37d271d7cc
2016-01-13 21:25:36 +00:00
Alex Morcos
82667afd78
release note fixups
2016-01-13 15:20:16 -05:00
Wladimir J. van der Laan
5771b71ca5
doc: Remove BIP65 mention from release notes
...
This is already done, not new in 0.12.
2016-01-13 18:20:06 +01:00
Wladimir J. van der Laan
071f704a70
Preliminary release notes 0.12.0
2016-01-13 15:56:51 +01:00
Wladimir J. van der Laan
2c5c2154c9
Merge pull request #7309
...
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)
2016-01-13 12:44:02 +01:00
MarcoFalke
fab88af4d5
Add fallbackfee default value
2016-01-13 11:26:46 +01:00
Wladimir J. van der Laan
8f25d6eb0e
Merge pull request #7324
2016-01-13 10:55:54 +01:00
MarcoFalke
fa0a391b35
Add Replace-by-fee to release-notes
2016-01-13 09:14:36 +01:00
Jonathan Cross
e380f232de
Improving README
...
Fixing references to bitcoin and minor cleanup.
2016-01-09 20:20:38 +01:00
Luke Dashjr
d570a1f41b
doc/bips: Document BIP 125 support
2016-01-09 17:40:39 +00:00
MarcoFalke
fa4ba40d8c
Expand section "Wallet transaction fees" & fix format and typos
2016-01-08 17:24:25 +01:00
MarcoFalke
fabba1c1a4
Update release-notes.md
...
Transaction memory pool limiting
Priority transactions
Wallet transaction fees
2016-01-07 16:46:03 +01:00
Matt Bogosian
cfb44ce97a
Add missing automake package to deb-based UNIX install instructions.
...
Rebased-From: b440409025
Github-Pull: #7152
2015-12-03 13:57:51 +01:00
Wladimir J. van der Laan
2985000808
Bump version to 0.12.0
...
Bump version from 0.11.99 to 0.12.0 so that we don't forget to do this
when rc1 is released.
2015-12-03 12:18:53 +01:00
paveljanik
8a03727d9c
Fix various typos
2015-12-02 15:18:22 +01:00
Wladimir J. van der Laan
93236c0455
qt: Final translation update before 0.12 fork
...
- 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
2015-12-02 14:28:35 +01:00
Jonas Schnelli
4a63f94676
Merge pull request #7040
...
b171c69
[doc] Update OS X build notes for new qt5 configure (Michael Ford)
2015-12-02 09:43:06 +01:00
Wladimir J. van der Laan
8f761e87c3
Merge pull request #7136
...
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)
2015-12-01 10:23:05 +01:00
MarcoFalke
fad3035e8d
[doc] Minor markdown fixes
2015-11-30 16:33:15 +01:00
Pieter Wuille
9ac63d6d30
Keep track of explicit wallet conflicts instead of using mempool
2015-11-29 13:24:02 +01:00
Pieter Wuille
49fb8e89b7
Documentation updates for BIP 130
2015-11-29 12:08:12 +01:00
Pieter Wuille
8332457e95
Merge pull request #7003
...
b8c06ef
doc: Add non-style-related development guidelines (Wladimir J. van der Laan)
2015-11-28 14:15:04 +01:00
Peter Todd
cde857f2d9
Connect to Tor hidden services by default
...
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.
2015-11-26 05:14:31 -05:00
Michael Ford
b171c69c60
[doc] Update OS X build notes for new qt5 configure
...
You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed.
[skip-ci]
2015-11-20 12:55:50 +08:00
Wladimir J. van der Laan
c983d6fcb4
Merge pull request #6900
...
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)
2015-11-19 13:02:07 +01:00
Wladimir J. van der Laan
2cecb24600
doc: change suite to trusty in gitian-building.md
2015-11-19 13:01:35 +01:00
Wladimir J. van der Laan
f8e87d74c9
Merge pull request #7048
...
c5f211b
[doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
2015-11-19 10:12:11 +01:00
fanquake
c5f211bbd0
[doc][trivial] Remove miniupnpc build notes build-unix
2015-11-19 09:34:08 +08:00
Michael Ford
bd42e6b6ec
[doc] Users now see 'Bitcoin Core' in the OSX bundle
...
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
2015-11-17 22:21:02 +08:00
Pieter Wuille
6e18268616
Switch to libsecp256k1-based validation for ECDSA
2015-11-15 16:06:57 +01:00
Jonas Schnelli
e495ed5f08
add documentation for exluding whitelistes peer from maxuploadtarget
2015-11-14 08:42:59 +01:00
Jonas Schnelli
5760749ed8
[docs] rename reducetraffic.md to reduce-traffic.md
2015-11-13 21:10:51 +01:00
Wladimir J. van der Laan
b8c06ef409
doc: Add non-style-related development guidelines
...
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.
2015-11-13 12:02:39 +01:00
MarcoFalke
9c3ee3bf77
[doc] Add -maxuploadtarget release notes
2015-11-12 21:12:35 +01:00
Wladimir J. van der Laan
bd629d77ed
Merge pull request #6639
...
58ef0ff
doc: update docs for Tor listening (Wladimir J. van der Laan)
68ccdc4
doc: Mention Tor listening in release notes (Wladimir J. van der Laan)
09c1ae1
torcontrol improvements and fixes (Wladimir J. van der Laan)
2f796e5
Better error message if Tor version too old (Peter Todd)
8f4e67f
net: Automatically create hidden service, listen on Tor (Wladimir J. van der Laan)
2015-11-12 19:24:59 +01:00
Wladimir J. van der Laan
58ef0ffa9e
doc: update docs for Tor listening
...
- add new data directory files for 0.12 to doc/files.md
- mention torcontrol in doc/tor.md
2015-11-12 18:08:50 +01:00
Wladimir J. van der Laan
68ccdc4696
doc: Mention Tor listening in release notes
2015-11-12 17:58:15 +01:00
Wladimir J. van der Laan
cbf9609c71
Merge pull request #6969
...
7085728
doc: there is no libboost-base-dev, add missing sudo (Wladimir J. van der Laan)
2015-11-11 18:44:28 +01:00
Wladimir J. van der Laan
c9743062a3
Merge pull request #6987
...
42bae94
[doc] Improve lanaguge in reducetraffic.md (fanquake)
6a776fa
[doc] add documentation how to reduce traffic (Jonas Schnelli)
2015-11-11 18:27:46 +01:00
fanquake
42bae94e34
[doc] Improve lanaguge in reducetraffic.md
2015-11-11 15:26:16 +01:00
MarcoFalke
0817bf7094
[doc] Fix FIXME for libblkmaker in release-notes.md
2015-11-11 15:03:29 +01:00
Jonas Schnelli
6a776faff9
[doc] add documentation how to reduce traffic
2015-11-11 13:28:08 +01:00
Michael
779139549d
[gitian] Use vm-builder_0.12.4+bzr494 on Debian
2015-11-11 18:45:57 +08:00
Wladimir J. van der Laan
7085728786
doc: there is no libboost-base-dev, add missing sudo
...
- There is no libboost-base-dev, no idea how I ended up with this
- Without that, installing separate boost packages works fine on both
Ubuntu 14.04 and Debian 7 (tested on VMs), this did not use to be
the case, AFAIK.
- Add a missing 'sudo' for consistency
- Need `bsdmainutils` for `hexdump` (for the tests)
2015-11-08 20:01:08 +01:00
Wladimir J. van der Laan
4ee149a6db
Merge pull request #6955
...
e167af2
[doc] Remove excessive white space (MarcoFalke)
e0eeb67
[trivial] clang-format: Set AlignAfterOpenBracket: false (MarcoFalke)
0af8fe4
devtools: Update README.md (MarcoFalke)
2015-11-05 23:39:48 +01:00
MarcoFalke
e167af2acd
[doc] Remove excessive white space
2015-11-05 23:29:29 +01:00
Wladimir J. van der Laan
dbacc69b4f
build: If both Qt4 and Qt5 are installed, use Qt5
...
If both Qt4 and Qt5 development headers are installed, use Qt5. Building
against Qt5 should be encouraged as that is where active development
happens.
2015-11-04 16:19:28 +01:00
Wladimir J. van der Laan
35bb381435
build: Improve build instructions
...
- Add package instructions for Ubuntu 15.10
- Clarify BerkeleyDB/wallet situation for unix
- Add basic build instructions for Windows (closes #1401 )
2015-11-04 11:57:30 +01:00
Wladimir J. van der Laan
a6e80e4017
Merge pull request #6883
...
c939792
Add BIP65 CHECKLOCKTIMEVERIFY to release notes (Peter Todd)
2015-10-31 11:07:24 +01:00
Wladimir J. van der Laan
b2ce2c1f0f
Merge pull request #6870
...
040c0ea
Init: Cleanup error and warning strings (MarcoFalke)
6782f58
[trivial] Latest config.guess (MarcoFalke)
bf68191
[trivial] rpcnet: fix typo (MarcoFalke)
95f4291
[trivial] Rewrite help text for feature enabled by default (MarcoFalke)
2015-10-29 13:30:42 +01:00
MarcoFalke
040c0ea093
Init: Cleanup error and warning strings
...
Also update doc/translation_strings_policy.md
2015-10-28 22:11:43 +01:00
Wladimir J. van der Laan
dbc5ee821e
Merge pull request #6621
...
e04b0b6
added OS X documentation to doc/init.md (Kevin Cooper)
d4aa54c
added org.bitcoin.bitcoind.plist for launchd (OS X) (Kevin Cooper)
2015-10-26 17:42:00 +01:00
Wladimir J. van der Laan
867d6c90b8
Merge pull request #6878
...
dca7bd3
doc: Add developer notes about gitignore (Wladimir J. van der Laan)
2015-10-26 08:21:03 +01:00
Wladimir J. van der Laan
ceb2a9c3e1
doc: mention BIP65 softfork in bips.md
2015-10-26 08:05:43 +01:00
Kevin Cooper
e04b0b6b83
added OS X documentation to doc/init.md
2015-10-24 18:28:02 -07:00
Peter Todd
c939792baa
Add BIP65 CHECKLOCKTIMEVERIFY to release notes
2015-10-23 16:19:49 -04:00
Wladimir J. van der Laan
dca7bd3152
doc: Add developer notes about gitignore
...
- Add developer notes about `.gitignore.`
- Remove qt creator specific files from gitignore, to be consistent.
2015-10-23 14:24:08 +02:00
Wladimir J. van der Laan
fc41278e96
Merge pull request #6843
...
99963b9
Correct spelling mistakes in doc folder (Mitchell Cash)
2015-10-19 12:01:07 +02:00
Thomas Kerin
d2e3fbc620
Mention PHP bindings to libbitcoinconsensus
2015-10-18 19:04:14 +01:00
Mitchell Cash
99963b938f
Correct spelling mistakes in doc folder
...
- OSX —> OS X
- XCode —> Xcode
- github —> GitHub
- homebrew —> Homebrew
- gitian —> Gitian
- Other miscellaneous obvious spelling fixes and whitespace removal
2015-10-18 06:25:43 +10:00
Wladimir J. van der Laan
8ce9920635
Merge pull request #6817
...
a0d5e0d
[doc] Cleanup release-process documentation (Michael)
2015-10-15 12:54:13 +02:00
Micha
d57586f91c
Add historical release notes for October 2015 bugfix releases
...
[skip ci]
2015-10-14 23:14:13 +03:00
Michael
a0d5e0d2f4
[doc] Cleanup release-process documentation
2015-10-14 07:54:29 +08:00
Wladimir J. van der Laan
a1d623da3e
Merge pull request #6810
...
7d325b9
zmq: point API link to 4.0 as that is what we are conforming to [Trivial] (Johnathan Corgan)
2015-10-13 12:31:50 +02:00
Johnathan Corgan
7d325b9de7
zmq: point API link to 4.0 as that is what we are conforming to [Trivial]
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
2015-10-12 13:40:13 -07:00
MarcoFalke
60a8b70585
[doc] trivial: developer-notes.md covers more than just coding standards
2015-10-09 17:09:29 +02:00
Wladimir J. van der Laan
b6f3a4eb19
Merge pull request #6751
...
9204930
Document pull-req #6424 in release-notes (Peter Todd)
2015-10-06 10:01:42 +02:00
Johnathan Corgan
9f5c641a40
zmq: update docs to reflect feature is compiled in automatically if possible
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
2015-10-05 20:09:04 -07:00
Peter Todd
9204930101
Document pull-req #6424 in release-notes
...
Mention now allowed sequence of pushdatas in OP_RETURN outputs in
release notes.
2015-10-06 00:12:57 +02:00
Wladimir J. van der Laan
a3874c7c3a
doc: no longer require use of openssl in OpenBSD build guide
2015-10-01 14:55:57 +02:00
Jeff Garzik
8a86d53bd5
Merge pull request #6731
2015-10-01 06:02:14 -04:00
Wladimir J. van der Laan
5424d416c2
doc: Change #bitcoin-dev IRC channel to #bitcoin-core-dev
...
Split off Bitcoin Core project development discussion from the general
Bitcoin development channel.
2015-09-30 17:09:35 +02:00
Johnathan Corgan
ab0b8be857
zmq: update and cleanup build-unix, release-notes, and zmq docs
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
2015-09-29 10:48:45 -07:00
Wladimir J. van der Laan
0bec36f3bb
Merge pull request #6661
...
551d7ed
doc: Fix dead link in gitian-building (unsystemizer)
2015-09-29 14:55:39 +02:00
unsystemizer
551d7edb1b
doc: Fix dead link in gitian-building
...
- Link to Debian 8.1 netinstall ISO is dead, changed to valid 8.2
- Changed checksum to 8.2 netinstall ISO checksum (http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/SHA256SUMS )
- Verified CD checksum, checksum file's signing key
2015-09-29 14:51:52 +02:00
Wladimir J. van der Laan
9639eadd93
doc: Add build guide for OpenBSD 5.7
...
Add a specific build guide for OpenBSD. This is slightly different than
building for Linux due to different dependencies, and a compiler issue.
2015-09-28 13:46:09 +02:00
Wladimir J. van der Laan
2fa417f829
Merge pull request #6718
...
06d92d7
Add CONTRIBUTING.md (BtcDrak)
2015-09-26 10:10:35 +02:00
BtcDrak
06d92d71a2
Add CONTRIBUTING.md
2015-09-26 09:03:47 +01:00
Wladimir J. van der Laan
48efbdbe98
Merge pull request #5264
...
af3208b
Resolve issue 3166. These changes decode valid SIGHASH types on signatures in assembly (asm) representations of scriptSig scripts. This squashed commit incorporates substantial helpful feedback from jtimon, laanwj, and sipa. (mruddy)
2015-09-25 19:19:07 +02:00
dexX7
da47fe0166
Add java-libbitcoinconsensus as example to documentation
...
java-libbitcoinconsensus is a wrapper around libbitcoinconsensus, which
uses JNA to demonstrate a potential integration in Java.
2015-09-24 19:12:36 +02:00
elanaint
2fa3615b35
Update tor nodes
...
Closes : #622
2015-09-24 15:12:56 +02:00
Pieter Wuille
391dff16fe
Do not store Merkle branches in the wallet.
...
Assume that when a wallet transaction has a valid block hash and transaction position
in it, the transaction is actually there. We're already trusting wallet data in a
much more fundamental way anyway.
To prevent backward compatibility issues, a new record is used for storing the
block locator in the wallet. Old wallets will see a wallet file synchronized up
to the genesis block, and rescan automatically.
2015-09-22 18:51:07 +02:00
Wladimir J. van der Laan
28d0b3ec65
Merge pull request #6652
...
a09db7c
[trivial] Minor format fixes (MarcoFalke)
0574ede
doc: update release-notes and bips.md for BIP111 (Wladimir J. van der Laan)
2015-09-22 11:55:56 +02:00
MarcoFalke
a09db7c19a
[trivial] Minor format fixes
2015-09-22 11:52:13 +02:00
Diego Viola
99ee4a656b
Fix spelling of Qt
2015-09-22 05:00:10 -03:00
Wladimir J. van der Laan
229fb974ab
Merge pull request #6667
...
2eb3183
[doc] Merge doc/assets-attribution.md into contrib/debian/copyright (MarcoFalke)
9be08b7
Update contrib/debian/copyright (MarcoFalke)
2015-09-21 18:17:48 +02:00
MarcoFalke
2eb3183ca4
[doc] Merge doc/assets-attribution.md into contrib/debian/copyright
...
Even though the SVG source files are never used in the QT client,
their authors are mentioned in contrib/debian/copyright due to
simplicity.
2015-09-18 18:14:42 +02:00
Midnight Magic
c73a8ea271
Clarifying offline build process using gbuild --url and noting it is not
...
done automatically.
At some point along the line, fully offline builds were no longer happening
when strictly following the release-process.md instructions.
We should ensure that users who might want to torify or build offline need
to take extra steps to remain offline.
Also, corrections to build process: including gverify examples for new builders.
2015-09-17 14:25:41 -07:00
Jeff Garzik
e6a14b64d6
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
...
Continues Johnathan Corgan's work.
Publishing multipart messages
Bugfix: Add missing zmq header includes
Bugfix: Adjust build system to link ZeroMQ code for Qt binaries
2015-09-16 11:01:35 +01:00
UdjinM6
02dfe6b239
split usage of "masternode" command: "start" for local Hot and "start-<mode>" for remote"
...
Closed #605
2015-09-12 18:02:39 +02:00
Irving Ruan
5d7a16d073
Fixes typo in build-osx.md.
2015-09-12 00:35:36 -07:00
Wladimir J. van der Laan
3224936bed
Merge pull request #6635
...
a1df1e8
[docs] add libevent dependency to build-osx.md (Jonas Schnelli)
d6a92dd
[release notes] mention apache reverse proxy to re-enable SSL (Jonas Schnelli)
2015-09-08 17:38:25 +02:00
Wladimir J. van der Laan
0574ede595
doc: update release-notes and bips.md for BIP111
2015-09-08 17:19:08 +02:00
Jonas Schnelli
a1df1e870b
[docs] add libevent dependency to build-osx.md
2015-09-07 13:31:16 +02:00
Holger Schinzel
d9d1a79626
changed status of release notes from draft to released
2015-09-07 10:55:24 +02:00
MarcoFalke
238851bf64
[doc] [tor] Clarify when to use bind
...
c.f. #6585
2015-09-06 18:17:35 +02:00
Wladimir J. van der Laan
2aee4d268d
Merge pull request #6626
...
f4b9132
Update gitian build guide for Debian 8.1 (fanquake)
2015-09-04 16:31:58 +02:00
Jonas Schnelli
d6a92dd0ea
[release notes] mention apache reverse proxy to re-enable SSL
2015-09-04 15:39:49 +02:00
Wladimir J. van der Laan
9aa90994ee
Merge pull request #5677
...
d528025
Revert "rpc-tests: re-enable rpc-tests for Windows" (Wladimir J. van der Laan)
1e700c9
doc: update deps in build-unix.md after libevent (Wladimir J. van der Laan)
26c9b83
Move windows socket init to utility function (Wladimir J. van der Laan)
4be0b08
libevent: Windows reuseaddr workaround in depends (Cory Fields)
3a174cd
Fix race condition between starting HTTP server thread and setting EventBase() (Wladimir J. van der Laan)
6d2bc22
Document options for new HTTP/RPC server in --help (Wladimir J. van der Laan)
be33f3f
Implement RPCTimerHandler for Qt RPC console (Wladimir J. van der Laan)
57d85d9
doc: mention SSL support dropped for RPC in release notes (Wladimir J. van der Laan)
40b556d
evhttpd implementation (Wladimir J. van der Laan)
ee2a42b
tests: GET requests cannot have request body, use POST in rest.py (Wladimir J. van der Laan)
6e996d3
tests: fix qt payment test (Cory Fields)
3140ef9
build: build-system changes for libevent (Wladimir J. van der Laan)
a9af234
libevent: add depends (Cory Fields)
6a21dd5
Remove rpc_boostasiotocnetaddr test (Wladimir J. van der Laan)
8f9301c
qa: Remove -rpckeepalive tests from httpbasics (Wladimir J. van der Laan)
51fcfc0
doc: remove documentation for rpcssl (Wladimir J. van der Laan)
2015-09-04 13:06:32 +02:00
Wladimir J. van der Laan
1e700c9b60
doc: update deps in build-unix.md after libevent
...
Add libevent, change usage of libssl from "secure communication" to
"crypto" that's more accurate after RPC SSL support removed.
2015-09-04 10:59:34 +02:00
Wladimir J. van der Laan
5e1ec3b5be
Merge pull request #6611
...
5b85126
Update build-unix.md (Altoidnerd)
2015-09-03 17:19:50 +02:00
Wladimir J. van der Laan
0c02a75787
Merge pull request #6627
...
88f856a
[doc] Clarify authors in assets-attribution.md (MarcoFalke)
2015-09-03 17:03:46 +02:00
MarcoFalke
88f856a9e7
[doc] Clarify authors in assets-attribution.md
2015-09-03 14:22:57 +02:00
Wladimir J. van der Laan
57d85d9bee
doc: mention SSL support dropped for RPC in release notes
2015-09-03 10:59:19 +02:00
fanquake
f4b9132d0c
Update gitian build guide for Debian 8.1
...
Signed-off-by: fanquake <fanquake@gmail.com>
2015-09-03 15:51:37 +08:00
Altoidnerd
5b85126863
Update build-unix.md
...
If a user hasn't ready run autogen.sh, configure doesn't yet exist. Do the instructions seem to presume you have already built bitcoin? I don't think they do.
Would stifle beginners.
Update build-unix.md
2015-09-02 05:13:04 -04:00
Wladimir J. van der Laan
1e92b27540
Merge pull request #6553
...
183b8fb
Add missing files to files.md (fanquake)
2015-08-17 17:06:24 +02:00
UdjinM6
fc9118c253
Update masternode-budget.md
2015-08-17 15:51:12 +03:00
Jeff Garzik
6feeec1ec5
Merge pull request #6013
2015-08-15 16:09:06 -04:00
Pavel Janík
70180b2e57
Implement REST mempool API, add test and documentation.
2015-08-14 07:01:03 +02:00
fanquake
183b8fbeb0
Add missing files to files.md
...
typo
2015-08-13 22:54:55 +08:00
UdjinM6
ed6f2b1439
Merge remote-tracking branch 'bitcoin/0.10' into v0.12.0.x_merge10again
2015-08-11 21:48:57 +03:00
fanquake
8778471dce
Update init doc to mention cookie authentication
2015-08-10 23:56:37 +08:00
Wladimir J. van der Laan
0201a79299
Merge pull request #6512
...
fc25a87
Add note on relative paths, improve formatting (unsystemizer)
2015-08-10 17:46:49 +02:00
Wladimir J. van der Laan
100c9d3994
Merge pull request #6505
...
df9c2ee
[Qt] replace wifi icon with network symbol (Marco)
9142867
[QT] cleanup icons (Marco)
2015-08-07 12:57:17 +02:00
Casey Rodarmor
75a8803901
Add v0.11.0 release notes
2015-08-05 11:22:14 -04:00
Wladimir J. van der Laan
9bb4dd850f
Merge pull request #6507
...
9f5edb9
Removed contrib/bitrpc (Casey Rodarmor)
2015-08-05 10:21:16 +02:00
Evan Duffield
14927d6b3a
update release docs
2015-08-04 17:34:05 -07:00
Marco
df9c2ee1c9
[Qt] replace wifi icon with network symbol
2015-08-04 16:53:30 +02:00
unsystemizer
fc25a8748e
Add note on relative paths, improve formatting
...
Added "conf, pid, and wallet accept relative paths which are interpreted as relative to the data directory. wallet only supports relative paths."
2015-08-04 14:10:51 +08:00
UdjinM6
69087fd723
fix release notes format
2015-08-04 00:52:47 +03:00
Evan Duffield
ecea4bfaf9
client version bump
2015-08-03 13:41:19 -07:00
Casey Rodarmor
9f5edb970a
Removed contrib/bitrpc
...
It's unclear if people are using this and if it's worth maintaining.
2015-08-03 13:02:49 -04:00
mruddy
af3208bfa6
Resolve issue 3166.
...
These changes decode valid SIGHASH types on signatures in assembly (asm) representations of scriptSig scripts.
This squashed commit incorporates substantial helpful feedback from jtimon, laanwj, and sipa.
2015-07-30 19:56:00 -04:00
Evan Duffield
69b02b5519
Fixed documentation
2015-07-28 07:52:12 -07:00
Evan Duffield
71c73c12c6
Added documentation
2015-07-27 09:22:03 -07:00
Wladimir J. van der Laan
c6455c77ab
doc: mention change to option parsing behavior in release notes
2015-07-27 14:55:15 +02:00
Wladimir J. van der Laan
9127e9766a
doc: Mention RPC strings for monetary amounts in release notes
...
Add a section "low level RPC API changes" so that the changes with
regard to error codes can be added later.
2015-07-27 13:57:24 +02:00
Simon Males
0ef9858707
Documenting pruned, pruneheight and softforks in getblockchaininfo
2015-07-19 14:07:35 +02:00
Simon Males
0c895799c8
Include pruned state in chaininfo.json
2015-07-18 10:32:09 +02:00
฿tcDrak
255eced936
Updated URL location of netinstall for Debian
...
Conflicts:
doc/gitian-building.md
Github-Pull: #6439
Rebased-From: 09d4ddf1c5
2015-07-17 09:27:48 +02:00
Wladimir J. van der Laan
fe3fe547f7
Merge pull request #6439
...
09d4ddf
Updated URL location of netinstall for Debian (฿tcDrak)
2015-07-17 09:01:11 +02:00
Wladimir J. van der Laan
b01981e758
Merge pull request #6430
...
3361edd
doc: Add NBitcoin to bitcoinconsensus examples (Braydon Fuller)
b1bac4e
Add description for bitcoinconsensus_ERR_OK (Braydon Fuller)
c156ada
doc: add documentation for shared library libbitcoinconsensus (Braydon Fuller)
2015-07-17 08:38:42 +02:00
Braydon Fuller
3361edd010
doc: Add NBitcoin to bitcoinconsensus examples
2015-07-15 08:40:18 -04:00
Wladimir J. van der Laan
849137560a
Merge pull request #6413
...
9fbca20
doc: Remove recommendation to add old repos for libd4.8* (tailsjoin)
2015-07-15 09:21:08 +02:00
tailsjoin
9fbca205d4
doc: Remove recommendation to add old repos for libd4.8*
...
It is unreasonable to ask to change the global package configuration
just to build a package. Not only that, this is potentially harmful to the system.
Also do a few punctuation fixes in REST-interface.md.
2015-07-15 09:20:51 +02:00
Braydon Fuller
b1bac4ea49
Add description for bitcoinconsensus_ERR_OK
2015-07-14 21:44:03 -04:00
฿tcDrak
09d4ddf1c5
Updated URL location of netinstall for Debian
2015-07-14 23:33:49 +01:00
Wladimir J. van der Laan
3f556edc61
doc: update mailing list address
...
Move from sourceforge to linux foundation.
Also get rid of some other stale mentions of sourceforge.
Github-Pull: #6319
Rebased-From: 88d8525ca2
2015-07-14 13:19:46 +03:00
Braydon Fuller
c156adac53
doc: add documentation for shared library libbitcoinconsensus
2015-07-13 12:22:55 -04:00
Wladimir J. van der Laan
0937290553
doc: mention RPC random cookie authentication in release notes
2015-07-13 13:34:26 +02:00
Jonas Schnelli
c45c7ea0fa
[REST] add JSON support for /rest/headers/
2015-07-05 15:48:33 +02:00