lbrycrd/src/rpc
Wladimir J. van der Laan 4cef8e0593
Merge #13429: Return the script type from Solver
984d72ec65 Return the script type from Solver (Ben Woosley)

Pull request description:

  Because false is synonymous with TX_NONSTANDARD, this conveys the same
  information and makes the handling explicitly based on script type,
  simplifying each call site.

  Prior to this change it was common for the return value to be ignored, or for the
  return value and TX_NONSTANDARD to be redundantly handled.

Tree-SHA512: 31864f856b8cb75f4b782d12678070e8b1cfe9665c6f57cfb25e7ac8bcea8a22f9a78d7c8cf0101c841f2a612400666fb91798bffe88de856e98b873703b0965
2018-08-25 17:41:00 +02:00
..
blockchain.cpp Replace median fee rate with feerate percentiles 2018-08-11 15:00:17 -04:00
blockchain.h Replace median fee rate with feerate percentiles 2018-08-11 15:00:17 -04:00
client.cpp walletcreatefundedpsbt: remove duplicate replaceable arg 2018-08-20 13:02:20 -04:00
client.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
mining.cpp rpc: Expose ProcessNewBlockHeaders 2018-08-13 14:27:40 -04:00
mining.h scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
misc.cpp Merge #13891: [RPC] Remove getinfo deprecation warning 2018-08-15 17:10:43 +02:00
net.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
protocol.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
protocol.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rawtransaction.cpp Merge #13429: Return the script type from Solver 2018-08-25 17:41:00 +02:00
rawtransaction.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
register.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
server.cpp Return void instead of bool for functions that cannot fail 2018-07-27 13:19:03 +02:00
server.h Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
util.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
util.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00