SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

Fracture producer package #265

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Split up the producer package into the following packages:

producer

genesis

privatekey

blockchain

accountstable

Any functions that didn't make the list can be discarded (along with their tests)

These should be separate packages in internal/

ramirez915 commented 5 years ago

Completed