Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-09 | Mention new RPC's in release notes | Suhas Daftuar | |
2016-04-28 | doc: Add note about new build/test requirements to release notes | Wladimir J. van der Laan | |
[skip ci] | |||
2016-04-25 | Merge #7881: Update release process | Wladimir J. van der Laan | |
f154470 [contrib] Remove reference to sf and add doc to verify.sh (MarcoFalke) 182bec4 contrib: remove hardcoded version from verify.sh (Wladimir J. van der Laan) c907f4d doc: Update release process (Wladimir J. van der Laan) | |||
2016-04-25 | doc: Update release process | Wladimir J. van der Laan | |
The actual release process quite diverged from what was written here, also clarify things a bit. | |||
2016-04-19 | Merge #7762: [ZMQ] append a message sequence number to every ZMQ notification | Wladimir J. van der Laan | |
0b25a9f [ZMQ] append a message sequence number to every ZMQ notification (Jonas Schnelli) de821d5 [ZMQ] refactor message string (Jonas Schnelli) | |||
2016-04-19 | [ZMQ] append a message sequence number to every ZMQ notification | Jonas Schnelli | |
2016-04-15 | doc: update release-notes for `gettxoutsetinfo` change | Wladimir J. van der Laan | |
2016-03-21 | modify release-notes.md and bips.md | Alex Morcos | |
2016-03-18 | Add release note documentation | BtcDrak | |
2016-02-24 | doc: mention bitcoin-cli -stdin in release notes | Wladimir J. van der Laan | |
2015-12-15 | Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. | mb300sd | |
2015-12-03 | Now that 0.12 has been branched, master is 0.12.99 | Wladimir J. van der Laan | |
... in preparation for 0.13 | |||
2015-11-29 | Keep track of explicit wallet conflicts instead of using mempool | Pieter Wuille | |
2015-11-29 | Documentation updates for BIP 130 | Pieter Wuille | |
2015-11-26 | Connect to Tor hidden services by default | Peter Todd | |
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-15 | Switch to libsecp256k1-based validation for ECDSA | Pieter Wuille | |
2015-11-13 | [docs] rename reducetraffic.md to reduce-traffic.md | Jonas Schnelli | |
2015-11-12 | [doc] Add -maxuploadtarget release notes | MarcoFalke | |
2015-11-12 | Merge pull request #6639 | Wladimir J. van der Laan | |
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 | doc: Mention Tor listening in release notes | Wladimir J. van der Laan | |
2015-11-11 | [doc] Fix FIXME for libblkmaker in release-notes.md | MarcoFalke | |
2015-10-23 | Add BIP65 CHECKLOCKTIMEVERIFY to release notes | Peter Todd | |
2015-10-18 | Correct spelling mistakes in doc folder | Mitchell Cash | |
- OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal | |||
2015-10-06 | Document pull-req #6424 in release-notes | Peter Todd | |
Mention now allowed sequence of pushdatas in OP_RETURN outputs in release notes. | |||
2015-09-29 | zmq: update and cleanup build-unix, release-notes, and zmq docs | Johnathan Corgan | |
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com> | |||
2015-09-25 | Merge pull request #5264 | Wladimir J. van der Laan | |
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-22 | Do not store Merkle branches in the wallet. | Pieter Wuille | |
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 | Merge pull request #6652 | Wladimir J. van der Laan | |
a09db7c [trivial] Minor format fixes (MarcoFalke) 0574ede doc: update release-notes and bips.md for BIP111 (Wladimir J. van der Laan) | |||
2015-09-22 | [trivial] Minor format fixes | MarcoFalke | |
2015-09-08 | doc: update release-notes and bips.md for BIP111 | Wladimir J. van der Laan | |
2015-09-07 | [docs] add libevent dependency to build-osx.md | Jonas Schnelli | |
2015-09-04 | [release notes] mention apache reverse proxy to re-enable SSL | Jonas Schnelli | |
2015-09-03 | doc: mention SSL support dropped for RPC in release notes | Wladimir J. van der Laan | |
2015-08-05 | Merge pull request #6507 | Wladimir J. van der Laan | |
9f5edb9 Removed contrib/bitrpc (Casey Rodarmor) | |||
2015-08-03 | Removed contrib/bitrpc | Casey Rodarmor | |
It's unclear if people are using this and if it's worth maintaining. | |||
2015-07-30 | Resolve issue 3166. | mruddy | |
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-27 | doc: mention change to option parsing behavior in release notes | Wladimir J. van der Laan | |
2015-07-27 | doc: Mention RPC strings for monetary amounts in release notes | Wladimir J. van der Laan | |
Add a section "low level RPC API changes" so that the changes with regard to error codes can be added later. | |||
2015-07-13 | doc: mention RPC random cookie authentication in release notes | Wladimir J. van der Laan | |
2015-06-01 | Now that 0.11 has been branched, master is 0.11.99 | Wladimir J. van der Laan | |
... in preparation for 0.12 | |||
2015-05-29 | doc: Add to 0.11 release notes | Wladimir J. van der Laan | |
Add information about further notable changes: - Big endian support - Memory usage optimization - Disable wallet transaction broadcast - Stream isolation for Tor | |||
2015-05-26 | Autoprune release notes included | mrbandrews | |
2015-05-26 | doc: Add preliminary changelog for 0.11 to release notes | Wladimir J. van der Laan | |
2014-12-11 | Now that 0.10 has been branched, master is 0.10.99 | Wladimir J. van der Laan | |
2014-12-02 | Add 0.10 release notes on improvement to signing security. | Gregory Maxwell | |
I dropped mention of libgmp that I had in my first draft because it looks like we'll be able to get that out prior to release. | |||
2014-11-04 | Add "warmup mode" for RPC server. | Daniel Kraft | |
Start the RPC server before doing all the (expensive) startup initialisations like loading the block index. Until the node is ready, return all calls immediately with a new error signalling "in warmup" with an appropriate status message (similar to the init message). This is useful for RPC clients to know that the server is there (e. g., they don't have to start it) but not yet available. It is used in Namecoin and Huntercoin already for some time, and there exists a UI hooked onto the RPC interface that actively uses this to its advantage. | |||
2014-10-23 | doc: release notes update for `rpcallowip` syntax change | Wladimir J. van der Laan | |
2014-10-21 | doc: add headers first backwards compat warning | Wladimir J. van der Laan | |
2014-07-21 | Revert "Add release notes entry" | Wladimir J. van der Laan | |
This reverts commit 9fa53dd3bdc6f62b16a7c2b970449c8c35f4c41b. | |||
2014-07-21 | Revert "Formatting, spelling, comment fixes." | Wladimir J. van der Laan | |
This reverts commit 7a19efe04069d9a1e251cdc94b25184f76d9d901. |