Skip to content

Releases: gscsocial/gsc-core

GSC-v1.2.0

26 Dec 08:18
Compare
Choose a tag to compare

Notice:
GSC mainnet online at 2018-12-25. This release is official version of mainnet.

Changes:

  1. Changed the Genesis block and add the Genesis message.
  2. Fixed some issues.

Improve:

  1. Enhancing token value safety check, and avoid token name repeat.
  2. Enhancing unfrozen balance logic.

GSC-v1.0.2

26 Sep 08:57
Compare
Choose a tag to compare

first release without Gvm
after test about produce block and generate account

GSC-v1.1.0

07 Nov 03:03
Compare
Choose a tag to compare
GSC-v1.1.0 Pre-release
Pre-release

Notice

With GVM, Support smart contracts

  • GVM is fully compatible with Ethereum's Solidity language. Ethereum's DApps can be deployed on GSC without any modification
  • GVM can significantly reduces the amount of physical memory usage, greatly reducing the running cost of DApps
  • Reasonable and effective resource allocation, improve system accessibility and concurrent scale

Improve

  • Add deployment/execution/View smart contract RPC API:'deployContract(),triggerContract(),getContract()'
  • Optimize the model of the mining node packing block
  • Optimize the cost model of the GSC network

GSC-v1.0.1

26 Sep 09:01
Compare
Choose a tag to compare

first release without Gvm after test produce block and generate account