Skip to content

Releases: massalabs/massa-web3

v.1.17.0

24 May 12:36
85ad5c8
Compare
Choose a tag to compare

Compatibility

  • Buildnet
  • Testnet 21
  • Not compatible with Testnet 22 and above

New Features

  • typed arrays serialization/deserialization

Breaking Changes

No breaking changes

Improvements

  • All code documentation has been improved
  • All md files have been improved
  • Tests have been improved
  • Massa-web3 now compatible with most environments and framework (nodejs, browser, vanillaJs, Vite ...)

What's Changed

New Contributors

Full Changelog: v.1.16.1...v.1.17.0

v.1.16.1

08 Mar 22:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.15.1...v.1.16.1

v.1.15.1

24 Feb 11:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.15.0...v.1.15.1

v.1.15.0

23 Feb 09:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.14.0...v.1.15.0

v.1.14.0

02 Feb 10:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.1.13.0...v.1.14.0

v.1.13.0

17 Jan 15:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.0...v.1.13.0

1.12.0

23 Dec 11:56
Compare
Choose a tag to compare

What's Changed

  • fixed some old rpc endpoints and added missing rpc endpoints by @BatiGencho in #81
  • fixed missing closing > bracket in docs by @BatiGencho in #80
  • Remove contract base64 as they are now used as binary by @AurelienFT in #82

Full Changelog: v1.11.1...v1.12.0

v1.11.1

05 Dec 09:04
f387542
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

30 Nov 12:22
256b763
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.1.10.13...v1.11.0

Add Args

18 Nov 15:54
e0ac8d3
Compare
Choose a tag to compare

What's Changed

  • 50 - Add Args class to serialize arguments into bytes (u32, string) by @Thykof in #52
  • rework u32 and string with DataView by @Thykof in #54
  • encode and decode base64 string in args class by @Thykof in #56
  • bump version 1.10.12 by @Thykof in #58

New Contributors

Full Changelog: v1.10.11...v1.10.12