lbrycrd/src/consensus
John Newbery fdf8888b6f [build] Move CheckTransaction from lib_server to lib_consensus
CheckTransaction is a context-free function that does not require access
to the blockchain or mempool. Move it from src/consensus/tx_verify in
lib_server to a new unit src/consensus/tx_check in lib_consensus so that
it can be called by non-server libraries.
2019-04-09 17:53:08 -04:00
..
consensus.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
merkle.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
merkle.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
params.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
tx_check.cpp [build] Move CheckTransaction from lib_server to lib_consensus 2019-04-09 17:53:08 -04:00
tx_check.h [build] Move CheckTransaction from lib_server to lib_consensus 2019-04-09 17:53:08 -04:00
tx_verify.cpp [build] Move CheckTransaction from lib_server to lib_consensus 2019-04-09 17:53:08 -04:00
tx_verify.h [build] Move CheckTransaction from lib_server to lib_consensus 2019-04-09 17:53:08 -04:00
validation.h Drop unused GetType() from CSizeComputer 2018-09-11 00:58:05 -04:00