openethereum/secret_store/src
Vurich 3d8dc11442 Upgrade elastic-array to 0.9.0
This is a huge change, which includes some changes to replace code that
originally cloned to reuse allocations instead. The updated
`elastic-array` crate renames its consuming `Vec`-conversion method to
`into_vec`, which means that I can do a simple
`sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.

This commit is probably a minor performance win and definitely a
significant readability win.
2017-06-29 13:05:33 +02:00
..
key_server_cluster convert try!() to ? 2017-06-18 22:16:34 +08:00
types Secretstore RPCs + integration (#5439) 2017-05-05 14:57:29 +01:00
acl_storage.rs On-chain ACL checker for secretstore (#5015) 2017-04-03 17:46:51 +02:00
http_listener.rs Secretstore RPCs + integration (#5439) 2017-05-05 14:57:29 +01:00
key_server.rs Secretstore RPCs + integration (#5439) 2017-05-05 14:57:29 +01:00
key_storage.rs Upgrade elastic-array to 0.9.0 2017-06-29 13:05:33 +02:00
lib.rs Fixing secretstore TODOs - part 2 (#5416) 2017-04-25 21:34:03 +02:00
serialization.rs Secretstore RPCs + integration (#5439) 2017-05-05 14:57:29 +01:00
traits.rs Fixing secretstore TODOs - part 1 (#5386) 2017-04-08 11:26:16 +02:00