Skip to content

v2.1.0

Compare
Choose a tag to compare
@qywang2012 qywang2012 released this 07 Aug 11:44
· 69 commits to master since this release

Introduction

In go-nebulas v2.1.0 release, we increased system stability and added contract event information.

Change details

New features

  • NBRE is separated from the nebulae nodes. The mainnet responsible for packaging transactions and contract execution.
  • New record content added for contract event
    • Event calls between contracts add function and args records
    • Events generated within the contract add the contract address record

Others

  • fix contract sync bug