Skip to content

Releases: VanishMax/foton

@fotonjs/[email protected]

19 Oct 14:20
Compare
Choose a tag to compare

Patch changes

New Contributors

Full Changelog: https://github.com/VanishMax/foton/compare/@fotonjs/[email protected]...@fotonjs/[email protected]

@fotonjs/[email protected]

21 Jul 09:50
Compare
Choose a tag to compare

Next.js support

Added

  • Added documentation on Next.js integration with Foton

Fixed

  • Fixed a bug causing Wallet Client connection to fail

@fotonjs/[email protected]

05 Jun 10:13
Compare
Choose a tag to compare

Fixes

  • Support a string-message contract payload (e.g. if Tact method has a receive("money") receiver declaration) abf53e7
  • Support for the struct return from the read method. It is now possible to query Jetton data and other data types with Foton b055482
  • Fix snake_case getter names TypeScript support

@fotonjs/[email protected]

04 Jun 14:41
dc1d496
Compare
Choose a tag to compare

Added

  • (experimental) getJettonDeployArguments function for deploying a TEP-74 jetton smart contracts: 91031e0
  • (experimental) a Jetton application for interacting with jettons

Fixed

  • Incorrect call of UserRejectedConnectionError
  • Better address parsing in arguments and payload

@fotonjs/[email protected]

13 May 19:34
Compare
Choose a tag to compare

🚀 This is the initial release 🚀

Added:

Initial features of the @fotonjs/core library:

  • Public client with methods: createPublicClient, client.getBalance(), client.waitForTransaction()
  • Wallet clients with methods: createWalletClient, createWalletClientUI, client.connect(), client.disconnect(), client.reconnect(), client.sendTransaction()
  • Contract client with methods: createContractClient, client.deploy(), client.write(), client.read()
  • Standard way for handling errors
  • Complete type safety