Skip to content

v1.0.1

Compare
Choose a tag to compare
@LeonLi000 LeonLi000 released this 16 Apr 09:17
· 1745 commits to master since this release

Introduction

In go-nebulas v1.0.1 release, we have optimized and improved performance and security.

Change details

  • Added transaction timeout rules.
  • Replaced the implement of ECC(Elliptic curve cryptography) implement from golang to C language.
  • Enhanced the restriction of the require path in the smart contract to ensure that the smart contract cannot access any file on the mining node disk through requiring illegal path.
  • Compressed network transmission data.
  • Increased the judgment condition when verifying the block: Ensure that the timestamp of the block to be verified must be greater than the timestamp of the current tail block.
  • Increased number of data elements that MAC computation covers to improve encryption mechanism