Chris Stewart
|
40697b23e0
|
Adding BitcoinAddressSpec, adding convienience factory functions inside of P2PKHAddress and P2SHAddress
|
2016-07-21 08:49:42 -05:00 |
|
Chris Stewart
|
24748494bc
|
Fixing bug in creating a P2SHScriptPubKey, factoring out P2PKHAddress & P2SHAddress into their own companion objects
|
2016-07-21 08:27:42 -05:00 |
|
Chris Stewart
|
34d4d75624
|
refactoring address types in to algebraic data types
|
2016-07-20 20:39:27 -05:00 |
|
Chris Stewart
|
abfcf3b694
|
Moving enocePubKeyHashAddress to BitcoinAddress
|
2016-07-20 19:49:17 -05:00 |
|
Chris Stewart
|
f0e9534657
|
Merge pull request #17 from Christewart/refactor_number_system
Refactor number system
|
2016-07-17 19:46:33 -05:00 |
|
Chris Stewart
|
6f89f622f7
|
Merge pull request #7 from TomMcCabe/refactor_number_system
increase test coverage for CompactSizeUInt
|
2016-07-17 19:20:39 -05:00 |
|
Tom McCabe
|
0e391944fe
|
increase test coverage for CompactSizeUInt
|
2016-07-17 18:58:39 -05:00 |
|
Chris Stewart
|
c758452972
|
Fixing bug in LockTimeInterpreter with checkking locktimes on txs, uncommenting tx_invalid.json tests
|
2016-07-17 15:57:29 -05:00 |
|
Chris Stewart
|
9c5069057e
|
Refactoring uneeded hex parameter inside of Int32 & Int64, calculating pushOps inside of ScriptSignature & ScriptPubKey factories in a more robust way
|
2016-07-17 13:09:29 -05:00 |
|
Chris Stewart
|
c5cf2f9964
|
Removing gen package from test coverage report
|
2016-07-17 10:35:03 -05:00 |
|
Chris Stewart
|
2690230c60
|
Refactoring the underlying number type for CompactSizeUInt to be UInt64
|
2016-07-17 10:01:14 -05:00 |
|
Chris Stewart
|
d901448207
|
Fixing bug in parsing multiple transactions and their locktimes inside of RawTransactionSerializer
|
2016-07-16 20:44:05 -05:00 |
|
Chris Stewart
|
4e37c7fa05
|
Cleaning up codebase for pull request, fixing a few minor issues
|
2016-07-15 12:05:59 -05:00 |
|
Chris Stewart
|
52dea04028
|
Trying to kick off CI
|
2016-07-12 12:40:24 -05:00 |
|
Chris Stewart
|
f2941cb24c
|
Adding lowerbounds invariant on .toInt inside of NumberTypes
|
2016-07-12 10:44:28 -05:00 |
|
Chris Stewart
|
8cb8bcc0f2
|
Merge pull request #6 from TomMcCabe/refactor_number_system
Refactor number system
|
2016-07-12 10:21:18 -05:00 |
|
Tom McCabe
|
a33beaab87
|
refactor some instances of underlying.toInt that were missed in previous commit
|
2016-07-12 10:07:38 -05:00 |
|
Tom McCabe
|
723156467a
|
Simplify toInt function with require statement
|
2016-07-12 09:44:40 -05:00 |
|
Tom McCabe
|
ebdb29f832
|
fix transaction generator, clean up spacing in Constants
|
2016-07-11 11:07:15 -05:00 |
|
Tom McCabe
|
1e3bcc1435
|
fix serialization symmetry for Specs of Block, BlockHeader and CompactSizeUInt
|
2016-07-08 12:58:41 -05:00 |
|
Tom McCabe
|
6914a2e102
|
refactor underlying.toInt in TransactionTestUtil
|
2016-07-06 15:55:26 -05:00 |
|
Tom McCabe
|
3c6ccf510d
|
remove incorrect import causing travis CI build to break
|
2016-07-06 15:50:36 -05:00 |
|
Tom McCabe
|
350a41b5be
|
change logback level to warn, implement | for UInt32 and add spec, replace underlying.toInt with override toInt function
|
2016-07-06 15:41:31 -05:00 |
|
Tom McCabe
|
32b2da3f28
|
add respective generators and specs for ScriptNumber, Block, BlockHeader, CompactSizeUInt
|
2016-07-06 15:04:50 -05:00 |
|
Tom McCabe
|
6d4763acf4
|
implement toInt function for all signed/unsigned numbers, add Int64 boolean operators to ScriptNumber
|
2016-07-05 15:00:27 -05:00 |
|
Tom McCabe
|
de999ab03b
|
Merge branch 'refactor_number_system' of https://github.com/Christewart/bitcoin-s-core into refactor_number_system
|
2016-07-05 13:05:23 -05:00 |
|
Tom McCabe
|
0947484e03
|
refactor num to underlying
|
2016-07-05 13:02:18 -05:00 |
|
Chris Stewart
|
48316f4505
|
Merge branch 'master' into refactor_number_system
|
2016-07-05 12:57:44 -05:00 |
|
Tom McCabe
|
fa80a1096e
|
add Int64 in LockTimeInterpreter
|
2016-07-01 21:27:04 -05:00 |
|
Tom McCabe
|
cc5c00d613
|
Merge branch 'refactor_number_system' of https://github.com/Christewart/bitcoin-s-core into refactor_number_system
|
2016-07-01 11:57:06 -05:00 |
|
Tom McCabe
|
739e1b11b6
|
replacing appropriate native scala numbers with UInt32s
|
2016-07-01 11:56:40 -05:00 |
|
Chris Stewart
|
fe352c8a59
|
Fixing bug in creating CompactSizeUInt from num, also extending Factory from CompactSizeUInt factory object
|
2016-06-30 09:20:42 -05:00 |
|
Chris Stewart
|
9b57cdef0b
|
Adding CompactSizeUIntSpec, adding function to create CompactSizeUInt from a number
|
2016-06-29 15:38:39 -05:00 |
|
Tom McCabe
|
efc3d41437
|
refactor numbers in BlockHeader and Block
|
2016-06-28 15:08:26 -05:00 |
|
Tom McCabe
|
e6fff6a7c8
|
Merge branch 'refactor_number_system' of https://github.com/Christewart/bitcoin-s-core into refactor_number_system
|
2016-06-28 08:42:57 -05:00 |
|
Chris Stewart
|
a0991e1751
|
Fixing bug in serialization of UInt64s
|
2016-06-28 08:41:13 -05:00 |
|
Tom McCabe
|
a3883cd580
|
Merge branch 'refactor_number_system' of https://github.com/Christewart/bitcoin-s-core into refactor_number_system
|
2016-06-27 13:30:42 -05:00 |
|
Chris Stewart
|
d30f53f901
|
Refactoring generators into src/, this allows us to reuse them in other projects
|
2016-06-27 11:53:08 -05:00 |
|
Chris Stewart
|
deeea0c304
|
Fixing bug with serialization of UInt64s, wasn't being padded correctly perviously
|
2016-06-27 10:50:50 -05:00 |
|
Tom McCabe
|
0dd210f769
|
Merge branch 'master' of https://github.com/bitcoin-s/bitcoin-s-core into refactor_number_system
|
2016-06-27 08:32:40 -05:00 |
|
Chris Stewart
|
96e68723dd
|
Merge pull request #16 from TomMcCabe/base58_json_tests
Base58 json tests
|
2016-06-25 09:02:07 -05:00 |
|
Chris Stewart
|
45bbacd857
|
Serializatoin symmetry now passing in TransactionSpec, fixing bugs in Transaction serializer
|
2016-06-24 18:56:06 -05:00 |
|
Chris Stewart
|
8a4f8c1a57
|
Refactoring RawTransactionInputParser to be more coherent, fixing bugs reading/writing tx inputs and in calculating compact size uints
|
2016-06-24 18:37:20 -05:00 |
|
Tom McCabe
|
63667d106f
|
adding some tests for Base58 and ECPrivateKey
|
2016-06-24 17:53:25 -05:00 |
|
Chris Stewart
|
72a85f1370
|
Adding TransactionSpec, fixing a few bugs to do with casting/creating transactions
|
2016-06-24 16:25:58 -05:00 |
|
Tom McCabe
|
fce3f62106
|
move findVersionByte and make private, add some parameter descriptions
|
2016-06-24 16:14:23 -05:00 |
|
Chris Stewart
|
16a416ff38
|
Adding TransactionInputSpec and TransactionInput generators
|
2016-06-24 15:26:11 -05:00 |
|
Tom McCabe
|
88b0e87755
|
add scala docs, breakdown isValid Base58 function
|
2016-06-24 14:07:15 -05:00 |
|
Chris Stewart
|
70d3417db2
|
Adding TransactionOutputSpec with serialization symmetry, adding generators for EmptyScriptPubKeys & EmptyScriptSignatures inside of ScriptGenerators
|
2016-06-24 14:04:25 -05:00 |
|
Chris Stewart
|
b4b93bf49b
|
Creating P2SHScriptPubKeySpec & P2SHScriptSignatureSpec, adding companion object to create P2SHScriptSigs & P2SHScriptPubKeys, adding functionality to calculate push operators for constants in scripts
|
2016-06-24 13:07:52 -05:00 |
|