Releases: everx-labs/evernode-se
Releases · everx-labs/evernode-se
Version: 0.36.0
0.36.0 Dec 7, 2022
New
CapFullBodyInBounced
is enabled to put full body in bounced messageCapCopyleft
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
0.35.1 Nov 14, 2022
New
- Max ext_in_msg size is 64kb
Version: 0.35.0
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
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
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
0.33.0 Aug 04, 2022
New
/se/time-delta
returns currentgen_time_delta
property value.
Version: 0.32.0
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
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
0.30.2 May 3, 2022
New
- Build with new version q-server 0.51.0
Version: 0.30.1
0.30.1 Feb 30, 2022
New
- Build with new version q-server 0.49.0