Skip to content

Releases: everx-labs/evernode-se

Version: 0.36.0

19 Dec 16:24
@d3p d3p
0422bac
Compare
Choose a tag to compare

0.36.0 Dec 7, 2022

New

  • CapFullBodyInBounced is enabled to put full body in bounced message
  • CapCopyleft is enabled to use contracts with copyleft instructions (but does not work fully yet because masterchain is not yet supported in SE)

Fixed

  • Account balance was not updated after account destruction
  • Account was not reflected in DB if it was created and deleted in one block

Version: 0.35.1

14 Nov 19:54
@d3p d3p
c331931
Compare
Choose a tag to compare

0.35.1 Nov 14, 2022

New

  • Max ext_in_msg size is 64kb

Version: 0.35.0

14 Oct 19:46
@d3p d3p
ba1c01a
Compare
Choose a tag to compare

0.35.0 Oct 13, 2022

New

  • Blockchain API is supported (except blockchain{ key_blocks })

Fixed

  • Incorrect inner message order
  • Account with nonExist acc_type was created upon a failed deploy

Version: 0.34.0

16 Sep 12:05
@d3p d3p
2108101
Compare
Choose a tag to compare

0.34.0 Sep 13, 2022

New

  • Gosh VM instructions are supported:
    • execute_diff
    • execute_diff_patch_not_quiet
    • execute_zip
    • execute_unzip
    • execute_diff_zip
    • execute_diff_patch_zip_not_quiet
    • execute_diff_patch_quiet
    • execute_diff_patch_zip_quiet
    • execute_diff_patch_binary_not_quiet
    • execute_diff_patch_binary_zip_not_quiet
    • execute_diff_patch_binary_quiet
    • execute_diff_patch_binary_zip_quiet

Version: 0.33.1

30 Aug 09:11
@d3p d3p
448ec27
Compare
Choose a tag to compare

0.33.1 Aug 24, 2022

Improved

  • Inner refactoring that increases message processing speed by 70-400% depending on the test logic.

Version: 0.33.0

04 Aug 09:58
@d3p d3p
Compare
Choose a tag to compare

0.33.0 Aug 04, 2022

New

  • /se/time-delta returns current gen_time_delta property value.

Version: 0.32.0

08 Jul 05:42
@d3p d3p
a80b6d5
Compare
Choose a tag to compare

0.32.0 Jul 06, 2022

New

  • Block producing stopped if million of gas is consumed
  • Waiting of new external messages added
  • Block builder processes internal messages in the same block

Version: 0.31.0

21 Jun 14:06
@d3p d3p
00e7f3b
Compare
Choose a tag to compare

0.31.0 Jun 20, 2022

New

  • log_path config field for configuring node log file location.
  • /se REST endpoint for SE realtime control. See README.md.
  • /se/increase-time?delta=<seconds> feature to move time forward. See README.md
  • PoA consensus was removed from source code.
  • Source code drastically simplified and reorganised.
  • Randomization added for block generation
  • Extra thread creation was removed
  • Tokio crate dependencies were removed
  • Extra crate dependencies were removed

Fixed

  • tvm.random() now generates random values

Version: 0.30.2

27 May 19:07
@d3p d3p
52bc055
Compare
Choose a tag to compare

0.30.2 May 3, 2022

New

  • Build with new version q-server 0.51.0

Version: 0.30.1

30 Mar 09:57
@d3p d3p
98902ed
Compare
Choose a tag to compare

0.30.1 Feb 30, 2022

New

  • Build with new version q-server 0.49.0