Commit Graph

69 Commits

Author SHA1 Message Date
Wei Tang 4d3773d3ac Update repo url 2019-01-25 20:13:01 +01:00
Wei Tang 4e8182f683 Fix ethereum-types tests 2019-01-25 18:09:51 +01:00
Wei Tang ace89ceacb Use local path deps 2019-01-24 16:07:29 +01:00
Wei Tang 37e6b4ad07 Deal with remaining merge issues 2019-01-24 16:04:51 +01:00
Wei Tang 4dd9571fff Update uint to 0.6 2019-01-24 15:54:15 +01:00
Wei Tang 2c5505f03f typo: duplicate features key 2018-12-03 12:05:55 +08:00
Wei Tang 4bebc1071a Move always-on features to dep declaration 2018-12-03 11:09:43 +08:00
Wei Tang d286df17e7 Expose BigEndianHash trait 2018-12-03 00:00:56 +08:00
Wei Tang 68f35455fe Adopt ethereum-types to use primitive-types 2018-12-02 23:25:43 +08:00
Herobird f76b9a4459 Improve some formatting of #[cfg(..)] 2018-11-13 11:27:50 +01:00
Herobird 2da14eca58 Improve panic messages by overflow for some uint From impls 2018-11-13 11:22:36 +01:00
Herobird 972b84ca04 Improve some #[cfg(..)] formattings 2018-11-13 11:22:19 +01:00
Herobird eb3ba0b8f0 Revert removals of some uint and hash types 2018-11-13 11:22:00 +01:00
Herobird 0a007d5ada Update dependency versions in Cargo.toml 2018-11-13 11:12:22 +01:00
Herobird 0b53e91ef1 [ethereum-types] Bump version 0.4.0 => 0.5.0 2018-11-12 20:28:54 +01:00
Herobird 5308d515db [ethereum-types] Remove H32, H64, H128 and H264 hash types
The only remaining hash types are now: H160, H256, H512 and H520
2018-11-12 20:28:16 +01:00
Herobird 146263d837 [ethereum-types] Improve formatting a bit 2018-11-12 20:27:16 +01:00
Herobird 4476efe535 [ethereum-types] Remove deprecated From impls for H64 and H160 2018-11-12 20:26:51 +01:00
Herobird d59defc7e1 [ethereum-types] Remove bad feature gate usages 2018-11-12 20:26:32 +01:00
Herobird f7895618a9 [ethereum-types] Use new From<u64> impls in tests 2018-11-12 20:26:19 +01:00
Herobird 6b57ca0c53 [ethereum-types] Add From<u64> impls for H160 and H256 2018-11-12 20:25:48 +01:00
Herobird 071b536273 [ethereum-types] Remove U64 definition 2018-11-12 20:25:01 +01:00
Herobird de0a759f4a [ethereum-types] Remove clean_0x function 2018-11-12 20:24:28 +01:00
Herobird eca7e3b8b0 [ethereum-types] Update fixed-hash 0.3.0-beta => 0.3.0 2018-11-12 20:23:59 +01:00
Herobird 1cdfea3dd8 [ethereum-types] Update crunchy 0.1 => 0.2.1 2018-11-12 20:23:44 +01:00
Herobird c2e5edbec6 [ethereum-types] Update uint 0.5.0-beta => 0.5.0 2018-11-12 20:23:07 +01:00
Herobird 2c124b9e07 Rename heapsizeof crate feature to heapsize 2018-11-12 20:22:37 +01:00
Herobird 91c88f3689 Update `unit` to version `0.5.0-beta` 2018-11-05 17:06:40 +01:00
Herobird f78004a8cc Update ethbloom and ethereum-types to new `fixed-hash` version `0.3.0-beta` 2018-11-05 17:03:12 +01:00
David Palm 6f23f63470 Load deps from crates (prep for publication) 2018-08-22 20:07:29 +02:00
David Palm e13adcf062 remove version 2018-08-22 16:56:10 +02:00
David Palm 8432c23011 Blocking PR landed 2018-08-22 15:25:36 +02:00
David Palm 334020970e Use new uint version
BREAKING CHANGE: Remove U1024 and H1024
Remove conversion facilities that moved to uint
Remove asm
Cleanup
2018-08-22 14:20:25 +02:00
David Palm 85d7ed2827 Fix outstanding TODO 2018-08-05 12:35:15 +02:00
David Palm 64c970af5d Split serialization tests and move to ethereum-types 2018-07-13 18:27:48 +02:00
David Palm ecd00d30a8 Move serialization tests to ethereum-types 2018-07-13 18:20:15 +02:00
David Palm fcaeb2e215 Move ethereum-specific tests from uint to ethereum-types 2018-07-13 17:42:54 +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
niklasad1 8f6f5d52d4
Bump versions of ethbloom and ethereum-types
The changes in [#42](https://github.com/paritytech/primitives/pull/42)
requires a version-bump in order to be visible on https://crates.io/
2018-07-05 17:54:12 +02:00
Niklas Adolfsson 5441e9fab2 ethereum-types `make it work in no_std` (#42)
* fix error on nightly

* make it work on no-std by disabling default ft
2018-07-05 11:33:17 +02:00
Andrew Jones d81976304e Increment `patch` for uint and ethereum-types 2018-05-21 11:32:45 +01:00
Toralf Wittner dfb17048cb Increment versions. (#30)
For `ethereum-types` and `fixed-hash`.
2018-04-11 09:34:33 +02:00
Tomasz Drwięga 41149b79f9
Bump versions. 2018-03-15 10:06:43 +01:00
Tomasz Drwięga 1f9a36c78b
Fix missing serde impls for uints. 2018-02-21 10:17:11 +01:00
Maximilian Krüger ede8c7d1de impl feature gated quickcheck arbitrary for hash 2018-02-16 09:56:08 +01:00
Maximilian Krüger 1d5a5416d3 expose feature gated quickcheck arbitrary impl for uints 2018-02-16 09:34:03 +01:00
Tomasz Drwięga da2bbc045a
Add uint types for completeness. 2018-02-06 16:58:19 +01:00
Tomasz Drwięga ad27e423a2
Add 0x when printing hex values. 2018-02-06 16:19:42 +01:00
debris fe00aed256 bump minimum version of uint required to 0.1.2 2018-02-04 13:29:17 +01:00