* v1.3.8
* mitigate refcell conflict in state diffing (#2601)
* mitigate refcell conflict in state diffing
Also uses RefCell::get_mut in a few places.
* Add test case
* Fixed stalled sync
* Fixed tx queue limit for local transactions (#2616)
* Fixed tx queue limit for local tx
* Fixing test
* Increas gas limit to 20x
* Additional logs when transactions is removed from queue (#2617)
* Database performance tweaks (#2619)
* TX queue gas limit config and allow local transactions over the gas limit (#2553)
* Gas limit config; Allow local transactions over the limit
* Fix typo
[ci:skip]
* v1.3.7
* Fix several RPCs (#1926)
* Fix up pending receipts details.
* Add support for additional params and registry over RPC.
* Fix tests.
* Add test, additional fix.
Fixes#1932.
* Fix up tests.
* Fix test.
* Fix test.
* DB WAL size limit (#1935)
* Limit WAL size
* Check pruning by db modification date (#1924)
* Cache address hash (#1943)
* ECIES without MAC (#1948)
* Use random IV for ECIES AES
* ECIES encrypt/decrypt for a single message
* Derive IV from shared secret
* Apply settings to column families
* fixed#1933 (#1979)
* Fixed neighbours collection (#1996)
* dapps-hosts configuration
* Disabled counter check
* always process trie death row on commit, add more tracing
* fixed transaction addresses mapping, fixes#1971
* simplified iterator
* v1.3.1
* v1.3.1
* Development mode for Signer
* CLI option for signer-dev
* Renaming CLI option
* Make obvious that CLI option is insecure.
[ci:skip]
* Additional warning over security
* moving ipc deriving to trait
* refactoring of the client
* all compiled
* proved all working
* warnings purged
* allow hypervisor to specify initialization payload in two ways
* using binary initialisation payload for sync
* some docs
* logger to separate crate
* log settings for sync bin
* forwarding logging arguments to the sync
* cleanup parity/signer
* remove redundant import of signer crate from main.rs
* rpc and signer are no longer optional
* move importing extern crates to main.rs file
* Networking refactoring
* Fixed typo
* Trace logging
* Updated dependencies for windows build
* Windows fixes
* use mio 0.5
* nix build
* Windows build fix
* style
* removed unused import
* ipc crate version bump
* ipc config for named pipes
* tweaks and fixes
* tweaks and fixes
* final version bump
* Fixed tests
* Disable color output on windows
* Added missing doc