Andronik Ordian
a48ed02433
Fix deadlock_detection
feature branch compilation ( #8824 )
2018-06-08 10:04:12 +02:00
Andronik Ordian
24c43513a6
Use system allocator when profiling memory ( #8831 )
2018-06-07 16:48:01 +02:00
Wei Tang
a5190449da
Remove UI related settings from CLI ( #8783 )
...
* Remove all ui reference in dapps interface
* Pass primary cli build
* Add back parity wallet dapp as builtin
* Clean up ui settings
* Fix all tests in cli
* Missed ui files to commit
* Add parity-utils endpoint back
* Fix non-dapp feature compiling
* Inline styles
* Remove parity-utils endpoint
* Remove ui precompiled crate
* Remove parity-ui alltogether
* Remove ui feature flags
* Move errors to static methods
* Fix tests
* Remove all reference to utils endpoint and remove server side injection
According to https://github.com/paritytech/parity/pull/8539 , inject.js is already handled by Parity UI.
2018-06-06 10:05:52 +02:00
Wei Tang
6ecc63002b
Have space between feature cfg flag ( #8791 )
2018-06-05 11:28:35 +02:00
Andronik Ordian
93054ef24b
Add a deadlock detection thread ( #8727 )
...
* Add a deadlock detection thread
Expose it under a feature flag:
`cargo build --features "deadlock_detection"`
* Address Nicklas's comments
2018-05-30 21:42:37 +08:00
Pierre Krieger
ac3de4c5fc
Parity as a library ( #8412 )
...
* Parity as a library
* Fix concerns
* Allow using a null on_client_restart_cb
* Fix more concerns
* Test the C library in test.sh
* Reduce CMake version to 3.5
* Move the clib test before cargo test
* Add println in test
2018-05-09 08:47:21 +02:00