Commit Graph

50 Commits

Author SHA1 Message Date
Niklas Adofsson 84add9b54a Add `no-std-tests` to the workspace 2018-09-02 20:52:46 +02:00
David 32c40e518d
Merge branch 'master' into chore/remove-fixed-hash 2018-08-03 16:37:30 +02:00
David Palm 36d0c6e3bb Remove tests from workspace 2018-07-13 18:57:17 +02:00
David Palm ecd00d30a8 Move serialization tests to ethereum-types 2018-07-13 18:20:15 +02:00
David Palm db4f530367 Remove uint (moved to parity-common) 2018-07-13 14:29:10 +02:00
David Palm 6283d8ec8f Remove fixed-hash 2018-07-13 11:03:50 +02:00
Niklas Adofsson 2a311fbe11 Add a new crate for testing `no-std`
* This needs to be enabled `.travis.yml` but I won´t dare changing it
becomes this will fail on `stable` compiler
* Run the test by `cargo test -p no-std-tests`
2018-07-05 16:00:23 +02:00
Robert Habermeier 18e2f90688 build script and feature cleanup 2018-01-31 22:08:43 +01:00
debris 0e8144ca78 ethbloom crate 2018-01-05 17:45:04 +01:00
debris 6964a4b065 ethereum-types refactor 2017-10-30 10:00:58 -07:00
debris f8e4006ec1 ethereum-types refactor 2017-10-24 16:09:44 +08:00
Andre Silva a14484bdf8 generate quickcheck tests for all uint types 2017-10-05 23:20:02 +01:00
Andre Silva 764f8833e3 test basic algebraic laws with quickcheck 2017-10-04 03:04:17 +01:00
NikVolf 90006b65e9 bump version 2017-09-06 15:02:50 +02:00
arkpar 630664a2f5
Version bump 2017-09-06 14:51:41 +02:00
NikVolf 7aff9555e4 bump version 2017-08-18 18:27:02 +03:00
Vurich f8a52ce3eb Use crates.io version of `crunchy` 2017-08-18 13:02:14 +02:00
Vurich 340860ed6a Optimize binary operations on bigints 2017-08-18 12:49:32 +02:00
NikVolf 9b92c6f1e6 bump version 2017-08-17 18:57:31 +03:00
NikVolf 5d904b8585 bump version 2017-08-15 14:14:20 +03:00
NikVolf 0e8c5cee99 bump version 2017-08-14 17:20:46 +03:00
NikVolf 2f8680e6db examples required features 2017-08-14 13:47:49 +03:00
NikVolf 7da042931e no default features for byteorder 2017-08-14 13:37:38 +03:00
NikVolf 269b098c7c std variant feature-gated 2017-08-14 13:35:39 +03:00
debris d6985af4d0 bump version to 3.0.0 2017-07-04 11:14:03 +02:00
debris eb8e7c44a7 make heapsize optional 2017-07-04 11:12:49 +02:00
Robert Habermeier 32ae616bed bump heapsize crate 2017-05-20 16:40:34 -04:00
Tomasz Drwięga 8816fcbab4
Fix compilation on nightly. 2017-05-12 12:41:14 +02:00
Robert Habermeier 145c82b938 Merge branch 'v1' into relicense-v2 2017-05-11 15:31:38 +02:00
Robert Habermeier 7751075876 relicense under mit/apache2 2017-05-11 15:25:52 +02:00
NikVolf 73df9f1556 Merge remote-tracking branch 'origin/master' into bump 2017-03-22 21:39:59 +03:00
Robert Habermeier 4791ff6d9a bump cargo version 2017-03-22 19:10:44 +01:00
NikVolf 69e95af173 bump version and deps 2017-03-22 18:09:36 +03:00
Nikolay Volf 3d427707d5 Update Cargo.toml 2017-03-15 17:17:21 +04:00
debris 570571f977 use byteorder for endian conversion, updated rustc_version version 2017-03-14 16:58:08 +01:00
NikVolf 5b8786251c added little endian func 2016-12-26 15:35:14 +03:00
NikVolf d43843a9c6 v1.0 2016-12-22 13:47:25 +03:00
NikVolf 445a4c3048 remove unused features 2016-12-22 13:37:15 +03:00
NikVolf 4ebd3884a2 more generic name for package 2016-12-22 13:32:15 +03:00
NikVolf 63d0ce37b5 update repository in toml 2016-12-22 13:26:09 +03:00
NikVolf f2a5b7b65e removed hashes, updated toml 2016-12-22 13:23:46 +03:00
Gav Wood 71ceb8ca92 Crate tidyups.
- Move Updater into its own crate.
- Change ethcore -> parity in authors, homepages and licenses.
2016-12-11 19:14:42 +01:00
Tomasz Drwięga d59099f2d6 Exposing v,r,s from transaction signature in RPC (#3172) 2016-11-04 12:05:10 +01:00
Robert Habermeier 9b6384d3b6 update bigint crate to 0.1.1 2016-10-11 12:53:50 +02:00
Robert Habermeier 0bcf035103 prepare bigint for crates.io 2016-09-13 15:27:18 +02:00
debris e7f91dbe20 moving hash.rs to bigint in progress 2016-07-25 20:19:33 +02:00
Marek Kotewicz 3dab7ad32a serde is no longer util dependency (#1534)
* removed old json-tests

* simplify folds in triehash.rs

* removed unused json_aid

* removed unused squeeze.rs

* json branching tests for trie

* removing todos from util

* separated UsingQueue and Table

* further cleanup, removing unused code

* serde serialization of hash moved to rpc module

* uint wrapper for rpc in progress

* serialization of uint moved to rpc module

* updated eth-secp256k1

* updated igd, serde is no longer dependency of util

* loading trie consensus tests

* renamed aliases in rpc imports
2016-07-06 11:23:29 +02:00
debris 5da1f49939 removed redundant bigint deps 2016-06-20 14:19:02 +02:00
Tomasz Drwięga 9f6a8f99de Bumping clippy version 2016-03-11 10:35:26 +01:00
Nikolay Volf ed0a80bce8 uint to separated crate 2016-03-01 00:21:15 +03:00