Robert Habermeier
|
11b65ce53d
|
Remove (almost all) panickers from trie module (#1776)
* memorydb ub patch and other cleanup
* fix denote invocations
* move trie traits into trie module
* replace "denote" with shim
* triedb returns results and no longer panics
* fix warnings
* get ethcore compiling
* warn on trie errors in ethcore
* remove unsafety from node decoder
* restore broken denote behavior for this branch
* fix overlayrecent fallout
* fix triedb tests
* remove unwrap in state
* alter Trie::get to return Result<Option<_>>
* fix refcell error in require
* fix test warnings
* fix json tests
* whitespace
[ci:skip]
* Avoid unneeded match/indentation
* whitespace
* prettify map_or_else
* remove test warning
|
2016-08-03 18:35:48 +02:00 |
|
Tomasz Drwięga
|
bb2a631885
|
Fixing compilation&clippy warnings (#1531)
* Fixing compilation&clippy warnings
* Adding spaces
|
2016-07-04 13:53:55 +02:00 |
|
debris
|
06cf2a3f41
|
updated FatDB description
|
2016-06-27 14:01:17 +02:00 |
|
debris
|
5ecbeaa82f
|
trie factory in progress
|
2016-06-27 10:59:59 +02:00 |
|
debris
|
1b4f67151f
|
fatdb and fatdb iterator module
|
2016-06-27 09:16:34 +02:00 |
|