Skip to content

Releases: f-o-a-m/purescript-web3

v5.0.0

29 Apr 16:54
9a99958
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

14 Jul 15:51
3258f30
Compare
Choose a tag to compare

Adds support for purescript v0.14

v2.0.1

04 Oct 21:57
f9aa131
Compare
Choose a tag to compare

v2.0.0

01 Oct 13:36
Compare
Choose a tag to compare
  • Make ABIDecode consume HexString #131 @blinky3713
  • Upgrade deps #130 @blinky3713 & @safareli

v1.0.0

14 Dec 09:49
3571af0
Compare
Choose a tag to compare

TokenUnit/ProxyTU

26 Jul 20:48
22e5924
Compare
Choose a tag to compare

This is the TokenUnit PR (#109 ) except it also exports the ProxyTU constructor

MinorUnit Token Types

25 Jul 16:41
Compare
Choose a tag to compare
  • Use a more sane schema for translating between different denominations of ether or tokens.
  • implement mkDataField to generate the data field from a record for a given function type.

v0.23.0: Upgrade foreign-generics (#101)

09 May 20:08
6cad0e4
Compare
Choose a tag to compare

New things:

  • tests now include live tests
  • bug fixes

Breaking Changes:

  • No longer supporting multiple block types
  • NetworkId is now a String
  • Using Maybe instead of NullOrForeign
  • certain rpc calls now have Partial constraint

Change all version bounds to clopen intervals

01 May 17:14
Compare
Choose a tag to compare

Previously we had locked in some version bounds exactly and we had no reason to do this. Now we just lower bound everything

stronger types for filters and TransactionStatus

22 Apr 16:56
94eaf0d
Compare
Choose a tag to compare

make a TransactionStatus an Enum type for status, Failed for "0x0" and Succeeded for "0x1".

give Filter a phantom type, indexed by the event