Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All Fields Hex: remove line | winsvega | 2015-04-16 | 1 | -1/+0 |
| | |||||
* | All fields Hex: style | winsvega | 2015-04-16 | 1 | -1/+1 |
| | |||||
* | AllFieldsHex: transaction test fix | winsvega | 2015-04-16 | 1 | -3/+4 |
| | |||||
* | AllFieldsHex: State Tests | winsvega | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | Check State: expect in blocks | winsvega | 2015-04-13 | 1 | -4/+4 |
| | | | | transactions test fetched to POC changes | ||||
* | Check State: Block Test + Transaction | winsvega | 2015-04-13 | 1 | -24/+47 |
| | |||||
* | Remove VMTRACE. | Gav Wood | 2015-04-08 | 1 | -3/+3 |
| | | | | | Better transaction logging. Avoid bothering with obviously invalid transactions. | ||||
* | Clean up some code redundancy. | Gav Wood | 2015-03-26 | 1 | -0/+7 |
| | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | ||||
* | testeth: optional VM tracing (--vmtrace), command line options refactoring. | Paweł Bylica | 2015-03-12 | 1 | -11/+6 |
| | | | | Closes ethereum/cpp-ethereum#1280 | ||||
* | Test Cases Changes | winsvega | 2015-03-04 | 1 | -2/+2 |
| | | | | userDefinedFile test now goes with --test option for all cases | ||||
* | Transaction Tests | winsvega | 2015-03-04 | 1 | -1/+1 |
| | | | | A few changes | ||||
* | Merge pull request #1149 from winsvega/develop | Gav Wood | 2015-02-27 | 1 | -1/+2 |
|\ | | | | | More Transaction Tests | ||||
| * | More Transaction Tests | winsvega | 2015-02-26 | 1 | -1/+2 |
| | | | | | | | | Some tests to check YP statements | ||||
* | | add commandline flag for tt10MBtxTest | CJentzsch | 2015-02-25 | 1 | -1/+15 |
|/ | | | | | | bugix in trie test undo trie test change | ||||
* | fix too-small-address-length bug in transaction | CJentzsch | 2015-02-23 | 1 | -1/+6 |
| | |||||
* | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-13 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: test/transaction.cpp | ||||
| * | New Tests | winsvega | 2015-02-13 | 1 | -5/+6 |
| | | | | | | | | Transaction with RLP object and catching exceptions from importByteArray | ||||
* | | check transactions | CJentzsch | 2015-02-11 | 1 | -44/+0 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-11 | 1 | -40/+46 |
|\| | | | | | | | | | Conflicts: test/transaction.cpp | ||||
| * | Style Changes | winsvega | 2015-02-07 | 1 | -1/+1 |
| | | | | | | | | | | New exception for values larger than 2**256 Auto format .json files | ||||
| * | TransactionTest | winsvega | 2015-02-07 | 1 | -65/+41 |
| | | | | | | | | Incorrect receiver address ength | ||||
| * | transaction address length test fix | winsvega | 2015-02-01 | 1 | -1/+3 |
| | | |||||
* | | create block from transaction with genesis block as parent | CJentzsch | 2015-02-07 | 1 | -28/+2 |
|/ | |||||
* | namespace line | winsvega | 2015-01-28 | 1 | -1/+0 |
| | |||||
* | minor changes | winsvega | 2015-01-24 | 1 | -12/+3 |
| | |||||
* | Chris suggestions | winsvega | 2015-01-23 | 1 | -16/+15 |
| | |||||
* | transaction.cpp update due to the code changes | winsvega | 2015-01-23 | 1 | -3/+3 |
| | |||||
* | transaction tests, bound tests | winsvega | 2015-01-23 | 1 | -21/+15 |
| | |||||
* | Transaction Tests | winsvega | 2015-01-22 | 1 | -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 |