Releases: everx-labs/evernode-se
Releases · everx-labs/evernode-se
Version 0.42.1
Version: 0.42.0
Merge pull request #160 from everx-labs/fix Up Q-server Fix dockerfile
Version: 0.40.0
-
Network fork (tests remaining)
-
FIX: fs storage tree dir test
-
Test fork
-
Update changelog
-
Fix zerostate messages status
Version: 0.39.0
New
- Aborted transaction VM trace is put into transaction JSON field
trace
Version: 0.38.0
New
- Added node time mode
seq
– sequential. In this mode node produces single block for
each transaction. All blocks havegen_utime
equals to thegen_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 useTonNodeEngine
without ArangoDB but with access to produced
parsed artefacts. - Added
ShardStorage
based on the single and simpleKVStorage
as a shardstate internal storage
instead of four independent storages. - Added
MemStorage
andFSStorage
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
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
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 asignature_id
ifCapSignatureWithId
cap is turned
on in the blockchain config.
Fixed
global_id
parameter inton-node.conf.json
is written into blocks.
Version: 0.36.3
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
0.36.2 Dec 23, 2022
Fixed
- Running arango container on M1 arch (downgrade ArangoDB version to 3.7.11)
Version: 0.36.1
0.36.1 Dec 22, 2022
Improvements
- ArangoDB version is increased to 3.10.1
- Memory management section Memory limits is added to README