Commit Graph

2 Commits

Author SHA1 Message Date
Trung Nguyen 20322dbf13
replace travis with github actions (#17)
* replace travis with github actions
* add support extract address from public key
2020-04-08 17:17:31 -04:00
Trung Nguyen 1ed67b5c57
add 'address' command to extract validator address from node key hex (#15)
Validator address is Keccak256(public key). This address is used in Istanbul consensus network.
This tool compliments 'extra' commannd when generating extradata value for genesis file

Some go mod clean up
2020-04-07 15:37:56 -04:00