-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fixed-hash and uint crates to parity-common #12
Merged
Merged
Changes from 1 commit
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
c110f3e
ethereum-types refactor
debris c4e00f8
ethereum-types refactor
debris c3b2b5c
ethereum-types refactor
debris 9dec8ff
ethereum-types refactor
debris 845d305
ethereum-types refactor
debris 91b87cd
unify hash macro by renaming it to `construct_hash`
debris 2791a94
unify hash macro by renaming it to `construct_hash`
debris 83df0b7
Issue 6 (#7)
snd 45f721c
feature(asm) is only allowed in crate (#8)
snd d0f9df0
feature(asm) is only allowed in crate (#8)
snd 71b84a2
updated fixed-hash manifest
debris 9e23e8f
updated uint manifest
debris 7bae799
fixed-hash implements heap-size, version 0.1.1
debris f1e6fbe
ethbloom crate
debris 2ea80de
ethbloom crate
debris d741c2f
fixed-hash 0.1.2
debris 0aab3c4
add default serde serialization to ethereum-types
debris 4c709de
add default serde serialization to ethereum-types
debris ea29612
Checked ops.
tomusdrw 61cbcd7
Checked ops.
tomusdrw 6daac62
LowerHex and small cleanup.
tomusdrw be5ce47
LowerHex and small cleanup.
tomusdrw 8e5fd03
LowerHex and small cleanup.
tomusdrw 447984a
Fix indentation.
tomusdrw d0e82be
Fix indentation.
tomusdrw 978bd14
Fix indentation.
tomusdrw 74a227f
Remove 0x to be aligned with std LowerHex.
tomusdrw 68d0fab
Remove 0x to be aligned with std LowerHex.
tomusdrw ceb5f74
use ASM only with feature
rphmeier 3059ca7
use ASM only with feature
rphmeier a9e0f50
build script and feature cleanup
rphmeier c88a97c
Merge pull request #14 from rphmeier/uint-asm-with-feature
debris 97b2fbc
Merge pull request #14 from rphmeier/uint-asm-with-feature
debris 448f047
Merge branch 'master' into td-lower-hex
tomusdrw 274b183
Merge branch 'master' into td-lower-hex
tomusdrw f127bd7
Merge branch 'master' into td-lower-hex
tomusdrw 6b776e9
Avoid heap allocations in deserialization.
tomusdrw ed37a35
Fix indentation.
tomusdrw 9280c2a
Merge pull request #13 from paritytech/td-lower-hex
debris 1d70028
next release
debris 3fe9fe6
next release
debris aaa28a8
get compiling for wasm
rphmeier edce37c
get compiling for wasm
rphmeier 24abdc8
no_std attributes
rphmeier 2c23788
no_std attributes
rphmeier 6ff6c78
Add 0x when printing hex values.
tomusdrw 431cd0e
Add 0x when printing hex values.
tomusdrw c06346c
Add 0x when printing hex values.
tomusdrw 08d4589
Merge pull request #18 from paritytech/td-format
debris c1b0897
Merge pull request #18 from paritytech/td-format
debris 59c05a4
Merge pull request #18 from paritytech/td-format
debris 206529b
expose feature gated quickcheck arbitrary impl for uints
snd 8cdb623
expose feature gated quickcheck arbitrary impl for uints
snd c362419
fix some indentation: spaces -> tabs
snd 548aabf
fix some indentation: spaces -> tabs
snd 7e3a4fb
impl feature gated quickcheck arbitrary for hash
snd 37aabc3
add comment explaining arbitrary gen for uint
snd d541e88
fix percentages in comment explaining uint arbitrary impl
snd 3eba48b
impl AsRef<Self> for primitives
debris 3d43653
impl AsRef<Self> for primitives
debris eaec085
Don't use libc with wasm32-unknown-unknown (#27)
tomaka 5064f85
Bump versions.
tomusdrw 6a339bd
Bump versions.
tomusdrw 10b77ed
Bump versions.
tomusdrw 77c648e
Add `AsMut` impl in `construct_hash` macro.
twittner ab49700
Increment versions. (#30)
twittner f064ce5
Increment versions. (#30)
twittner f1912b8
Prefix `0x` for lower hex with alternate flag (#33)
ascjones 24b94af
Prefix `0x` for lower hex with alternate flag (#33)
ascjones ccb2bdd
Increment `patch` for uint and ethereum-types
ascjones 12f9448
add *Assign operators, make most operators work on Into<type> and mak…
kingoflolz 53eff54
add *Assign operators, make most operators work on Into<type> and mak…
kingoflolz 40818ee
Prefix '0x' for lower hex with alternate flag.
yangby-cryptape baff437
Prefix '0x' for lower hex with alternate flag.
yangby-cryptape a530eec
ethereum-types `make it work in no_std` (#42)
niklasad1 0435699
nits (#39)
niklasad1 d922258
Merge pull request #37 from yangby-cryptape/hash-lowerhex-alternate
debris d31562b
Add 'fixed-hash/' from commit 'd922258255841e97218cf0f3b05a4e5779f4596a'
dvdplm d2e4ec5
Fix warning about unused result
dvdplm 9c065b7
Add 'uint/' from commit '043569906ba7a817abde33877fe1f71cdbc87749'
dvdplm bd8ea85
Add uint to workspace
dvdplm 716691c
Remove uint (moved to parity-common)
dvdplm 9144702
Move formatting test from `primitives`
dvdplm 646fe8c
Add 'uint/tests/' from commit '716691c42b794ad004d95df5ecdc77fe7d3b9d3b'
dvdplm f8ee2e6
Move tests from `primitives/tests` to `uint`
dvdplm 70a778a
cleanup
dvdplm 4e4347f
Fix travis
dvdplm dfc1c79
Silence warnings when running tests
dvdplm b0cf5d1
Remove duplicated line
dvdplm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidentally duplicated line