Releases: SigmaGmbH/swisstronik-chain
Releases · SigmaGmbH/swisstronik-chain
Swisstronik Testnet v6
Changelog
- Upgrade EVM version to fix issues with incompatability with latest compiler versions
- Disable unsafe
eth_sendTransaction
andeth_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
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
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
- Refactor/disable eip712 by @MikkySnow in #123
- Fix
logIndex
in eth block by @MikkySnow in #127 - Update swisstronikd version to v1.0.4 by @MikkySnow in #129
Full Changelog: testnet-v1.0.3...testnet-v1.0.4
Swisstronik Testnet v4
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
- Fix CLI builds by @delneg in #98
- Release v1.0.2 by @MikkySnow in #97
- Fix exact args for
update-issuer-details
cmd by @deep-quality-dev in #100 - Benchmark script update by @MikkySnow in #101
- Cache node public key by @MikkySnow in #102
- Update validation check for verification details by @deep-quality-dev in #103
- Fix backend unit tests by @deep-quality-dev in #104
- Use correct denom in genesis for local node by @deep-quality-dev in #106
- Feat/unencrypted txs by @MikkySnow in #105
- Refactor/cherry pick by @MikkySnow in #107
- Create vesting account with 1 month vesting by @deep-quality-dev in #109
- Update vesting integration test by @deep-quality-dev in #110
- Allow to create monthly vesting account without cliff by @deep-quality-dev in #112
- Refactor/explicit checks by @MikkySnow in #114
- Add vesting accounts into genesis.json by @deep-quality-dev in #113
- SDI changes by @deep-quality-dev in #111
- Chore/update test script by @MikkySnow in #116
Full Changelog: testnet-v1.0.2...testnet-v1.0.3
Swisstronik Testnet v3
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
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
andswisstronik-librustgo
repos were merged intoswisstronik-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 asmsg.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
- This release contains first stable version of
swisstronikd
which is used for running current testnet