diff --git a/README.md b/README.md index b655e50b71..071f159f4c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Dash Core staging tree 0.12.1 =============================== -`master:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=master)](https://travis-ci.org/dashpay/dash) `v0.12.0.x:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=v0.12.0.x)](https://travis-ci.org/dashpay/dash/branches) `v0.12.1.x:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=v0.12.1.x)](https://travis-ci.org/dashpay/dash/branches) +`master:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=master)](https://travis-ci.org/dashpay/dash) `develop:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=develop)](https://travis-ci.org/dashpay/dash/branches) https://www.dash.org diff --git a/doc/release-notes.md b/doc/release-notes.md index 31c4eb018d..64ec99fa75 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -58,7 +58,7 @@ RPC changes ----------- There are few changes in existing RPC in this release: -- There is no more `bcconfirmations` field in RPC output and `confirmations` shows blockchain only confirmations by default now. You can change this behaviour by switching new `addlockconf` param to `true`. There is a new rpc field `instantlock` which indicates whether a given transaction is locked via InstantSend. For more info and examples please see https://github.com/dashpay/dash/doc/instantsend.md; +- There is no more `bcconfirmations` field in RPC output and `confirmations` shows blockchain only confirmations by default now. You can change this behaviour by switching new `addlockconf` param to `true`. There is a new rpc field `instantlock` which indicates whether a given transaction is locked via InstantSend. For more info and examples please see https://github.com/dashpay/dash/blob/v0.12.2.x/doc/instantsend.md; - `gobject list` and `gobject diff` accept `funding`, `delete` and `endorsed` filtering options now, in addition to `valid` and `all` currently available; - `vin` field in `masternode` commands is renamed to `outpoint` and shows data in short format now; - `getblocktemplate` output is extended with versionbits-related information;