Skip to content

Releases: everx-labs/ever-appkit-js

Version: 0.3.8

12 May 14:51
@d3p d3p
Compare
Choose a tag to compare
  • AccountGiver.sendTo now returns ResultOfProcessMessage

Version: 0.3.7

12 May 13:39
@d3p d3p
1f47b4c
Compare
Choose a tag to compare
  • Support giver v3

Version: 0.3.6

02 Mar 06:36
@d3p d3p
94efa1f
Compare
Choose a tag to compare

[0.3.6] – 2023-03-02

  • Fixed giver

Version: 0.3.5

11 Jan 10:45
@d3p d3p
c2a3299
Compare
Choose a tag to compare

[0.3.5] – 2022-12-23

  • Improved error handling in case of network errors

Version: 0.3.4

21 Nov 08:28
@d3p d3p
310b708
Compare
Choose a tag to compare

[0.3.4] – 2022-11-17

  • Improved error handling in case of network errors

Version: 0.3.3

16 Nov 07:47
@d3p d3p
7e0c88a
Compare
Choose a tag to compare

[0.3.3] – 2022-11-14

Fix

  • Fixed a bug that caused the error to disappear instead of being thrown.

  • Fixed a test that started to fail after improving message processing speed in Evernode-SE.

Version: 0.3.2

21 Oct 06:40
@d3p d3p
64f5caf
Compare
Choose a tag to compare

[0.3.2] – 2022-10-18

Fix

  • Minor fix, considering accounts with type "NonExist", which BOC is empty.

Version: 0.3.1

22 Mar 10:35
@d3p d3p
7963525
Compare
Choose a tag to compare

[0.3.1] – 2022-03-22

New

  • Rebranding to ever-appkit-js (@eversdk/appkit)

Version: 0.3.0

15 Dec 15:44
@d3p d3p
6136139
Compare
Choose a tag to compare

[0.3.0] – 2021-12-03

Improved

  • Add useCachedState flag. If set to true, appkit aggressively caches account state, that can be useful for running deployLocal and runLocal functions in tests (local emulation of contract deployment and execution).

Version 0.2.0

08 Apr 14:15
@d3p d3p
5af6287
Compare
Choose a tag to compare

[0.2.0] – 2021-04-08

New

  • Account.deployLocal emulates deploy on local TVM.
  • AccountType enumeration with available values for acc_type field of the parsed account.
  • Account.calcDeployFees and Account.calcRunFees calculates estimated fees for deploy and run message processing.

Fixed

  • Before Account.getAccount failed if the account did not exist in the blockchain. Now it returns parsed account with only field acc_type equals to AccountType.nonExist. If account does not exist in the blockchain and deployLocal is executed, it will return a full account object.

Documentation