Skip to content

Releases: solana-labs/solana-web3.js

v0.6.0

18 Oct 17:09
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

0.4.0 (2018-10-09)

Features

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

v0.3.1

03 Oct 04:42
9075ed3
Compare
Choose a tag to compare

0.3.1 (2018-10-03)

Bug Fixes

  • solana-localnet: |logs| now works correctly (9075ed3)

v0.3.0

03 Oct 04:15
Compare
Choose a tag to compare

0.3.0 (2018-10-03)

Bug Fixes

  • avoid Buffer(), use Buffer.alloc() instead (90b869b)

Features

  • add solana-localnet program (fb44dd5)

v0.2.2

01 Oct 04:39
Compare
Choose a tag to compare

0.2.2 (2018-10-01)

Bug Fixes

  • support creating a PublicKey from a base58 string (4bd657e)

v0.2.1

01 Oct 03:58
Compare
Choose a tag to compare

0.2.1 (2018-10-01)

Bug Fixes

  • expose Buffer to bundlers (ee67f82)
  • remove duplicate PublicKey flow definition (dd263b1)
  • zero pad correctly (98cc32c)