Releases: iost-official/go-iost
Releases · iost-official/go-iost
v3.7.3
v3.7.0
Thu Aug 5 11:01:19 UTC 2021
Compatible upgrade.
- iwallet cli: add account keypair change command 'iwallet account update'
- sdk: sdk can support multi users and multi keypairs now
$ docker exec -it iserver iwallet state | grep -E "codeVersion|gitHash"
"gitHash": "10e75faff7fb5ac7d288aa33e3ff7eaa91b8ff68",
"codeVersion": "3.7.0",
v3.1.1
v3.1.0
Mon May 6 11:46:27 CST 2019
- Reorganized code module.
- Add hard fork framework and a hard-fork upgrade:
- AmountLimit in a transaction cannot contain the same token
- Optimize the logic of RequireAuth function
- Fix mapDel bug
- Improve synchronization performance.
- Fix blockcache memory leak and data race.
- Add more detailed logs.
- Fix bug for Fixed library.
- Optimized transaction verification processing.
v3.0.9
v3.0.8
Tue Apr 9 11:16:15 CST 2019
- Update metrics of system info.
- Add the onlyIssuerCanTransfer field to the tokeninfo interface.
- Add a more detailed system recovery log.
- Fix sync module bug.
- Fix the panic of Fixed lib.
- Fix bugs that generate block time errors.
- Fix the install command of the Makefile.
- Fix iwallet multi-signature function.