- Jun 07, 2018
-
-
- Jun 06, 2018
-
-
Afri Schoedon authored
* scripts: enable docker builds for beta and stable * scripts: docker latest should be beta not master * scripts: docker latest is master
-
-
Marek Kotewicz authored
-
* 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.
-
* Remove windows tray and installer * Remove make_exe (installer) target * Change windows $ARC to amd64 for consistency * Fix windows build - revert to winapi 0.2.8 * Remove publishing of windows installer bins
-
* docs: add changelog for 1.10.6 * docs: add changelog for 1.11.3 * docs: markdownify the changelogs
-
- Jun 05, 2018
-
-
Tomasz Drwięga authored
* Revert "Fix not downloading old blocks (#8642)" This reverts commit d1934363. * Make sure only one thread actually imports old blocks. * Add some trace timers. * Bring back pending hashes set. * Separate locks so that queue can happen while we are importing. * Address grumbles.
-
Wei Tang authored
* Disallow unsigned transactions in case EIP-86 is disabled * Add tests for verification * Add disallow unsigned transactions test in machine
-
* Fix evmbin compilation * Move features declaration to dependencies
-
-
André Silva authored
* rpc: fix address formatting in TransactionRequest Display * rpc: use unwrap_or_else when no to address provided
-
- Jun 04, 2018
-
-
Wei Tang authored
* Mark test helpers and test-only specs as cfg(test) * Use test-probe to conditionally compile test helpers * Remove test probe and directly use features tag
-
Andrew Jones authored
* Remove AccountProvider Result, it's always `Ok` * Remove unnecessary clones * Remove redundant `Ok`
-
* Update `add_license` script * run script * add `remove duplicate lines script` and run it * Revert changes `English spaces` * strip whitespaces * Revert `GPL` in files with `apache/mit license` * don't append `gpl license` in files with other lic * Don't append `gpl header` in files with other lic. * re-ran script * include c and cpp files too * remove duplicate header * rebase nit
-
- Jun 02, 2018
-
-
-
André Silva authored
-
- Jun 01, 2018
-
-
* Remove public node related settings * Fix tests * Unwrap accounts provider in all rpc apis * Unwrap AccountProvider in all cli places * Fix rpc tests
-
* Custom Error Messages on ENFILE and EMFILE IO Errors Add custom mapping of ENFILE and EMFILE IO Errors (Failure because of missing system resource) right when chaining ioError into ::util::Network::Error to improve Error Messages given to user Note: Adds libc as a dependency to util/network * Use assert-matches for more readable tests * Fix Wording and consistency
-
* ci: Remove check for shared libraries in gitlab script * ci: allow android arm build to fail
-
-
* network-devp2p: Test for discovery bucket insertion. All test values are randomly generated and the assertions are checked manually. Test fails because distance metric is implemented incorrectly. * network-devp2p: Fix discovery distance function. The Kademlia distance function (XOR) was implemented incorrectly as a population count. * network-devp2p: Refactor nearest_node_entries to be on instance. Optimizations are possible with more access to the discovery state. * network-devp2p: Fix loss of precision in nearest_node_entries. * network-devp2p: More efficient nearest node search. The discovery algorithm to identify the nearest k nodes does not need to scan all entries in all buckets.
-
* Lots of println to figure out what eth_getBlockByNumber does/should do * Remove debugging * Print warnings when fetching pending blocks When calling `eth_getBlockByNumber` with `pending`, we now print a deprecation warning and: * if a pending block is found, use it to respond * if no pending block is found, respond as if if was a request for `Latest` Addresses issue #8703 (not sure if it's enough to close it tbh)
-
- May 31, 2018
-
-
Wei Tang authored
-
vrde authored
Piping `curl` to `bash` while **disabling** certificate verification can lead to security problems.
-
-
-
Niklas Adolfsson authored
-
Niklas Adolfsson authored
* fix some nits using clippy * fix tests
-
Benjamin Kampmann authored
Additionally as to the port, the new command line option now allows the user to specify the network interface the P2P-Parity listens, too. With support for 'all' and 'local' like in all other versions of this flag. Default is 'all' (aka ).
-
Wei Tang authored
-
- May 30, 2018
-
-
* Add a deadlock detection thread Expose it under a feature flag: `cargo build --features "deadlock_detection"` * Address Nicklas's comments
-
-
- May 29, 2018
-
-
* Shutdown the Snapshot Service when shutting down the runner * Rename `service` to `client_service` * Fix tests
-
-
- May 28, 2018
-
-
On nightly rust passing `public_url` works but that breaks on stable. This works for both.
-
-
* Make dev chain more foundation-like and enable wasm. * Fix compilation warnings.
-
-
- May 25, 2018
-
-
fixes #8184
-