109 Commits (07a99017033b23f840f602d768efa87e0e914e90)

Author SHA1 Message Date
Pieter Wuille 07a9901703 Always build and link libsecp256k1 10 years ago
Cory Fields ab9edbd6b6 script: create sane error return codes for script validation and remove logging 10 years ago
Jeff Garzik e2655e0ab1 Add unauthenticated HTTP REST interface to public blockchain data. 10 years ago
Pieter Wuille bfe029feeb Reduce bitcoin-tx dependencies 10 years ago
Pieter Wuille 93a6022400 Reduce bitcoin-cli dependencies 10 years ago
Cory Fields d2e74c55bd boost: moveonly: split CPubKey and friends to new files 10 years ago
Cory Fields 900078aeb4 boost: moveonly: create eccryptoverify.h|cpp and move helper functions there 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Cory Fields 50f71cd52e boost: code movement only: split CECKey into separate files 10 years ago
jtimon 99f41b9cf7 MOVEONLY: core.o -> core/block.o 10 years ago
jtimon 561e9e9de9 MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 10 years ago
jtimon 999a2ab41e MOVEONLY: separate CTxUndo out of core 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
jtimon 071473c55c Build util and common before building server 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
Cory Fields 28d412ff20 build: quit abusing LIBS for Windows builds. 10 years ago
Pieter Wuille 5c1e798a8e Make signature cache optional 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Philip Kaufmann 2d79bba36b cleanup new script files (no code changes) 10 years ago
jtimon c1e433b717 Rename scriptutils.o to wallet_ismine.o 10 years ago
jtimon 0d2fa14a34 Move scriptutils.o to wallet 10 years ago
jtimon e8b5f0d549 Move CBlockIndex, CChain and related code out of main 10 years ago
jtimon e088d65acb Separate script/sign 10 years ago
jtimon 9294a4bbe7 Separate CScriptCompressor 10 years ago
jtimon c4408a6c85 Separate script/standard 10 years ago
jtimon da03e6ed7c Separate script/interpreter 10 years ago
jtimon cbd22a50c4 Move CScript class and dependencies to script/script 10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) 10 years ago
Cory Fields 9f7f504efc build: add -DMINIUPNP_STATICLIB for new version 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Cory Fields e432a5f08d build: add option for reducing exports (v2) 10 years ago
Wladimir J. van der Laan fad23a210b
Revert "build: add option for reducing exports" 10 years ago
Jeff Garzik 3cceba7abb Univalue: Do not build JSON escape list at runtime 10 years ago
randy-waterhouse c101c76907 build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes). 10 years ago
randy-waterhouse a65668ddc0 build : fix CPPFLAGS for libbitcoin_cli 10 years ago
Cory Fields 4975ae1722 build: add option for reducing exports 10 years ago
Cory Fields 6b099402b4
build: fix automake warnings about the use of INCLUDES 10 years ago
Wladimir J. van der Laan a60120e951 Add built-in seeds for .onion 10 years ago
Jeff Garzik cbe39a3852 Add "bitcoin-tx" command line utility and supporting modules. 10 years ago
Jeff Garzik ae775b5b31 Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 10 years ago
Cory Fields 1e72d5c033 build: silence false errors during make clean 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
Cory Fields 575e70c0c6 build: fix win32 static linking after libtool merge 10 years ago
Cory Fields 5566826635 secp256k1: Add build-side changes for libsecp256k1 10 years ago
Pieter Wuille de79aaa7a9 Move non-trivial uint256.h methods to uint256.cpp 10 years ago
Wladimir J. van der Laan 75c82d4923 Move coins.cpp and keystore.cpp to libbitcoin_common 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago