rust-bitcoin-unsafe-fast/src
Andrew Poelstra 8e7d763310 Parallelize transaction verification in utxoset
We no longer confirm that chained transactions occur in the correct order
in blocks, which is a minor consensus regression and should be dealt with
in future.
2014-08-13 23:42:01 -07:00
..
blockdata Parallelize transaction verification in utxoset 2014-08-13 23:42:01 -07:00
network Implement CHECKSIG and CHECKSIGVERIFY 2014-08-10 13:51:05 -07:00
util Use slices rather than allocations in most parts of script 2014-08-13 20:25:28 -07:00
internal_macros.rs Revamp Serializable interface to be similar to Encoder/Encodable 2014-08-01 09:01:39 -07:00
lib.rs Implement CHECKSIG and CHECKSIGVERIFY 2014-08-10 13:51:05 -07:00
macros.rs Fix nu_select! macro for borrowck 2014-07-26 19:36:38 -07:00