Gav Wood
|
af05939d74
|
Fix consensus test code.
|
2016-05-29 14:01:34 +02:00 |
|
debris
|
55ebab2392
|
Merge branch 'master' of github.com:ethcore/parity into trace_err
|
2016-05-19 01:03:55 +02:00 |
|
Marek Kotewicz
|
6cff58055d
|
CLI option for using JITEVM (#1103)
* easily configurable vm (in progress)
* completely removed vm_factory from engine
* --jitvm command line flag
|
2016-05-19 00:44:49 +02:00 |
|
debris
|
407f046b9c
|
fixed compilation errors
|
2016-05-18 13:49:23 +02:00 |
|
Marek Kotewicz
|
66477a9476
|
Core tracedb functionality. (#996)
* fixed encoding 0u8
* simplified if else stmt
* tracedb core
* more comprehensive tracedb tests
* fixed minor review issues
* addresses filter
* fixed typos
* replace malformed with corrupted
* trace switch
* db key is generic and can be made smaller
* smaller tracedb keys
* tracedb version
* fixed ignored tests
* rename Tracedb -> TraceDB
* fixed typos
* proves
* trace only top level calls to builtins to avoid DDoS attacks
* fixed tracedb config switches
* fix comments fat replaced with trace
* vector-addressing scheme for localized traces
* removed comments
* removed first, redundant 0 from trace address
* updated db.trace method
* additional tests for tracedb.trace()
|
2016-04-30 16:41:24 +01:00 |
|
Marek Kotewicz
|
225a5ee825
|
removed redundant unwraps (#935)
* removed redundant unwraps
* fixed compilation error, removed warnings
* fixed transaction queue merge conflict
* fixed failing ethminer doc test
|
2016-04-19 10:35:32 -07:00 |
|
debris
|
610251fdf7
|
Merge branch 'master' into tracing
|
2016-04-11 11:35:07 +02:00 |
|
Marek Kotewicz
|
373284ca0a
|
spec loading cleanup (#858)
* spec loading cleanup in progress
* changed engine field in json spec
* refactored engine params
* polishing spec loading refactor
* fixed compiling json tests
* fixed compiling parity
* removed warnings
* removed commented out code
* fixed failing test
* bringing back removed TODO in spec.
|
2016-04-09 10:20:35 -07:00 |
|
debris
|
fcf7f392f0
|
fixed failing tests
|
2016-04-08 11:48:37 +02:00 |
|
debris
|
94ec102d67
|
fixed homestead transition block number in transaction json-tests
|
2016-03-29 14:34:03 +02:00 |
|
debris
|
3a2f5954d7
|
refactored loading json tests
|
2016-03-29 13:01:39 +02:00 |
|
debris
|
cdcbc56255
|
refactored state tests
|
2016-03-25 13:08:57 +01:00 |
|
debris
|
a7ce6fca9e
|
fixed checking if state is correct in executive tests
|
2016-03-24 16:40:52 +01:00 |
|
debris
|
1aa34e9dd4
|
fixed loading of executive tests, unrevealed failing consensus tests
|
2016-03-24 01:25:59 +01:00 |
|
Gav Wood
|
0cef2cfc46
|
Merge pull request #778 from ethcore/json_tests_refactor
use ethjson module to load chain json tests
|
2016-03-20 09:51:36 +01:00 |
|
Gav Wood
|
7bba745f8b
|
Fix JSON test again.
|
2016-03-19 22:14:16 +01:00 |
|
Gav Wood
|
718feeccbc
|
Fix for JSON tests.
|
2016-03-19 21:05:18 +01:00 |
|
Gav Wood
|
2d55e08b41
|
Fix for jsontests,
|
2016-03-19 19:06:13 +01:00 |
|
debris
|
24cb15ef2e
|
fixed missing import
|
2016-03-19 18:38:02 +01:00 |
|
Gav Wood
|
7d93fa2533
|
Output stored for calls.
|
2016-03-19 18:37:55 +01:00 |
|
debris
|
2face3f938
|
use ethjson module to load chain json tests
|
2016-03-19 18:13:14 +01:00 |
|
Gav Wood
|
152f132b7b
|
Fix JSONRPC test utils.
|
2016-03-19 14:10:32 +01:00 |
|
Gav Wood
|
a21fda23a6
|
Enable transition test.
|
2016-03-01 20:14:28 +01:00 |
|
arkpar
|
c139b6bcbb
|
Fixed json tests build
|
2016-02-25 17:48:23 +01:00 |
|
Nikolay Volf
|
fed90c126e
|
dev/test tools to separate crate
|
2016-02-19 17:18:20 +03:00 |
|
debris
|
9e0cfa1fad
|
ignore transition tests for now, make travis build green again
|
2016-02-14 13:31:51 +01:00 |
|
Nikolay Volf
|
4ab99a6bb3
|
fixed conflicting namespaces
|
2016-02-10 02:20:36 +03:00 |
|
Nikolay Volf
|
fc0153a5a4
|
returning client to the place it should be, cleanup
|
2016-02-09 00:54:33 +03:00 |
|
Marek Kotewicz
|
720c280fde
|
Merge pull request #350 from ethcore/signed_transaction
SignedTransaction structure
|
2016-02-05 14:11:12 +01:00 |
|
debris
|
c90d64662a
|
added license in every *.rs file
|
2016-02-05 13:40:41 +01:00 |
|
debris
|
eab8410402
|
finishe signed transactions
|
2016-02-04 23:48:29 +01:00 |
|
Gav Wood
|
c531150f44
|
More documentation.
|
2016-02-03 13:20:32 +01:00 |
|
debris
|
1b6fe392f8
|
split tests and json_tests
|
2016-02-02 22:50:41 +01:00 |
|