miketout
3bfa5e2264
Latest Zcash updates and more CC for N@S
2018-10-05 00:26:06 -07:00
miketout
905fe35e50
More work on CoinbaseGuard and validation
2018-10-03 16:26:41 -07:00
miketout
b3e3f61826
Enable extended data on stakes and general cleanup
2018-10-03 09:26:40 -07:00
miketout
8a727a26a7
Beginning of N@S solution using CoinbaseGuard CC
2018-10-02 19:49:54 -07:00
miketout
b8deecdc09
Sapling transaction testing
2018-09-20 03:08:36 -07:00
miketout
9feb4b9e08
Major updates integration from all upstreams
2018-09-18 14:33:53 -07:00
Michael Toutonghi
0c8fa56a02
All latest updates, smart contracts, including oracle from KMD/jl777
2018-09-13 13:00:13 -07:00
jl777
0f05fc9ae5
print
2018-08-24 11:21:59 -11:00
jl777
8796e6ab42
-prints
2018-08-24 09:33:30 -11:00
jl777
e0f78699ce
Ccactivate
2018-08-21 02:30:05 -11:00
Michael Toutonghi
5034d1c134
Sync with latest Komodo changes
2018-08-06 12:52:22 -07:00
jl777
eb07073d67
CKeyID
2018-07-21 05:05:58 -11:00
jl777
c00ab6424d
-print
2018-07-21 04:01:53 -11:00
jl777
e512c055ac
Fix out type
2018-07-21 03:56:57 -11:00
jl777
fa62690da2
Test
2018-07-21 03:52:53 -11:00
jl777
58875d2506
Return out
2018-07-21 03:32:13 -11:00
jl777
ade9a60482
Order
2018-07-21 03:15:04 -11:00
jl777
b7168865a9
Y
2018-07-21 03:13:16 -11:00
jl777
296f5ed8ff
Fix
2018-07-21 03:12:33 -11:00
jl777
9d92fc6df8
Horrible
2018-07-21 03:11:11 -11:00
jl777
de4e4047c6
Test
2018-07-21 03:08:28 -11:00
jl777
8506f4cc0f
Return hash160
2018-07-21 03:06:49 -11:00
jl777
e0509cb521
Return valid vSolution
2018-07-21 03:04:17 -11:00
jl777
4b80614b5e
Test
2018-07-21 02:56:09 -11:00
jl777
f6753cc656
Add CC type to extract destination
2018-07-21 02:53:24 -11:00
Michael Toutonghi
1f722359c1
Verus Proof of Stake Compete with Additional ant-fork protection on block 1
2018-05-13 18:59:06 -07:00
miketout
ea340a1443
Recognizing CLTV transactions more broadly
2018-05-08 13:33:14 -07:00
Pieter Wuille
07444da1db
Introduce wrappers around CBitcoinAddress
...
This patch removes the need for the intermediary Base58 type
CBitcoinAddress, by providing {Encode,Decode,IsValid}Destination
function that directly operate on the conversion between strings
and CTxDestination.
2018-05-03 01:12:57 +01:00
Scott Sadler
8a8e10f02f
cleanups
2018-04-09 11:53:13 -03:00
Scott Sadler
2c8d8268dd
ImportPayout cc eval code and alot of general cc polish. tests to write
2018-03-30 15:46:41 -03:00
Scott Sadler
656fa68d13
guard cryptoconditions
2018-02-18 20:40:24 -03:00
Scott Sadler
5b383ba7f4
enable cryptoconditions spending
2018-02-18 18:49:04 -03:00
Scott Sadler
a99ca25a5a
cryptocondition transaction is standard too
2018-02-17 02:03:34 -03:00
jl777
7a82f2fc73
test
2016-11-21 18:28:30 -03:00
jl777
ce71f7729c
test
2016-11-21 17:48:52 -03:00
jl777
cc0f93da2e
test
2016-11-21 17:47:23 -03:00
jl777
a2829a0c45
test
2016-11-21 17:38:24 -03:00
jl777
97b426a8cd
test
2016-11-21 17:36:49 -03:00
jl777
4aa2c64e7b
test
2016-10-25 10:51:04 -03:00
jl777
e30a267f36
test
2016-10-25 10:42:43 -03:00
jl777
cf9538e02b
test
2016-10-25 10:33:49 -03:00
jl777
b62d7030ef
prepare for assetchains
2016-10-25 10:11:37 -03:00
Peter Todd
d78f0dafd5
Fix CScriptID(const CScript& in) in empty script case
...
Previously an empty script wouldn't be hashed, and CScriptID would be
assigned the incorrect value of 0 instead. This bug can be seen in the
RPC decodescript command:
$ btc decodescript ""
{
"asm" : "",
"type" : "nonstandard",
"p2sh" : "31h1vYVSYuKP6AhS86fbRdMw9XHieotbST"
}
Correct output:
$ btc decodescript ""
{
"asm" : "",
"type" : "nonstandard",
"p2sh" : "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy"
}
2014-12-25 03:18:40 -05:00
sandakersmann
f914f1a746
Added "Core" to copyright headers
...
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
2014-12-19 19:55:32 +01:00
Michael Ford
b9a36b15bf
Make comments in /src/script doxygen compatible
2014-11-10 14:51:55 +08:00
Wladimir J. van der Laan
73b82a3089
Merge pull request #5162
...
d2e74c5 boost: moveonly: split CPubKey and friends to new files (Cory Fields)
78c228c boost: moveonly: move BIP32Hash to hash.h (Cory Fields)
900078a boost: moveonly: create eccryptoverify.h|cpp and move helper functions there (Cory Fields)
2014-11-04 09:26:45 +01:00
Cory Fields
d2e74c55bd
boost: moveonly: split CPubKey and friends to new files
2014-10-31 01:19:37 -04:00
Luke Dashjr
2aa632921e
Enable customising node policy for datacarrier data size with a -datacarriersize option
2014-10-27 09:41:57 +00:00
Cory Fields
85c579e3a6
script: add a slew of includes all around and drop includes from script.h
...
Lots of files ended up with indirect includes from script.h.
2014-10-17 13:44:57 -04:00
Cory Fields
e9ca4280f3
script: add ToByteVector() for converting anything with begin/end
...
This should move to a util header once their dependencies are cleaned up.
2014-10-17 13:44:14 -04:00