Skip to content

Releases: f-o-a-m/purescript-eth-core

v9.0.0

06 Sep 14:57
52e6c01
Compare
Choose a tag to compare

Purescript 0.15
No more foreign-generic

v8.0.0

29 Apr 00:18
332c4eb
Compare
Choose a tag to compare

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 Chars.

What's Changed

Full Changelog: v7.0.0...V8.0.0

v7.0.0

14 Jul 15:18
9b4bc74
Compare
Choose a tag to compare

This release adds support for purescript-v0.14

v6.1.0

19 Oct 15:52
976f38b
Compare
Choose a tag to compare
  • Add CommutativeRing and EuclidianRing instances for BigNumber, to allow it to more naturally be used with PureScript's operators
  • Add support for node-secp256k1 v4.x
  • Add toEthSignedMessage helper function into Signatures
  • Add generatePrivateKey function into Signatures

Using Spago

02 Oct 18:55
Compare
Choose a tag to compare

Move away from using bower in favor of spago.

v5.0.0

01 Oct 09:11
531b533
Compare
Choose a tag to compare
  • Add typeclass instance for parsing #16 @blinky3713
  • Dependency upgrade #17 @safareli

Update dependencies

21 Aug 21:31
420889a
Compare
Choose a tag to compare
v4.0.0

Update package.json

v3.0.0

29 Nov 13:50
cae7902
Compare
Choose a tag to compare

Consistent (de)serialization of BigNumber

09 May 19:56
2192006
Compare
Choose a tag to compare

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

17 Apr 20:04
Compare
Choose a tag to compare

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.