46 Commits (be16f80abc74b707dbb25ad6094f96c762379a14)

Author SHA1 Message Date
Duke Leto be16f80abc Hush Full Node is now GPLv3 4 years ago
Duke Leto a7f88a87aa Update copyright URL to be https 4 years ago
dimxy a0fc5d6ae4 Corrected both Cancels, 'B' and TokenTransfer 5 years ago
dimxy 675787d676 Asset contract modified to support the Tokens contract 5 years ago
jl777 0ea9ae3c05 Update copyright to 2019 5 years ago
ca333 492d6703ed sync jl777:FSM 6 years ago
Michael Toutonghi 60b798c4b7 Update stake cheat spend 6 years ago
miketout 905fe35e50 More work on CoinbaseGuard and validation 6 years ago
miketout 8a727a26a7 Beginning of N@S solution using CoinbaseGuard CC 6 years ago
Asher Dawes 5f48c77923
Updating branch (#108) 6 years ago
jl777 fa7bf712a1 Add support for pay2pubkey for -addressindex 6 years ago
miketout e980a26ddd Enable time locked coin bases to be used as normal coinbase transactions with longer maturity, fix max_money 6 years ago
Scott Sadler 0cb91a8d20 wip 6 years ago
Pieter Wuille 29a8ade782
Prevector type 9 years ago
mruddy 690d38f0f8
Resolve issue bitcoin/bitcoin#3166. 9 years ago
jl777 e73b2055c6 Merge branch 'beta' into mergemaster 6 years ago
Scott Sadler e625be68a9 allow larger PUSHDATA for CC fulfillment 6 years ago
Scott Sadler 2c8d8268dd ImportPayout cc eval code and alot of general cc polish. tests to write 6 years ago
TheTrunk 8b78a8199e Bitcore port 6 years ago
Scott Sadler a99ca25a5a cryptocondition transaction is standard too 6 years ago
Scott Sadler 07f83521f7 basic integration of cryptoconditions 7 years ago
Pieter Wuille 6bd1d60c97
Separate core memory usage computation in core_memusage.h 9 years ago
Pieter Wuille bde5c8b0f1
Implement accurate memory accounting for mempool 9 years ago
Pieter Wuille 6fc5764eda Treat overly long scriptPubKeys as unspendable 8 years ago
Pieter Wuille 4c6ea562bd Introduce constant for maximum CScript length 8 years ago
Daira Hopwood 05e2db116d Remove FindAndDelete. refs #1386 8 years ago
Peter Todd 4fa7a048d1 Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 10 years ago
Peter Todd 6ec08db338 Move LOCKTIME_THRESHOLD to src/script/script.h 10 years ago
Peter Todd 684636ba67 Make CScriptNum() take nMaxNumSize as an argument 10 years ago
Philip Kaufmann 5207f33f45 fix header include groups 9 years ago
Wladimir J. van der Laan 4e853aa163 src/script/script.h: endian compatibility for PUSHDATA sizes 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford b9a36b15bf Make comments in /src/script doxygen compatible 10 years ago
Pavel Janík 84738627ce Fix all header defines 10 years ago
Peter Todd 6004e77b92 Improve CScriptNum() comment 10 years ago
Pieter Wuille 698c6abb25 Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) 10 years ago
Pieter Wuille d752ba86c1 Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2) 10 years ago
Cory Fields 3a757c5294 fix build with libc++ after 85c579e 10 years ago
Cory Fields 85c579e3a6 script: add a slew of includes all around and drop includes from script.h 10 years ago
Cory Fields db8eb54bd7 script: move ToString and ValueString out of the header 10 years ago
Cory Fields e9ca4280f3 script: add ToByteVector() for converting anything with begin/end 10 years ago
Cory Fields 066e2a1403 script: move CScriptID to standard.h and add a ctor for creating them from CScripts 10 years ago
ENikS 1e73504865
Fixing C4146 warning 10 years ago
ENikS cda45b5131 Reinitializing list's begin iterator after few elements were erased from the head 10 years ago
ENikS 6134b43ba9 Fixing condition 'sabotaging' MSVC build 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Philip Kaufmann 2d79bba36b cleanup new script files (no code changes) 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