aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/node.go
Commit message (Collapse)AuthorAgeFilesLines
* core: types: fix nodeID generation (#191)Wei-Ning Huang2018-10-111-3/+3
| | | | | Use ethereum style nodeID generation (keccak on compressed public key without the first byte).
* core: move crypto to core/crypto (#140)Mission Liao2018-09-261-1/+1
| | | | | | | | | - Move key-holder to authenticator Make core.keyHolder public as core.Authenticator, it is not required to make this part an interface. - Make private when there is no need to go public. - Fix data race
* Rename validator* to node* (#120)Mission Liao2018-09-201-0/+56