Skip to content

Releases: everx-labs/evernode-se

Version 0.42.1

13 Sep 11:44
2df295a
Compare
Choose a tag to compare

Fixed capabilities
Fixed gosh

Version: 0.42.0

09 Sep 10:43
2950b0b
Compare
Choose a tag to compare
Merge pull request #160 from everx-labs/fix

Up Q-server
Fix dockerfile

Version: 0.40.0

20 Nov 09:32
50430cd
Compare
Choose a tag to compare
  • Network fork (tests remaining)

  • FIX: fs storage tree dir test

  • Test fork

  • Update changelog

  • Fix zerostate messages status

Version: 0.39.0

21 Jul 13:46
@d3p d3p
6cc81c2
Compare
Choose a tag to compare

New

  • Aborted transaction VM trace is put into transaction JSON field trace

Version: 0.38.0

27 Apr 08:49
@d3p d3p
Compare
Choose a tag to compare

New

  • Added node time mode seq – sequential. In this mode node produces single block for
    each transaction. All blocks have gen_utime equals to the gen_utime of the previous
    block + 1 sec.
    Use /se/seq-mode-on endpoint to turn the mode on.
    Read more in SE live control (REST API) section
  • New forward fee config from Everscale mainnet.

Improved

  • Internal structure was simplified.
  • TonNodeEngine was isolated from API services.
  • Added MemDocumentsDb – to use TonNodeEngine without ArangoDB but with access to produced
    parsed artefacts.
  • Added ShardStorage based on the single and simple KVStorage as a shardstate internal storage
    instead of four independent storages.
  • Added MemStorage and FSStorage as two main shard storage implementations.
  • Added TonEngine.time with responsibility for a block time management.
  • TonNodeEngine can be used as an in-memory blockchain emulator. It is useful for example
    for smart contract testing.

Version: 0.37.1

21 Mar 22:09
@d3p d3p
553e843
Compare
Choose a tag to compare

0.37.1 Mar 21, 2023

Fixed

  • Build docker image with q-server v0.55.0
  • Post request with several external messages processed only of the messages

Version: 0.37.0

18 Feb 06:12
@d3p d3p
Compare
Choose a tag to compare

0.37.0 Feb 17, 2023

New

  • Produces masterchain block for each workchain block.
  • Added ability to update blockchain config with node restart (without killing the database). After changing the config stop and start the node to apply it. It will produce new key block from the new config.
  • CapSignatureWithId capability is supported: global_id parameter is used as a signature_id if CapSignatureWithId cap is turned
    on in the blockchain config.

Fixed

  • global_id parameter in ton-node.conf.json is written into blocks.

Version: 0.36.3

13 Jan 15:48
@d3p d3p
Compare
Choose a tag to compare

0.36.3 Jan 11, 2023

Fixed

  • Ever Live explorer, as well as Evernode SE can be run on a host with fully qualified domain name.

Version: 0.36.2

23 Dec 13:30
@d3p d3p
Compare
Choose a tag to compare

0.36.2 Dec 23, 2022

Fixed

  • Running arango container on M1 arch (downgrade ArangoDB version to 3.7.11)

Version: 0.36.1

23 Dec 10:17
@d3p d3p
Compare
Choose a tag to compare

0.36.1 Dec 22, 2022

Improvements

  • ArangoDB version is increased to 3.10.1
  • Memory management section Memory limits is added to README