Skip to content

Releases: telosnetwork/telos-native-docker

v0.2.5

07 Oct 15:07
9099fc7
Compare
Choose a tag to compare

Removed plonky2_battleship contract deployment and added the following accounts:

  • eosio.risc
  • eosio.plonky

v0.2.4

07 Oct 15:01
v0.2.4
0296b06
Compare
Choose a tag to compare

Removed ftoken contract deployment

v0.2.3

27 Sep 16:43
v0.2.3
8a60e2f
Compare
Choose a tag to compare

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

13 Sep 07:36
v0.2.2
8184ad8
Compare
Choose a tag to compare

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

01 Aug 20:31
Compare
Choose a tag to compare

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

31 Jul 10:02
f37b26f
Compare
Choose a tag to compare

Updated snarktor-receiver-contract.

v0.1.0

30 Jul 18:53
f214c9f
Compare
Choose a tag to compare

Building/publishing v0.1.0 under GitHub container registry.