Skip to content

Releases: iost-official/go-iost

v3.7.3

15 Nov 12:17
Compare
Choose a tag to compare

Thu Nov 9 17:10:05 UTC 2021

Compatible upgrade.

  • Add GetBlockTxsByContract rpc
  • protobuf upgrade
  • upgrade Go to 1.17

v3.7.0

05 Aug 11:10
Compare
Choose a tag to compare

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

12 Jun 05:17
Compare
Choose a tag to compare

Wed Jun 12 11:18:28 CST 2019

  • Reorganized code of blockcache.
  • Add detail log for blockcache.
  • Fix the bug of synchronous fork in testnet.
  • Fix bugs in RPC concurrent requests.
  • Fix bug with publish contract crash.

v3.1.0

06 May 04:18
Compare
Choose a tag to compare

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

12 Apr 06:54
Compare
Choose a tag to compare

Fri Apr 12 14:18:46 CST 2019

  • Add goroutine pool for request handler of synchro.
  • Clean up code for consensus/pob.
  • Clean up code for core/txpool.
  • Improve stability for vm.

v3.0.8

09 Apr 04:46
Compare
Choose a tag to compare

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.

v3.0.7

29 Mar 09:15
Compare
Choose a tag to compare

Fri Mar 29 16:47:15 CST 2019

  • Add an RPC interface prompt message.
  • Refactor code structure.

v3.0.6

28 Mar 06:14
Compare
Choose a tag to compare

Thu Mar 28 12:50:15 CST 2019

  • Add server time in getNodeInfo.
  • Add tokeninfo RPC.
  • Refactoring code structure.

v3.0.5

22 Mar 07:02
Compare
Choose a tag to compare

Fri Mar 22 13:55:49 CST 2019

  • Add new RPC api.
  • Add refine amount.
  • Optimize synchronization logic.

v3.0.4

16 Mar 13:52
Compare
Choose a tag to compare

Sat Mar 16 20:58:46 CST 2019

  • Optimize RPC stability.