wagerr:v1.4.34.4

Last commit made on 2018-03-30
Get this branch:
git clone -b v1.4.34.4 https://git.launchpad.net/wagerr

Branch merges

Branch information

Name:
v1.4.34.4
Repository:
lp:wagerr

Recent commits

8f5c430... by Kokary <email address hidden>

Fix for issue with new transactions not updating for listtransactions and listunspent

b37475a... by David Mah

Update build-unix.md

Corrected PPA instructions

e12b575... by WagerrTor <email address hidden>

Merge branch 'patch' into master

0fb4cd7... by Cryptarchist <email address hidden>

Script: Remove magic numbers

This adds two new constants, MAX_OPS_PER_SCRIPT and
MAX_PUBKEYS_PER_MULTISIG.

5a2b295... by Fuzzbawls

RPC: show script verification errors in "signrawtransaction" result

If there are any script verification errors, when using
"signrawtransaction", they are shown in the RPC result:

```
// ...

Result:
{
  "hex" : "value", (string) The hex-encoded raw transaction with signature(s)
  "complete" : true|false, (boolean) If the transaction has a complete set of signatures
  "errors" : [ (json array of objects) Script verification errors (if there are any)
    {
      "txid" : "hash", (string) The hash of the referenced, previous transaction
   "vout" : n, (numeric) The index of the output to spent and used as input
   "scriptSig" : "hex", (string) The hex-encoded signature script
   "sequence" : n, (numeric) Script sequence number
   "error" : "text" (string) Verification or signing error related to the input
 }
 ,...
  ]
}
```

f40ed4b... by Cryptarchist <email address hidden>

LevelDB 1.18 (#11)

* Remove LevelDB so it can be added back as a subtree

* Squashed 'src/leveldb/' content from commit 69d3879

git-subtree-dir: src/leveldb
git-subtree-split: 69d38792c87addc44eef4f33c866004ebdced4a5

09182e3... by Cryptarchist <email address hidden>

Rename Bitcoin to Wagerr in .travis.yml

fdeb45a... by Cryptarchist <email address hidden>

Remove duplicate pyzmq install

python3-zmq is already installed which provides python3 bindings for 0MQ
library.

4e4b5d7... by Cryptarchist <email address hidden>

Run Qt wallet tests on travis

3a147cf... by Cryptarchist <email address hidden>

Travis: Remove bc tool from dependencies