Commit Graph

4248 Commits

Author SHA1 Message Date
Chris Stewart
c2cec26675 Adding HashTypes and unit tests 2016-01-18 13:48:27 -06:00
Chris Stewart
2b642deb32 renaming fromOpCode to fromByte inside of ScriptOperationFactory 2016-01-18 12:46:30 -06:00
Chris Stewart
6f4687c50e Cleaning up the code base a bit, finished writing code to parse and write raw bitcoin transactions 2016-01-15 15:18:15 -06:00
Chris Stewart
40d15cd260 Successfully parsing raw bitcoin transactions, fixing a variety of bugs throughout the raw parsing api, and adding helpers inside of RawBitcoinSerializer 2016-01-15 14:45:01 -06:00
Chris Stewart
472e712daf fixing .toInt bug inside of TransactionInputParser 2016-01-14 14:18:35 -06:00
Chris Stewart
6afe7dcbac Fixing bug in outpoint parser, wasn't correctly parsing vout numbers 2016-01-14 10:56:41 -06:00
Chris Stewart
e8be4e413a merging in logging capabilites 2016-01-14 10:16:29 -06:00
Chris Stewart
7d5b413fd7 Adding logging capability 2016-01-14 10:14:51 -06:00
Chris Stewart
21cf91b5d0 Adding transaction input raw serializer, fixing bugs with ScriptSignature parser 2016-01-13 21:02:08 -06:00
Chris Stewart
bbff4ee676 Successfully serializing and deserializing a raw bitcoin output 2016-01-13 13:57:45 -06:00
Chris Stewart
eac24ded52 Adding AddressType 2016-01-13 09:27:09 -06:00
TomMcCabe
1d565f8ff9 blockchaininfo and txoutputmeta added 2016-01-12 13:01:22 -06:00
Chris Stewart
63a0b5cfaf Adding RawScriptSignature parser 2016-01-12 09:57:10 -06:00
Chris Stewart
bf0caf4371 Refactoring script parser into marshallers package 2016-01-11 15:32:03 -06:00
Chris Stewart
a6e7f24871 Adding byte serialization for TransactionOutpoints, starting to add RawTransactionOutput serialization 2016-01-11 15:19:28 -06:00
Chris Stewart
84982d8b95 Adding ability to serialize and unserialize raw outpoints 2016-01-11 14:39:51 -06:00
Chris Stewart
17770f6495 Adding more unit tests for parsing p2sh inputs and outputs from byte arrays 2016-01-11 09:56:27 -06:00
Chris Stewart
fdc502acba Successfully parsing a byte array into an asm output script 2016-01-09 18:20:50 -06:00
Chris Stewart
1242ad83f3 Adding constants 1-75 as ScriptNumbers - the represent the amount of bytes to push onto the stack 2016-01-09 16:05:40 -06:00
Chris Stewart
cb2bd86700 Adding fromOpCode to match byte with its op code 2016-01-09 12:58:20 -06:00
Chris Stewart
3f48efd664 Parsing scripts when they are marshalled from json 2016-01-09 11:10:29 -06:00
Chris Stewart
a55b7b64ce Parsing scriptSigs and scriptPubKeys for both p2sh and p2pkh 2016-01-08 15:02:12 -06:00
Chris Stewart
731648ece1 Major refactor of types for ScriptOperations, overarching type is now ScriptToken 2016-01-08 14:40:27 -06:00
Chris Stewart
b70bf70dd2 Adding companion objects for script operation factories 2016-01-08 10:44:27 -06:00
Chris Stewart
60ca80e0e8 Adding arithmetic operations factory 2016-01-08 10:22:38 -06:00
Chris Stewart
c018e24087 Adding Bitwise operations factory 2016-01-08 10:16:22 -06:00
Chris Stewart
928b87e7e1 Adding control operations factory 2016-01-08 10:12:32 -06:00
Chris Stewart
0130088a2d Adding crypto operations factory 2016-01-08 10:04:51 -06:00
Chris Stewart
6a824e6ff9 Adding locktime factory 2016-01-08 10:00:36 -06:00
Chris Stewart
e6e8f356a6 Adding StackOperationFactory 2016-01-08 09:56:20 -06:00
Chris Stewart
7159df8e6b fixing compliation issue, adding unit tests for parsing 2016-01-07 22:07:03 -06:00
Chris Stewart
327844fa3b Adding signature for parse function 2016-01-07 22:02:29 -06:00
Chris Stewart
3df808a82b Implementing the OP_EQUALVERIFY operator 2016-01-06 19:44:57 -06:00
Chris Stewart
17cfb5b6c2 Implmenting OP_VERIFY operation 2016-01-06 19:26:37 -06:00
Chris Stewart
9cbb809650 Adding equality functionality inside of Bitwise Interpreter 2016-01-06 19:13:57 -06:00
Chris Stewart
d3e8f3ee0b Defining bitwise operations 2016-01-06 15:30:42 -06:00
Chris Stewart
a062ac8e14 Implementing OP_HASH160, OP_DUP and adding in some util functions 2016-01-06 15:01:42 -06:00
Chris Stewart
190992ee3b Adding locktime operations 2016-01-06 13:19:44 -06:00
Chris Stewart
349ac1b1aa Adding CryptoOperations 2016-01-06 13:14:16 -06:00
Chris Stewart
4d63c44e13 Adding Arithmetic Operations 2016-01-06 12:04:30 -06:00
Chris Stewart
5137d193ab adding stack operations 2016-01-06 11:42:14 -06:00
Chris Stewart
a0f4bb4365 Adding control flow operations 2016-01-06 10:56:33 -06:00
Chris Stewart
d23aa244f9 Adding constants for the script language 2016-01-06 10:10:46 -06:00
TomMcCabe
cddcb165ae getblockcount test 2016-01-04 19:37:26 -06:00
Chris Stewart
77471ed783 Adding plugins.sbt file 2016-01-04 15:10:19 -06:00
Chris Stewart
5c6bf18a48 Adding plugins.sbt file 2016-01-04 15:10:19 -06:00
Chris Stewart
c98b3475fe Adding ScriptPubKey marshaller 2015-12-27 21:00:59 -06:00
Chris Stewart
17a4fe429b Adding ScriptPubKey marshaller 2015-12-27 21:00:59 -06:00
Chris Stewart
98acc89e03 Adding marshaller for TransactionOutPoint 2015-12-27 19:43:13 -06:00
Chris Stewart
c5ec3d583f Adding marshaller for TransactionOutPoint 2015-12-27 19:43:13 -06:00