Releases: telosnetwork/telos-native-docker
Releases · telosnetwork/telos-native-docker
v0.2.5
Removed plonky2_battleship
contract deployment and added the following accounts:
v0.2.4
Removed ftoken
contract deployment
v0.2.3
This release changes the configuration by setting eos-vm-jit
as wasm-runtime
(instead of eos-vm
) in the config.ini
file.
This should make the execution of transactions more efficient, and less likely to exceed the CPU max threshold.
v0.2.2
This release replaces the previous SNARKtor contract with two updated contracts
The first one is responsible for the verification of SNARK proofs and the other is responsible for the management of user accounts.
v0.2.1
This release changes how the image stores it's data dir, to avoid the sparse shared_memory.bin file from bloating the image and the container extraction. It compresses via tar in setup_network and then extracts in the new entrypoint.sh file before starting nodeos.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Updated snarktor-receiver-contract.
v0.1.0
Building/publishing v0.1.0 under GitHub container registry.