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