Marek Kotewicz
|
ea6b0ec164
|
remove evmjit (#8229)
* removed not working evmjit, closes #8192 closes #6205
* removed evmjit from build scripts
* fixed parity compile error
* removed evmjit cli options
* fixed invalid test config files
|
2018-04-04 18:07:49 +09:00 |
|
Nikolay Volf
|
684322cd6f
|
Kovan WASM fork code (#7849)
* kovan fork code
* introduce ethcore level vm_factory and let it fail
* fix json tests
* wasmcosts as option
* review changes
* wasm costs in parser
* fix evm tests
* review fixes
* fix test
* remove redundant json field
|
2018-02-19 12:27:42 +01:00 |
|
Marek Kotewicz
|
e95b093483
|
dissolve util (#7460)
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor finished
* removed obsolete util/src/lib.rs
* removed commented out code
|
2018-01-10 15:35:18 +03:00 |
|
Fredrik
|
308f36a532
|
Don't reexport bigint from util
|
2017-09-04 16:36:49 +02:00 |
|
Nikolay Volf
|
b7006034b1
|
Decouple virtual machines (#6184)
* work in progress for splitting vms
* evm working
* Evm -> Vm
* wasm converted
* ethcore working
* test fixes
|
2017-08-01 13:37:57 +03:00 |
|
Robert Habermeier
|
d365281cce
|
Ethcore crate split part 1 (#6041)
* split out types into separate crate
* split out evm into its own crate
|
2017-07-12 13:09:17 +02:00 |
|