Commit Graph

33 Commits

Author SHA1 Message Date
Wei Tang 4d3773d3ac Update repo url 2019-01-25 20:13:01 +01:00
Wei Tang ace89ceacb Use local path deps 2019-01-24 16:07:29 +01:00
Wei Tang 1564dc1f63 Remove serialize crate (replaced by serde) and use impl-serde in ethbloom 2018-12-02 22:34:58 +08:00
Herobird 6db964fd53 [ethbloom] Remove rustc-hex dependency 2018-11-30 17:58:48 +01:00
Herobird 0a007d5ada Update dependency versions in Cargo.toml 2018-11-13 11:12:22 +01:00
Herobird 304cc6f231 [ethbloom] Bump version 0.5.1 => 0.6.0 2018-11-12 20:29:26 +01:00
Herobird ab3d73afdc [ethbloom] Update fixed-hash 0.3.0-beta => 0.3.0 2018-11-12 20:21:22 +01:00
Herobird 9be7fc6497 [ethbloom] Fix forgotten default feature "heapsizeof" => "heapsize" 2018-11-12 20:21:09 +01:00
Herobird ab87602abf [ethbloom] Update crunchy version 0.1.6 => 0.2.1 2018-11-12 20:20:38 +01:00
Herobird 5539e76da8 [ethbloom]: Rename heapsizeof crate feature to heapsize 2018-11-12 20:20:08 +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 aa7bf87753 Merge branch 'master' into dp/chore/prepare-for-publication
* master:
  Replace `rustc-hex` with `hex-literal` in tests
  Use `rustc-hex v2.0` with explicit types
  fix `ethbloom test` by falling back to rustc-hex
2018-08-24 14:44:21 +02:00
Niklas Adofsson f84cc4a180 Replace `rustc-hex` with `hex-literal` in tests 2018-08-23 13:21:30 +02:00
Niklas Adofsson 0d1133ef75 Use `rustc-hex v2.0` with explicit types
The issue was that the trait `FromHex` has changed and is now using
`FromIterator<u8>` instead of `FromIterator<Vec<u8>>` and was `inferred`
to `[u8]` instead of `Vec<u8>`. Thus, has not compile-time size and
won't work!

Well, this could be improved to be stack allocated because
we know the `size` of the hexstring but in this case I think
is sufficient and only used in tests!
2018-08-23 12:03:11 +02:00
David Palm 6f2d5a4a98 Load fixed-hash from crates.io 2018-08-22 20:12:47 +02:00
Niklas Adofsson 6a2ca88536 fix `ethbloom test` by falling back to rustc-hex 2018-08-22 18:03:06 +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 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
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
Pierre Krieger 2fc55656ad Update link to repo for ethbloom (#26) 2018-03-15 09:40:42 +01:00
Robert Habermeier 853bb53158 get compiling for wasm 2018-02-05 22:07:14 +01:00
debris 9d1d9a0ecd next release 2018-02-04 12:53:35 +01:00
Tomasz Drwięga bb33df436c
Fix indentation. 2018-02-02 13:47:33 +01:00
Tomasz Drwięga 90a3ada499
Stack-based allocation for serialization. 2018-02-02 13:42:25 +01:00
Tomasz Drwięga 942fbf392b
Avoid heap allocations in deserialization. 2018-02-02 13:02:36 +01:00
Robert Habermeier 2e10eb3e76 use ASM only with feature 2018-01-31 21:48:47 +01:00
debris 30f15bb338 bump versions 2018-01-24 10:58:04 +01:00
debris 60271c08e4 add conditionals to ethbloom 2018-01-23 14:53:23 +01:00
debris d053c5b6bf add default serde serialization to ethereum-types 2018-01-23 14:25:15 +01:00
debris 0e8144ca78 ethbloom crate 2018-01-05 17:45:04 +01:00