Releases: f-o-a-m/purescript-eth-core
Releases · f-o-a-m/purescript-eth-core
v9.0.0
v8.0.0
Standardize HexString
Enforce that that the underlying String value is always even and lower case. All operations on HexString are now relative to bytes rather than Char
s.
What's Changed
Full Changelog: v7.0.0...V8.0.0
v7.0.0
v6.1.0
- Add
CommutativeRing
andEuclidianRing
instances forBigNumber
, to allow it to more naturally be used with PureScript's operators - Add support for
node-secp256k1
v4.x - Add
toEthSignedMessage
helper function intoSignatures
- Add
generatePrivateKey
function intoSignatures
Using Spago
Move away from using bower in favor of spago.
v5.0.0
Update dependencies
v4.0.0 Update package.json
v3.0.0
Consistent (de)serialization of BigNumber
We added basic SimpleJson and Argonaut instances for all elementary types and now have consistent serialized representations of BigNumbers. Note, this is a breaking change.
initial release
We've moved core functionality and tests out of the purescript-web3-repo to here, and have added support for signatures and rlp encoding. the rlp stuff is garbage.