Skip to content

Releases: solana-foundation/solana-web3.js

v0.6.4

19 Oct 06:16
b7726c2

Choose a tag to compare

0.6.4 (2018-10-19)

Bug Fixes

  • flow: correct newAccount prototype (b7726c2)

v0.6.3

19 Oct 05:44
177a7c6

Choose a tag to compare

0.6.3 (2018-10-19)

Bug Fixes

v0.6.2

19 Oct 05:27
d89cf84

Choose a tag to compare

0.6.2 (2018-10-19)

Bug Fixes

  • flow: add missing optional programId arg (d89cf84)

v0.6.1

18 Oct 21:37

Choose a tag to compare

0.6.1 (2018-10-18)

Bug Fixes

  • catchup to upstream loader changes (6766b67)

v0.6.0

18 Oct 17:09

Choose a tag to compare

0.6.0 (2018-10-18)

Features

  • expose ERC20 token originalAmount field (c122749)
  • support user-supplied Token programs (817cf74)

v0.5.3

17 Oct 17:54
a739ed6

Choose a tag to compare

0.5.3 (2018-10-17)

Bug Fixes

  • add Token flowtype declarations (9b851f0)
  • catch up to recent upstream changes (5001887)
  • log bank better (370f773)

v0.5.2

15 Oct 02:46
ef8b5ac

Choose a tag to compare

0.5.2 (2018-10-15)

Bug Fixes

  • quiet uninteresting log messages (ef8b5ac)

v0.5.1

14 Oct 00:24
90a27b4

Choose a tag to compare

0.5.1 (2018-10-14)

Bug Fixes

  • add flow definition for load() (90a27b4)

v0.5.0

13 Oct 19:30
992d503

Choose a tag to compare

0.5.0 (2018-10-13)

Bug Fixes

  • follow log (8cddfd7)
  • logs are now followed though a localnet restart (18d148c)
  • restart flow server explicitly to avoid false errors from a lingering server (4cf5c58)
  • update to post-v0.9 Transaction wire format (93d13a9)

Features

  • add deploy command (2de5599)
  • add unstable API for dynamic program loading (850ca98)

v0.4.0

09 Oct 19:17

Choose a tag to compare

0.4.0 (2018-10-09)

Features

  • Add ERC20-like Token (2fbb208)
  • Add sendAndConfirmTransaction (2921e1d)