This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
Releases: openethereum/pwasm-std
Releases · openethereum/pwasm-std
v0.11
- Replaced
parity-hash
withfixed-hash
(version0.3.0-beta
) Address
no longer is aH160
type but has one internally.- It is possible to extract the inner
H160
of anAddress
- It is possible to extract the inner
- Now provides the
U256
type via theuint
crate (version0.5.0-beta
)- Also provides conversions between
H256
andU256
types
- Also provides conversions between
- Updated
rust-toolchain
from2018-07-24
to2018-10-30
- Now propagates
byteorder/std
feature upon enablingstd
crate feature - Fixed some minor warnings due to new compiler versions.
- Added a
test
feature for testing the crate. - Updated the
README
for the new crate features.