aboutsummaryrefslogtreecommitdiffstats
path: root/transaction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1149 from winsvega/developGav Wood2015-02-271-1/+2
|\ | | | | More Transaction Tests
| * More Transaction Testswinsvega2015-02-261-1/+2
| | | | | | | | Some tests to check YP statements
* | add commandline flag for tt10MBtxTestCJentzsch2015-02-251-1/+15
|/ | | | | | bugix in trie test undo trie test change
* fix too-small-address-length bug in transactionCJentzsch2015-02-231-1/+6
|
* Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-131-4/+4
|\ | | | | | | | | Conflicts: test/transaction.cpp
| * New Testswinsvega2015-02-131-5/+6
| | | | | | | | Transaction with RLP object and catching exceptions from importByteArray
* | check transactionsCJentzsch2015-02-111-44/+0
| |
* | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-111-40/+46
|\| | | | | | | | | Conflicts: test/transaction.cpp
| * Style Changeswinsvega2015-02-071-1/+1
| | | | | | | | | | New exception for values larger than 2**256 Auto format .json files
| * TransactionTestwinsvega2015-02-071-65/+41
| | | | | | | | Incorrect receiver address ength
| * transaction address length test fixwinsvega2015-02-011-1/+3
| |
* | create block from transaction with genesis block as parentCJentzsch2015-02-071-28/+2
|/
* namespace linewinsvega2015-01-281-1/+0
|
* minor changeswinsvega2015-01-241-12/+3
|
* Chris suggestionswinsvega2015-01-231-16/+15
|
* transaction.cpp update due to the code changeswinsvega2015-01-231-3/+3
|
* transaction tests, bound testswinsvega2015-01-231-21/+15
|
* Transaction Testswinsvega2015-01-221-0/+236
transaction tests Transaction Test Work In Progress transaction test work in progress work in progress. check for transaction is valid Transaction Tests Work In Progress compiler error fix