github nebulasio/go-nebulas v0.2.0

latest releases: v3.0.0, v2.1.0, v2.0.2...
pre-release6 years ago

Introduction

We are excited to announce the go-nebulas v0.2.0 release. Go-nebulas is now a full-fledged blockchain system. It provides sync protocol to allow any nodes to join nebulas network at any time. It implements a transaction pool for transaction executions. It also provides RPC interfaces to query account state and send transaction.

Change details

Core

Implements transaction pool.
Prevents record-replay attack of transaction.
Uses Protocol Buffer for serialization.

Net

Implements Sync Protocol.
Implements Broadcast function.

RPC

Adds AccountState API.
Adds SendTransaction API.

Crypto

Supports Ethereum-keystore file.
Supports multi keystore files management in KeyStore.

Don't miss a new go-nebulas release

NewReleases is sending notifications on new releases.