Commit Graph

24 Commits

Author SHA1 Message Date
Tomasz Drwięga 41149b79f9
Bump versions. 2018-03-15 10:06:43 +01:00
debris f539c7c34c impl AsRef<Self> for primitives 2018-02-21 14:09:10 +01:00
Maximilian Krüger b56f2618ac fix percentages in comment explaining uint arbitrary impl 2018-02-16 10:17:51 +01:00
Maximilian Krüger b0ae4eeb9f add comment explaining arbitrary gen for uint 2018-02-16 09:59:00 +01:00
Maximilian Krüger fc6e7df377 fix some indentation: spaces -> tabs 2018-02-16 09:34:52 +01:00
Maximilian Krüger 1d5a5416d3 expose feature gated quickcheck arbitrary impl for uints 2018-02-16 09:34:03 +01:00
Marek Kotewicz 3f68935681
Merge pull request #18 from paritytech/td-format
Add 0x when printing hex values.
2018-02-15 13:03:51 +01:00
Tomasz Drwięga ad27e423a2
Add 0x when printing hex values. 2018-02-06 16:19:42 +01:00
Robert Habermeier 8dc457899a no_std attributes 2018-02-06 12:56:51 +01:00
debris 9d1d9a0ecd next release 2018-02-04 12:53:35 +01:00
Tomasz Drwięga 7e874f4278
Merge branch 'master' into td-lower-hex 2018-02-02 11:12:57 +01:00
Marek Kotewicz c43a3bfed9
Merge pull request #14 from rphmeier/uint-asm-with-feature
Uint ASM only with feature
2018-02-01 13:45:19 +01:00
Robert Habermeier 2e10eb3e76 use ASM only with feature 2018-01-31 21:48:47 +01:00
Tomasz Drwięga 58f0ca383d
Remove 0x to be aligned with std LowerHex. 2018-01-28 18:13:51 +01:00
Tomasz Drwięga 74106b51c0
Fix indentation. 2018-01-28 17:51:53 +01:00
Tomasz Drwięga e0ef5fb804
Fix indentation. 2018-01-28 17:48:23 +01:00
Tomasz Drwięga 832362ba35
LowerHex and small cleanup. 2018-01-28 17:36:35 +01:00
Tomasz Drwięga 025a0c1eab
Checked ops. 2018-01-28 17:03:47 +01:00
debris 75b103fd1d updated uint manifest 2017-12-29 17:23:16 +01:00
snd 6c98370236 feature(asm) is only allowed in crate (#8)
* feature(asm) is only allowed in crate

* add tests/build.rs again - haven't found a way around it
2017-12-05 14:44:36 +01:00
snd 8a14926f6d Issue 6 (#7)
* add rustc_version to build deps of ether types (needed by build script)

* ethereum-types: add build script that sets cargo:rustc-cfg=asm_available on nightly

* ethereum-types: #![cfg_attr(asm_available, feature(asm))]

* tests: add the whole feature asm build script to make it pass on nightly CI

* add #![cfg_attr(asm_available, feature(asm))] directly where needed

so users don't have to add it

* remove tests/build.rs since it should not be needed anymore

* move inner cfg_attr attributes to the right allowed position

* remove check for asm_available in contexts that already have check for that
2017-12-05 13:14:16 +01:00
debris c12e07c906 unify hash macro by renaming it to `construct_hash` 2017-11-14 15:38:09 +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