Go to file
Nikolay Volf dfac17538f ethcore-db crate (#1097)
* trait

* implentated, lifetime issue still

* full api

* test mod

* working open

* get/retrieve

* fix warnings and bug

* working serialization of &[u8] parameters

* client attributes

* fix empty payload ser/de

* [ci skip] debug assert out

* extra deserialization test

* extra serialization test

* extra serialization test

* serialization fixes, nupdate rocksdb

* open test working

* result bug & remove some scaffolds

* fix warnings

* more simple tests

* consistent quotes

* get rid of dedicated is_open flag

* hashmap -> btreemap
2016-05-19 14:36:15 +02:00
db ethcore-db crate (#1097) 2016-05-19 14:36:15 +02:00
devtools Update error message 2016-05-12 18:39:12 +03:00
docker Update Dockerfile 2016-04-15 02:04:35 +07:00
ethash Version 1.2 2016-05-02 15:02:26 +02:00
ethcore Make Id/ID and db/Db/DB usage consistent 2016-05-19 11:00:32 +02:00
evmjit Version 1.2 2016-05-02 15:02:26 +02:00
ipc ethcore-db crate (#1097) 2016-05-19 14:36:15 +02:00
json Bumping clippy & crossbeam 2016-05-17 09:33:01 +02:00
miner Make Id/ID and db/Db/DB usage consistent 2016-05-19 11:00:32 +02:00
parity basic pruning method still experimental. 2016-05-19 11:40:43 +02:00
rpc Make Id/ID and db/Db/DB usage consistent 2016-05-19 11:00:32 +02:00
sync Make Id/ID and db/Db/DB usage consistent 2016-05-19 11:00:32 +02:00
util ethcore-db crate (#1097) 2016-05-19 14:36:15 +02:00
webapp Merge pull request #1101 from ethcore/apps-api 2016-05-19 09:38:43 +02:00
.editorconfig Editorconfig file. 2016-02-09 10:50:29 +01:00
.gitignore ignore out directory 2016-02-29 21:14:38 +01:00
.gitmodules Submodule over https 2016-02-08 00:46:59 +01:00
.travis.yml Add generalbeck's token 2016-03-28 15:47:57 +02:00
Cargo.lock ethcore-db crate (#1097) 2016-05-19 14:36:15 +02:00
Cargo.toml Bumping clippy & crossbeam 2016-05-17 09:33:01 +02:00
LICENSE Change to library. 2015-11-24 21:05:08 +01:00
README.md README.md: removes sudo from multirust installation 2016-04-12 14:44:40 -07:00
add_license.sh added license in every *.rs file 2016-02-05 13:40:41 +01:00
build.rs fixing codegen links 2016-04-25 06:29:20 +03:00
cov.sh Adding webapps crate 2016-04-07 10:49:00 +02:00
doc.sh Adding webapps crate 2016-04-07 10:49:00 +02:00
fmt.sh Adding webapps crate 2016-04-07 10:49:00 +02:00
hook.sh Fixing hook. 2016-04-21 16:19:47 +02:00
install-deps.sh Use latest netstats (#989) 2016-04-24 13:24:38 +01:00
install-parity.sh Update install-parity.sh 2016-05-02 18:35:10 +02:00
license_header prepare for adding licenses 2016-02-05 13:36:30 +01:00
rustfmt.toml Some tuning of rustfmt 2016-04-13 17:39:20 +02:00
test.sh Adding webapps crate 2016-04-07 10:49:00 +02:00

README.md

ethcore

Build Status Coverage Status Join the chat at https://gitter.im/trogdoro/xiki GPLv3

Documentation

Building from source

First (if you don't already have it) get multirust:

  • Linux:
curl -sf https://raw.githubusercontent.com/brson/multirust/master/quick-install.sh | sh
  • OSX with Homebrew:
brew update && brew install multirust
multirust default stable

Then, download and build Parity:

# download Parity code
git clone https://github.com/ethcore/parity
cd parity

# build in release mode
cargo build --release