Releases: solana-labs/solana-web3.js
Releases · solana-labs/solana-web3.js
v0.6.0
0.6.0 (2018-10-18)
Features
- expose ERC20 token originalAmount field (c122749)
- support user-supplied Token programs (817cf74)
v0.5.3
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
0.5.2 (2018-10-15)
Bug Fixes
- quiet uninteresting log messages (ef8b5ac)
v0.5.1
0.5.1 (2018-10-14)
Bug Fixes
- add flow definition for load() (90a27b4)
v0.5.0
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
0.4.0 (2018-10-09)
Features
- Add ERC20-like Token (2fbb208)
- Add sendAndConfirmTransaction (2921e1d)
v0.3.1
0.3.1 (2018-10-03)
Bug Fixes
- solana-localnet: |logs| now works correctly (9075ed3)
v0.3.0
0.3.0 (2018-10-03)
Bug Fixes
- avoid Buffer(), use Buffer.alloc() instead (90b869b)
Features
- add solana-localnet program (fb44dd5)
v0.2.2
0.2.2 (2018-10-01)
Bug Fixes
- support creating a PublicKey from a base58 string (4bd657e)
v0.2.1
0.2.1 (2018-10-01)
Bug Fixes
- expose Buffer to bundlers (ee67f82)
- remove duplicate PublicKey flow definition (dd263b1)
- zero pad correctly (98cc32c)