RPC: return raw transactions instead of parsed representation.
authorCryptoManiac <balthazar@yandex.ru>
Sat, 19 Jul 2014 18:54:06 +0000 (22:54 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Sat, 19 Jul 2014 18:54:06 +0000 (22:54 +0400)
commit086e4fae8b918e0844d7a306acdd0683bec729db
treef5c47869d1bd142288d90182866a722aa036f07c
parentae640f05e8ac08e4616aa34e02e3a4b5d2ee25c3
RPC: return raw transactions instead of parsed representation.

This change allows us to dramatically reduce electrum-server RPC overhead, but breaks compatibility. If you are using script which depends on this functionality then add decoderawtransaction to get a parsed tx representation.
src/rpcblockchain.cpp