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
|
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
|
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 |
|
Gav Wood
|
7d93fa2533
|
Output stored for calls.
|
2016-03-19 18:37:55 +01:00 |
|
Gav Wood
|
152f132b7b
|
Fix JSONRPC test utils.
|
2016-03-19 14:10:32 +01:00 |
|
Nikolay Volf
|
4ab99a6bb3
|
fixed conflicting namespaces
|
2016-02-10 02:20:36 +03:00 |
|
debris
|
c90d64662a
|
added license in every *.rs file
|
2016-02-05 13:40:41 +01:00 |
|
debris
|
1b6fe392f8
|
split tests and json_tests
|
2016-02-02 22:50:41 +01:00 |
|