Skip to content

Releases: SigmaGmbH/swisstronik-chain

Swisstronik Testnet v6

08 Oct 17:04
Compare
Choose a tag to compare

Changelog

  • Upgrade EVM version to fix issues with incompatability with latest compiler versions
  • Disable unsafe eth_sendTransaction and eth_sign endpoints by default
  • Bring support of custom errors in solidity
  • Return error correctly in eth_call
  • Remove unused eth_signTypedData endpoint
  • Minor improvements

Swisstronik Testnet v5.1

04 Sep 09:12
dfdb448
Compare
Choose a tag to compare

What's Changed

  • Minor improvements such as updated tests, simulation mode, etc.
  • Added migration to update balance of faucet addresses on testnet to 5 mln SWTR

Full Changelog: testnet-v1.0.4...testnet-v1.0.5

Swisstronik Testnet v5

30 Jul 12:24
441d940
Compare
Choose a tag to compare

Swisstronik Testnet v5

This release contains fix of nasty bug with logIndex which breaks events indexing in EVM block explorers. Also EIP712 functionality was temporary disabled as unused + as possible field for bugs / vulnerabilities

What's Changed

Full Changelog: testnet-v1.0.3...testnet-v1.0.4

Swisstronik Testnet v4

18 Jul 19:01
4027fbb
Compare
Choose a tag to compare

Swisstronik Testnet v4

Main changes:

  • Enable possibility to send unencrypted (raw) eth transactions / calls to improve compatibility with existing solutions / libraries
  • Improve performance by caching node public key
  • Minor improvements in x/vesting module
  • Improvements and bug fixes in x/compliance module

Upgrade guide: https://swisstronik.gitbook.io/swisstronik-docs/node-setup/upgrade-your-node/swisstronik-v4-testnet

Changelog

Full Changelog: testnet-v1.0.2...testnet-v1.0.3

Swisstronik Testnet v3

30 May 12:09
ef7bc70
Compare
Choose a tag to compare

What's Changed

  • Enabled x/compliance module
  • Enabled key rotation mechanism
  • Enabled DCAP Remote Attestation
  • Updated EPID Remote Attestation to v5
  • Reworked x/vesting module
  • Removed x/did module
  • Bug fixes

Swisstronik Testnet v2

24 Nov 15:14
c9c6550
Compare
Choose a tag to compare

What's Changed

  • Fix issue with authz, which allowed to bypass gas usage checks
  • Fix issue with nonce
  • Remote attestation server now is a separate service
  • Refactor project structure. swisstronik-evm-module and swisstronik-librustgo repos were merged into swisstronik-chain repo
  • Add signed eth_call. If signature was provided, msg.sender will be recovered the same way it does in regular transaction, otherwise zero address will be used as msg.sender
  • Add build flag for no-SGX environment
  • Cache node public key, instead of calling enclave each time
  • Add x/did module, which can be used to create / update / deactivate W3C DID Documents
  • Add 1027 Identity precompile, which can be used to verify provided Ed25519Signature Verifiable Credential

Swisstronik Testnet v1

28 Jul 12:04
30481d3
Compare
Choose a tag to compare
  • This release contains first stable version of swisstronikd which is used for running current testnet