Arkadiy Paronyan
|
4a0d6d9490
|
Storage chains: indexing, renewals and reference counting (#8265)
* Transaction indexing
* Tests and fixes
* Fixed a comment
* Style
* Build
* Style
* Apply suggestions from code review
Co-authored-by: cheme <emericchevalier.pro@gmail.com>
* Code review suggestions
* Add missing impl
* Apply suggestions from code review
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
* impl JoinInput
* Don't store empty slices
* JoinInput operates on slices
Co-authored-by: cheme <emericchevalier.pro@gmail.com>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
|
2021-03-18 11:46:27 +00:00 |
|
Arkadiy Paronyan
|
7aec46257f
|
Enable sync mode for paritydb (#7961)
|
2021-01-24 17:45:08 +00:00 |
|
Bastian Köcher
|
e3e651f72c
|
Happy new year (#7814)
* Happy new year
Updates the copyright years and fixes wrong license headers.
* Fix the template
* Split HEADER into HEADER-APACHE & HEADER-GPL
|
2021-01-04 09:03:13 +00:00 |
|
Arkadiy Paronyan
|
a44be5ce85
|
Fix db initialization for light client (#7130)
* Fix db initialization for light client
* Fix cache distribution
|
2020-09-17 18:32:26 +00:00 |
|
Cecile Tonglet
|
a4427f3635
|
Clean exit when no space left on device (#6339)
Fixes #6305
|
2020-07-09 14:58:29 +02:00 |
|
Subsocial
|
3e465a153b
|
Fix typo: eror -> error (#6293)
|
2020-06-08 21:32:42 +02:00 |
|
Nikolay Volf
|
d5411969ac
|
fix whitespace (#6062)
|
2020-05-18 13:51:28 +02:00 |
|
Benjamin Kampmann
|
be8c96adec
|
Relax substrate licensing scheme (#5947)
|
2020-05-15 13:21:56 +02:00 |
|
Arkadiy Paronyan
|
64ed36d093
|
Support reference-counting state backend. (#5769)
* Optimize pinning
* Ref counting state backend
* Style
Co-Authored-By: Wei Tang <hi@that.world>
* Update Cargo.lock
* Handle empty node
Co-authored-by: Wei Tang <hi@that.world>
|
2020-04-27 12:24:50 +02:00 |
|
Gavin Wood
|
91af5b6fcc
|
New database trait (#5549)
* Introduce trait
* The trait
* Generic
* Basic impls.
* Remove unneeded bounds
* Minor changes
* Switch over to the new DB trait
* Integrated parity-db and added CLI for db selection
* Default impl.
* Fix logs.
* Started integrating subdb
* Apply suggestions from code review
Co-Authored-By: Cecile Tonglet <cecile@parity.io>
* Apply suggestions from code review
Co-Authored-By: Nikolay Volf <nikvolf@gmail.com>
* Enable subdb
* Bump parity-db
* Fixed CLI macro
* Fixed browser build
* Fixed features
* Sort out features
* Use parity-db from crates.io
* Typo
Co-authored-by: arkpar <arkady.paronyan@gmail.com>
Co-authored-by: Cecile Tonglet <cecile@parity.io>
Co-authored-by: Nikolay Volf <nikvolf@gmail.com>
|
2020-04-15 14:38:39 +02:00 |
|